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_es::IntentsClient, including all inherited members.
BatchDeleteIntents(std::string const &parent, std::vector< google::cloud::dialogflow::v2::Intent > const &intents, Options opts={}) | google::cloud::dialogflow_es::IntentsClient | |
BatchDeleteIntents(google::cloud::dialogflow::v2::BatchDeleteIntentsRequest const &request, Options opts={}) | google::cloud::dialogflow_es::IntentsClient | |
BatchUpdateIntents(std::string const &parent, std::string const &intent_batch_uri, Options opts={}) | google::cloud::dialogflow_es::IntentsClient | |
BatchUpdateIntents(std::string const &parent, google::cloud::dialogflow::v2::IntentBatch const &intent_batch_inline, Options opts={}) | google::cloud::dialogflow_es::IntentsClient | |
BatchUpdateIntents(google::cloud::dialogflow::v2::BatchUpdateIntentsRequest const &request, Options opts={}) | google::cloud::dialogflow_es::IntentsClient | |
CreateIntent(std::string const &parent, google::cloud::dialogflow::v2::Intent const &intent, Options opts={}) | google::cloud::dialogflow_es::IntentsClient | |
CreateIntent(std::string const &parent, google::cloud::dialogflow::v2::Intent const &intent, std::string const &language_code, Options opts={}) | google::cloud::dialogflow_es::IntentsClient | |
CreateIntent(google::cloud::dialogflow::v2::CreateIntentRequest const &request, Options opts={}) | google::cloud::dialogflow_es::IntentsClient | |
DeleteIntent(std::string const &name, Options opts={}) | google::cloud::dialogflow_es::IntentsClient | |
DeleteIntent(google::cloud::dialogflow::v2::DeleteIntentRequest const &request, Options opts={}) | google::cloud::dialogflow_es::IntentsClient | |
GetIntent(std::string const &name, Options opts={}) | google::cloud::dialogflow_es::IntentsClient | |
GetIntent(std::string const &name, std::string const &language_code, Options opts={}) | google::cloud::dialogflow_es::IntentsClient | |
GetIntent(google::cloud::dialogflow::v2::GetIntentRequest const &request, Options opts={}) | google::cloud::dialogflow_es::IntentsClient | |
IntentsClient(std::shared_ptr< IntentsConnection > connection, Options opts={}) | google::cloud::dialogflow_es::IntentsClient | explicit |
IntentsClient(IntentsClient const &)=default | google::cloud::dialogflow_es::IntentsClient | |
IntentsClient(IntentsClient &&)=default | google::cloud::dialogflow_es::IntentsClient | |
ListIntents(std::string const &parent, Options opts={}) | google::cloud::dialogflow_es::IntentsClient | |
ListIntents(std::string const &parent, std::string const &language_code, Options opts={}) | google::cloud::dialogflow_es::IntentsClient | |
ListIntents(google::cloud::dialogflow::v2::ListIntentsRequest request, Options opts={}) | google::cloud::dialogflow_es::IntentsClient | |
operator!= | google::cloud::dialogflow_es::IntentsClient | friend |
operator=(IntentsClient const &)=default | google::cloud::dialogflow_es::IntentsClient | |
operator=(IntentsClient &&)=default | google::cloud::dialogflow_es::IntentsClient | |
operator== | google::cloud::dialogflow_es::IntentsClient | friend |
UpdateIntent(google::cloud::dialogflow::v2::Intent const &intent, std::string const &language_code, Options opts={}) | google::cloud::dialogflow_es::IntentsClient | |
UpdateIntent(google::cloud::dialogflow::v2::Intent const &intent, std::string const &language_code, google::protobuf::FieldMask const &update_mask, Options opts={}) | google::cloud::dialogflow_es::IntentsClient | |
UpdateIntent(google::cloud::dialogflow::v2::UpdateIntentRequest const &request, Options opts={}) | google::cloud::dialogflow_es::IntentsClient | |
~IntentsClient() | google::cloud::dialogflow_es::IntentsClient |