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::AgentsClient, including all inherited members.
AgentsClient(std::shared_ptr< AgentsConnection > connection, Options opts={}) | google::cloud::dialogflow_cx::AgentsClient | explicit |
AgentsClient(AgentsClient const &)=default | google::cloud::dialogflow_cx::AgentsClient | |
AgentsClient(AgentsClient &&)=default | google::cloud::dialogflow_cx::AgentsClient | |
CreateAgent(std::string const &parent, google::cloud::dialogflow::cx::v3::Agent const &agent, Options opts={}) | google::cloud::dialogflow_cx::AgentsClient | |
CreateAgent(google::cloud::dialogflow::cx::v3::CreateAgentRequest const &request, Options opts={}) | google::cloud::dialogflow_cx::AgentsClient | |
DeleteAgent(std::string const &name, Options opts={}) | google::cloud::dialogflow_cx::AgentsClient | |
DeleteAgent(google::cloud::dialogflow::cx::v3::DeleteAgentRequest const &request, Options opts={}) | google::cloud::dialogflow_cx::AgentsClient | |
ExportAgent(google::cloud::dialogflow::cx::v3::ExportAgentRequest const &request, Options opts={}) | google::cloud::dialogflow_cx::AgentsClient | |
GetAgent(std::string const &name, Options opts={}) | google::cloud::dialogflow_cx::AgentsClient | |
GetAgent(google::cloud::dialogflow::cx::v3::GetAgentRequest const &request, Options opts={}) | google::cloud::dialogflow_cx::AgentsClient | |
GetAgentValidationResult(std::string const &name, Options opts={}) | google::cloud::dialogflow_cx::AgentsClient | |
GetAgentValidationResult(google::cloud::dialogflow::cx::v3::GetAgentValidationResultRequest const &request, Options opts={}) | google::cloud::dialogflow_cx::AgentsClient | |
ListAgents(std::string const &parent, Options opts={}) | google::cloud::dialogflow_cx::AgentsClient | |
ListAgents(google::cloud::dialogflow::cx::v3::ListAgentsRequest request, Options opts={}) | google::cloud::dialogflow_cx::AgentsClient | |
operator!= | google::cloud::dialogflow_cx::AgentsClient | friend |
operator=(AgentsClient const &)=default | google::cloud::dialogflow_cx::AgentsClient | |
operator=(AgentsClient &&)=default | google::cloud::dialogflow_cx::AgentsClient | |
operator== | google::cloud::dialogflow_cx::AgentsClient | friend |
RestoreAgent(google::cloud::dialogflow::cx::v3::RestoreAgentRequest const &request, Options opts={}) | google::cloud::dialogflow_cx::AgentsClient | |
UpdateAgent(google::cloud::dialogflow::cx::v3::Agent const &agent, google::protobuf::FieldMask const &update_mask, Options opts={}) | google::cloud::dialogflow_cx::AgentsClient | |
UpdateAgent(google::cloud::dialogflow::cx::v3::UpdateAgentRequest const &request, Options opts={}) | google::cloud::dialogflow_cx::AgentsClient | |
ValidateAgent(google::cloud::dialogflow::cx::v3::ValidateAgentRequest const &request, Options opts={}) | google::cloud::dialogflow_cx::AgentsClient | |
~AgentsClient() | google::cloud::dialogflow_cx::AgentsClient |