19#ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_DIALOGFLOW_ES_MOCKS_MOCK_INTENTS_CONNECTION_H
20#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_DIALOGFLOW_ES_MOCKS_MOCK_INTENTS_CONNECTION_H
22#include "google/cloud/dialogflow_es/intents_connection.h"
23#include <gmock/gmock.h>
28GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
31
32
33
34
35
36
37
38
39
40
41
42
43
44
49 MOCK_METHOD(StreamRange<
google::
cloud::dialogflow::v2::Intent>, ListIntents,
50 (
google::
cloud::dialogflow::v2::ListIntentsRequest request),
53 MOCK_METHOD(StatusOr<
google::
cloud::dialogflow::v2::Intent>, GetIntent,
54 (
google::
cloud::dialogflow::v2::GetIntentRequest
const& request),
58 StatusOr<
google::
cloud::dialogflow::v2::Intent>, CreateIntent,
59 (
google::
cloud::dialogflow::v2::CreateIntentRequest
const& request),
63 StatusOr<
google::
cloud::dialogflow::v2::Intent>, UpdateIntent,
64 (
google::
cloud::dialogflow::v2::UpdateIntentRequest
const& request),
69 (
google::
cloud::dialogflow::v2::DeleteIntentRequest
const& request),
74 StatusOr<
google::
cloud::dialogflow::v2::BatchUpdateIntentsResponse>>,
76 (
google::
cloud::dialogflow::v2::BatchUpdateIntentsRequest
const& request),
80 future<StatusOr<
google::protobuf::Struct>>, BatchDeleteIntents,
81 (
google::
cloud::dialogflow::v2::BatchDeleteIntentsRequest
const& request),
85GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
The IntentsConnection object for IntentsClient.
Definition: intents_connection.h:65
A class to mock IntentsConnection.
Definition: mock_intents_connection.h:45
friend friend class future
Definition: mock_agents_connection.h:27
Definition: agents_client.h:33