Namespace google::cloud::contactcenterinsights_v1 (2.23.0-rc)

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
NameDescription
options

(optional) Configure the ContactCenterInsightsConnection created by this function.

Returns
TypeDescription
std::shared_ptr< ContactCenterInsightsConnection >

MakeDefaultContactCenterInsightsConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< ContactCenterInsightsConnectionIdempotencyPolicy >

Type Aliases

ContactCenterInsightsPolicyOptionList

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

The options applicable to ContactCenterInsights.