Struct googapis::google::cloud::contactcenterinsights::v1::contact_center_insights_client::ContactCenterInsightsClient[][src]

pub struct ContactCenterInsightsClient<T> { /* fields omitted */ }
Expand description

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

Implementations

Compress requests with gzip.

This requires the server to support it otherwise it might respond with an error.

Enable decompressing responses with gzip.

Creates a conversation.

Updates a conversation.

Gets a conversation.

Lists conversations.

Deletes a conversation.

Creates an analysis. The long running operation is done when the analysis has completed.

Gets an analysis.

Lists analyses.

Deletes an analysis.

Export insights data to a destination defined in the request body.

Creates an issue model.

Updates an issue model.

Gets an issue model.

Lists issue models.

Deletes an issue model.

Deploys an issue model. Returns an error if a model is already deployed. An issue model can only be used in analysis after it has been deployed.

Undeploys an issue model. An issue model can not be used in analysis after it has been undeployed.

Gets an issue.

Lists issues.

Updates an issue.

Gets an issue model’s statistics.

Creates a phrase matcher.

Gets a phrase matcher.

Lists phrase matchers.

Deletes a phrase matcher.

Updates a phrase matcher.

Gets conversation statistics.

Gets project-level settings.

Updates project-level settings.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Wrap the input message T in a tonic::Request

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more