Class GoogleCloudContactcenterinsightsV1SmartComposeSuggestionData
Agent Assist Smart Compose suggestion data.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1SmartComposeSuggestionData : IDirectResponseSchema
Properties
ConfidenceScore
The system's confidence score that this suggestion is a good match for this conversation, ranging from 0.0 (completely uncertain) to 1.0 (completely certain).
Declaration
[JsonProperty("confidenceScore")]
public virtual double? ConfidenceScore { get; set; }
Property Value
Type | Description |
---|---|
double? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Metadata
Map that contains metadata about the Smart Compose suggestion and the document from which it originates.
Declaration
[JsonProperty("metadata")]
public virtual IDictionary<string, string> Metadata { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
QueryRecord
The name of the answer record. Format: projects/{project}/locations/{location}/answerRecords/{answer_record}
Declaration
[JsonProperty("queryRecord")]
public virtual string QueryRecord { get; set; }
Property Value
Type | Description |
---|---|
string |
Suggestion
The content of the suggestion.
Declaration
[JsonProperty("suggestion")]
public virtual string Suggestion { get; set; }
Property Value
Type | Description |
---|---|
string |