Class SmartReplyData (1.2.0)

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

Agent Assist Smart Reply data.

Inheritance

Object > SmartReplyData

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

SmartReplyData()

public SmartReplyData()

SmartReplyData(SmartReplyData)

public SmartReplyData(SmartReplyData other)
Parameter
NameDescription
otherSmartReplyData

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
TypeDescription
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
TypeDescription
MapField<String, String>

QueryRecord

public string QueryRecord { get; set; }

Name of the query record. Format: projects/{project}/locations/{location}/queryRecords/{query_record}

Property Value
TypeDescription
String

Reply

public string Reply { get; set; }

The content of the reply.

Property Value
TypeDescription
String