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::IntentsClient, including all inherited members.
CreateIntent(std::string const &parent, google::cloud::dialogflow::cx::v3::Intent const &intent, Options opts={}) | google::cloud::dialogflow_cx::IntentsClient | |
CreateIntent(google::cloud::dialogflow::cx::v3::CreateIntentRequest const &request, Options opts={}) | google::cloud::dialogflow_cx::IntentsClient | |
DeleteIntent(std::string const &name, Options opts={}) | google::cloud::dialogflow_cx::IntentsClient | |
DeleteIntent(google::cloud::dialogflow::cx::v3::DeleteIntentRequest const &request, Options opts={}) | google::cloud::dialogflow_cx::IntentsClient | |
GetIntent(std::string const &name, Options opts={}) | google::cloud::dialogflow_cx::IntentsClient | |
GetIntent(google::cloud::dialogflow::cx::v3::GetIntentRequest const &request, Options opts={}) | google::cloud::dialogflow_cx::IntentsClient | |
IntentsClient(std::shared_ptr< IntentsConnection > connection, Options opts={}) | google::cloud::dialogflow_cx::IntentsClient | explicit |
IntentsClient(IntentsClient const &)=default | google::cloud::dialogflow_cx::IntentsClient | |
IntentsClient(IntentsClient &&)=default | google::cloud::dialogflow_cx::IntentsClient | |
ListIntents(std::string const &parent, Options opts={}) | google::cloud::dialogflow_cx::IntentsClient | |
ListIntents(google::cloud::dialogflow::cx::v3::ListIntentsRequest request, Options opts={}) | google::cloud::dialogflow_cx::IntentsClient | |
operator!= | google::cloud::dialogflow_cx::IntentsClient | friend |
operator=(IntentsClient const &)=default | google::cloud::dialogflow_cx::IntentsClient | |
operator=(IntentsClient &&)=default | google::cloud::dialogflow_cx::IntentsClient | |
operator== | google::cloud::dialogflow_cx::IntentsClient | friend |
UpdateIntent(google::cloud::dialogflow::cx::v3::Intent const &intent, google::protobuf::FieldMask const &update_mask, Options opts={}) | google::cloud::dialogflow_cx::IntentsClient | |
UpdateIntent(google::cloud::dialogflow::cx::v3::UpdateIntentRequest const &request, Options opts={}) | google::cloud::dialogflow_cx::IntentsClient | |
~IntentsClient() | google::cloud::dialogflow_cx::IntentsClient |