Dialogflow API C++ Client 2.13.0
A C++ Client Library for the Dialogflow API
Loading...
Searching...
No Matches
How to Override the Default Endpoint

In some cases, you may need to override the default endpoint used by the client library. Use the EndpointOption when initializing the client library to change this default.

For example, this will override the default endpoint for dialogflow_es::AgentsClient:

// This configuration is common with Private Google Access:
// https://cloud.google.com/vpc/docs/private-google-access
"private.googleapis.com");
Options & set(ValueTypeT< T > v)
Service for managing Agents.
Definition: agents_client.h:65
std::shared_ptr< AgentsConnection > MakeAgentsConnection(std::string const &location, Options options={})
A factory function to construct an object of type AgentsConnection.

Follow these links to find examples for other *Client classes: