19#ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_DIALOGFLOW_ES_MOCKS_MOCK_PARTICIPANTS_CONNECTION_H
20#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_DIALOGFLOW_ES_MOCKS_MOCK_PARTICIPANTS_CONNECTION_H
22#include "google/cloud/dialogflow_es/participants_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 StatusOr<
google::
cloud::dialogflow::v2::Participant>, CreateParticipant,
52 (
google::
cloud::dialogflow::v2::CreateParticipantRequest
const& request),
56 StatusOr<
google::
cloud::dialogflow::v2::Participant>, GetParticipant,
57 (
google::
cloud::dialogflow::v2::GetParticipantRequest
const& request),
60 MOCK_METHOD(StreamRange<
google::
cloud::dialogflow::v2::Participant>,
62 (
google::
cloud::dialogflow::v2::ListParticipantsRequest request),
66 StatusOr<
google::
cloud::dialogflow::v2::Participant>, UpdateParticipant,
67 (
google::
cloud::dialogflow::v2::UpdateParticipantRequest
const& request),
71 StatusOr<
google::
cloud::dialogflow::v2::AnalyzeContentResponse>,
73 (
google::
cloud::dialogflow::v2::AnalyzeContentRequest
const& request),
78 google::
cloud::dialogflow::v2::StreamingAnalyzeContentRequest,
79 google::
cloud::dialogflow::v2::StreamingAnalyzeContentResponse>>),
80 AsyncStreamingAnalyzeContent, (), (
override));
83 StatusOr<
google::
cloud::dialogflow::v2::SuggestArticlesResponse>,
85 (
google::
cloud::dialogflow::v2::SuggestArticlesRequest
const& request),
89 StatusOr<
google::
cloud::dialogflow::v2::SuggestFaqAnswersResponse>,
91 (
google::
cloud::dialogflow::v2::SuggestFaqAnswersRequest
const& request),
95 StatusOr<
google::
cloud::dialogflow::v2::SuggestSmartRepliesResponse>,
97 (
google::
cloud::dialogflow::v2::SuggestSmartRepliesRequest
const&
102GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
The ParticipantsConnection object for ParticipantsClient.
Definition: participants_connection.h:63
A class to mock ParticipantsConnection.
Definition: mock_participants_connection.h:46
Definition: mock_agents_connection.h:27
Definition: agents_client.h:33