Dialogflow API C++ Client 2.13.0
A C++ Client Library for the Dialogflow API
|
This is the complete list of members for google::cloud::dialogflow_cx_mocks::MockIntentsConnection, including all inherited members.
CreateIntent(google::cloud::dialogflow::cx::v3::CreateIntentRequest const &request) | google::cloud::dialogflow_cx::IntentsConnection | virtual |
DeleteIntent(google::cloud::dialogflow::cx::v3::DeleteIntentRequest const &request) | google::cloud::dialogflow_cx::IntentsConnection | virtual |
GetIntent(google::cloud::dialogflow::cx::v3::GetIntentRequest const &request) | google::cloud::dialogflow_cx::IntentsConnection | virtual |
ListIntents(google::cloud::dialogflow::cx::v3::ListIntentsRequest request) | google::cloud::dialogflow_cx::IntentsConnection | virtual |
MOCK_METHOD(Options, options,(),(override)) | google::cloud::dialogflow_cx_mocks::MockIntentsConnection | |
MOCK_METHOD(StreamRange< google::cloud::dialogflow::cx::v3::Intent >, ListIntents,(google::cloud::dialogflow::cx::v3::ListIntentsRequest request),(override)) | google::cloud::dialogflow_cx_mocks::MockIntentsConnection | |
MOCK_METHOD(StatusOr< google::cloud::dialogflow::cx::v3::Intent >, GetIntent,(google::cloud::dialogflow::cx::v3::GetIntentRequest const &request),(override)) | google::cloud::dialogflow_cx_mocks::MockIntentsConnection | |
MOCK_METHOD(StatusOr< google::cloud::dialogflow::cx::v3::Intent >, CreateIntent,(google::cloud::dialogflow::cx::v3::CreateIntentRequest const &request),(override)) | google::cloud::dialogflow_cx_mocks::MockIntentsConnection | |
MOCK_METHOD(StatusOr< google::cloud::dialogflow::cx::v3::Intent >, UpdateIntent,(google::cloud::dialogflow::cx::v3::UpdateIntentRequest const &request),(override)) | google::cloud::dialogflow_cx_mocks::MockIntentsConnection | |
MOCK_METHOD(Status, DeleteIntent,(google::cloud::dialogflow::cx::v3::DeleteIntentRequest const &request),(override)) | google::cloud::dialogflow_cx_mocks::MockIntentsConnection | |
options() | google::cloud::dialogflow_cx::IntentsConnection | inlinevirtual |
UpdateIntent(google::cloud::dialogflow::cx::v3::UpdateIntentRequest const &request) | google::cloud::dialogflow_cx::IntentsConnection | virtual |
~IntentsConnection()=0 | google::cloud::dialogflow_cx::IntentsConnection | pure virtual |