Class GoogleCloudContactcenterinsightsV1SmartReplyData
Agent Assist Smart Reply data.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1SmartReplyData : IDirectResponseSchema
Properties
ConfidenceScore
The system's confidence score that this reply 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 Reply 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 |
Reply
The content of the reply.
Declaration
[JsonProperty("reply")]
public virtual string Reply { get; set; }
Property Value
Type | Description |
---|---|
string |