Dialogflow API C++ Client
2.13.0
A C++ Client Library for the Dialogflow API
Loading...
Searching...
No Matches
Override dialogflow_es::ContextsClient Endpoint Configuration
// This configuration is common with Private Google Access:
// https://cloud.google.com/vpc/docs/private-google-access
auto
options =
google::cloud::Options
{}.
set
<
google::cloud::EndpointOption
>(
"private.googleapis.com"
);
auto
client =
google::cloud::dialogflow_es::ContextsClient
(
google::cloud::dialogflow_es::MakeContextsConnection
(options));
google::cloud::Options
google::cloud::Options::set
Options & set(ValueTypeT< T > v)
google::cloud::dialogflow_es::ContextsClient
Service for managing Contexts.
Definition:
contexts_client.h:64
google::cloud::dialogflow_es::MakeContextsConnection
std::shared_ptr< ContextsConnection > MakeContextsConnection(std::string const &location, Options options={})
A factory function to construct an object of type ContextsConnection.
google::cloud::EndpointOption
Generated on Mon Jul 3 2023 20:48:20 for Dialogflow API C++ Client by
1.9.5