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.
Namespace
GoogleCloudGoogle.Cloud.ContactCenterInsightsV1Assembly
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 |