Google Cloud Dialogflow v2 API - Class SmartReplyAnswer (4.2.0)

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

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class SmartReplyAnswer.

Represents a smart reply answer.

Inheritance

Object > SmartReplyAnswer

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

SmartReplyAnswer()

public SmartReplyAnswer()

SmartReplyAnswer(SmartReplyAnswer)

public SmartReplyAnswer(SmartReplyAnswer other)
Parameter
NameDescription
otherSmartReplyAnswer

Properties

AnswerRecord

public string AnswerRecord { get; set; }

The name of answer record, in the format of "projects/<Project ID>/locations/<Location ID>/answerRecords/<Answer Record ID>"

Property Value
TypeDescription
String

AnswerRecordAsAnswerRecordName

public AnswerRecordName AnswerRecordAsAnswerRecordName { get; set; }

AnswerRecordName-typed view over the AnswerRecord resource name property.

Property Value
TypeDescription
AnswerRecordName

Confidence

public float Confidence { get; set; }

Smart reply confidence. The system's confidence score that this reply is a good match for this conversation, as a value from 0.0 (completely uncertain) to 1.0 (completely certain).

Property Value
TypeDescription
Single

Reply

public string Reply { get; set; }

The content of the reply.

Property Value
TypeDescription
String