19#ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_DIALOGFLOW_ES_MOCKS_MOCK_CONVERSATION_PROFILES_CONNECTION_H
20#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_DIALOGFLOW_ES_MOCKS_MOCK_CONVERSATION_PROFILES_CONNECTION_H
22#include "google/cloud/dialogflow_es/conversation_profiles_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
51 StreamRange<
google::
cloud::dialogflow::v2::ConversationProfile>,
52 ListConversationProfiles,
53 (
google::
cloud::dialogflow::v2::ListConversationProfilesRequest request),
57 StatusOr<
google::
cloud::dialogflow::v2::ConversationProfile>,
58 GetConversationProfile,
59 (
google::
cloud::dialogflow::v2::GetConversationProfileRequest
const&
64 StatusOr<
google::
cloud::dialogflow::v2::ConversationProfile>,
65 CreateConversationProfile,
66 (
google::
cloud::dialogflow::v2::CreateConversationProfileRequest
const&
71 StatusOr<
google::
cloud::dialogflow::v2::ConversationProfile>,
72 UpdateConversationProfile,
73 (
google::
cloud::dialogflow::v2::UpdateConversationProfileRequest
const&
78 Status, DeleteConversationProfile,
79 (
google::
cloud::dialogflow::v2::DeleteConversationProfileRequest
const&
85 SetSuggestionFeatureConfig,
86 (
google::
cloud::dialogflow::v2::SetSuggestionFeatureConfigRequest
const&
92 ClearSuggestionFeatureConfig,
93 (
google::
cloud::dialogflow::v2::ClearSuggestionFeatureConfigRequest
const&
98GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
The ConversationProfilesConnection object for ConversationProfilesClient.
Definition: conversation_profiles_connection.h:65
A class to mock ConversationProfilesConnection.
Definition: mock_conversation_profiles_connection.h:46
friend friend class future
Definition: mock_agents_connection.h:27
Definition: agents_client.h:33