Dialogflow API C++ Client 2.13.0
A C++ Client Library for the Dialogflow API
Loading...
Searching...
No Matches
Override dialogflow_es::ConversationModelsClient Authentication Defaults
[](std::string const& keyfile) {
auto is = std::ifstream(keyfile);
is.exceptions(std::ios::badbit); // Minimal error handling in examples
auto contents = std::string(std::istreambuf_iterator<char>(is.rdbuf()), {});
auto options =
options));
}
Options & set(ValueTypeT< T > v)
Manages a collection of models for human agent assistant.
Definition: conversation_models_client.h:62
std::shared_ptr< Credentials > MakeServiceAccountCredentials(std::string json_object, Options opts={})
std::shared_ptr< ConversationModelsConnection > MakeConversationModelsConnection(std::string const &location, Options options={})
A factory function to construct an object of type ConversationModelsConnection.