Namespace google::cloud::contactcenterinsights_v1 (2.12.0)

Classes

ContactCenterInsightsClient

An API that lets users analyze and explore their business conversation data.

ContactCenterInsightsConnection

The ContactCenterInsightsConnection object for ContactCenterInsightsClient.

ContactCenterInsightsConnectionIdempotencyPolicy

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 ContactCenterInsightsConnection created by this function.

Returns
Type Description
std::shared_ptr< ContactCenterInsightsConnection >

MakeDefaultContactCenterInsightsConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< ContactCenterInsightsConnectionIdempotencyPolicy >

Type Aliases

ContactCenterInsightsRetryPolicy

Alias Of: ::google::cloud::internal::TraitBasedRetryPolicy< contactcenterinsights_v1_internal::ContactCenterInsightsRetryTraits >

ContactCenterInsightsLimitedTimeRetryPolicy

Alias Of: ::google::cloud::internal::LimitedTimeRetryPolicy< contactcenterinsights_v1_internal::ContactCenterInsightsRetryTraits >

ContactCenterInsightsLimitedErrorCountRetryPolicy

Alias Of: ::google::cloud::internal::LimitedErrorCountRetryPolicy< contactcenterinsights_v1_internal::ContactCenterInsightsRetryTraits >

ContactCenterInsightsPolicyOptionList

Alias Of: OptionList< ContactCenterInsightsRetryPolicyOption, ContactCenterInsightsBackoffPolicyOption, ContactCenterInsightsPollingPolicyOption, ContactCenterInsightsConnectionIdempotencyPolicyOption >

The options applicable to ContactCenterInsights.