Classes
ContactCenterInsightsClient
An API that lets users analyze and explore their business conversation data.
ContactCenterInsightsConnection
The ContactCenterInsightsConnection
object for ContactCenterInsightsClient
.
ContactCenterInsightsConnectionIdempotencyPolicy
ContactCenterInsightsLimitedErrorCountRetryPolicy
A retry policy for ContactCenterInsightsConnection
based on counting errors.
ContactCenterInsightsLimitedTimeRetryPolicy
A retry policy for ContactCenterInsightsConnection
based on elapsed time.
ContactCenterInsightsRetryPolicy
The retry policy for ContactCenterInsightsConnection
.
Structs
ContactCenterInsightsBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
ContactCenterInsightsConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
ContactCenterInsightsPollingPolicyOption
Use with google::cloud::Options
to configure the long-running operations polling policy.
ContactCenterInsightsRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeContactCenterInsightsConnection(Options)
A factory function to construct an object of type ContactCenterInsightsConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of ContactCenterInsightsClient.
The optional options
argument may be used to configure aspects of the returned ContactCenterInsightsConnection
. Expected options are any of the types in the following option lists:
Parameter | |
---|---|
Name | Description |
options |
(optional) Configure the |
Returns | |
---|---|
Type | Description |
std::shared_ptr< ContactCenterInsightsConnection > |
MakeDefaultContactCenterInsightsConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< ContactCenterInsightsConnectionIdempotencyPolicy > |
Type Aliases
ContactCenterInsightsPolicyOptionList
OptionList< ContactCenterInsightsRetryPolicyOption, ContactCenterInsightsBackoffPolicyOption, ContactCenterInsightsPollingPolicyOption, ContactCenterInsightsConnectionIdempotencyPolicyOption >
The options applicable to ContactCenterInsights.