Contact Center AI Insights v1 API - Class Analysis (2.20.0)

public sealed class Analysis : IMessage<Analysis>, IEquatable<Analysis>, IDeepCloneable<Analysis>, IBufferMessage, IMessage

Reference documentation and code samples for the Contact Center AI Insights v1 API class Analysis.

The analysis resource.

Inheritance

object > Analysis

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

Analysis()

public Analysis()

Analysis(Analysis)

public Analysis(Analysis other)
Parameter
Name Description
other Analysis

Properties

AnalysisName

public AnalysisName AnalysisName { get; set; }

AnalysisName-typed view over the Name resource name property.

Property Value
Type Description
AnalysisName

AnalysisResult

public AnalysisResult AnalysisResult { get; set; }

Output only. The result of the analysis, which is populated when the analysis finishes.

Property Value
Type Description
AnalysisResult

AnnotatorSelector

public AnnotatorSelector AnnotatorSelector { get; set; }

To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.

Property Value
Type Description
AnnotatorSelector

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time at which the analysis was created, which occurs when the long-running operation completes.

Property Value
Type Description
Timestamp

Name

public string Name { get; set; }

Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}

Property Value
Type Description
string

RequestTime

public Timestamp RequestTime { get; set; }

Output only. The time at which the analysis was requested.

Property Value
Type Description
Timestamp

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.