Class Analysis (2.0.0)

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

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

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