Contact Center AI Insights v1 API - Class Analysis (2.13.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
NameDescription
otherAnalysis

Properties

AnalysisName

public AnalysisName AnalysisName { get; set; }

AnalysisName-typed view over the Name resource name property.

Property Value
TypeDescription
AnalysisName

AnalysisResult

public AnalysisResult AnalysisResult { get; set; }

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

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
string

RequestTime

public Timestamp RequestTime { get; set; }

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

Property Value
TypeDescription
Timestamp