19#ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_DIALOGFLOW_ES_MOCKS_MOCK_CONVERSATION_MODELS_CONNECTION_H
20#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_DIALOGFLOW_ES_MOCKS_MOCK_CONVERSATION_MODELS_CONNECTION_H
22#include "google/cloud/dialogflow_es/conversation_models_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
52 CreateConversationModel,
53 (
google::
cloud::dialogflow::v2::CreateConversationModelRequest
const&
57 MOCK_METHOD(StatusOr<
google::
cloud::dialogflow::v2::ConversationModel>,
59 (
google::
cloud::dialogflow::v2::GetConversationModelRequest
const&
64 StreamRange<
google::
cloud::dialogflow::v2::ConversationModel>,
65 ListConversationModels,
66 (
google::
cloud::dialogflow::v2::ListConversationModelsRequest request),
71 DeleteConversationModelOperationMetadata>>,
72 DeleteConversationModel,
73 (
google::
cloud::dialogflow::v2::DeleteConversationModelRequest
const&
79 DeployConversationModelOperationMetadata>>,
80 DeployConversationModel,
81 (
google::
cloud::dialogflow::v2::DeployConversationModelRequest
const&
87 UndeployConversationModelOperationMetadata>>,
88 UndeployConversationModel,
89 (
google::
cloud::dialogflow::v2::UndeployConversationModelRequest
const&
94 StatusOr<
google::
cloud::dialogflow::v2::ConversationModelEvaluation>,
95 GetConversationModelEvaluation,
97 GetConversationModelEvaluationRequest
const& request),
101 StreamRange<
google::
cloud::dialogflow::v2::ConversationModelEvaluation>,
102 ListConversationModelEvaluations,
103 (
google::
cloud::dialogflow::v2::ListConversationModelEvaluationsRequest
109 StatusOr<
google::
cloud::dialogflow::v2::ConversationModelEvaluation>>,
110 CreateConversationModelEvaluation,
112 CreateConversationModelEvaluationRequest
const& request),
116GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
The ConversationModelsConnection object for ConversationModelsClient.
Definition: conversation_models_connection.h:65
A class to mock ConversationModelsConnection.
Definition: mock_conversation_models_connection.h:46
friend friend class future
Definition: mock_agents_connection.h:27
Definition: agents_client.h:33