public sealed class SmartReplyData : IMessage<SmartReplyData>, IEquatable<SmartReplyData>, IDeepCloneable<SmartReplyData>, IBufferMessage, IMessageAgent Assist Smart Reply data.
Implements
IMessage<SmartReplyData>, IEquatable<SmartReplyData>, IDeepCloneable<SmartReplyData>, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
SmartReplyData()
public SmartReplyData()SmartReplyData(SmartReplyData)
public SmartReplyData(SmartReplyData other)| Parameter | |
|---|---|
| Name | Description |
other |
SmartReplyData |
Properties
ConfidenceScore
public double ConfidenceScore { get; set; }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).
| Property Value | |
|---|---|
| Type | Description |
Double |
|
Metadata
public MapField<string, string> Metadata { get; }Map that contains metadata about the Smart Reply and the document from which it originates.
| Property Value | |
|---|---|
| Type | Description |
MapField<String, String> |
|
QueryRecord
public string QueryRecord { get; set; }The name of the answer record. Format: projects/{project}/locations/{location}/answerRecords/{answer_record}
| Property Value | |
|---|---|
| Type | Description |
String |
|
Reply
public string Reply { get; set; }The content of the reply.
| Property Value | |
|---|---|
| Type | Description |
String |
|