Google Cloud Dialogflow v2beta1 API - Class SmartReplyAnswer (1.0.0-beta15)

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

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

Represents a smart reply answer.

Inheritance

object > SmartReplyAnswer

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

SmartReplyAnswer()

public SmartReplyAnswer()

SmartReplyAnswer(SmartReplyAnswer)

public SmartReplyAnswer(SmartReplyAnswer other)
Parameter
Name Description
other SmartReplyAnswer

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
Type Description
string

AnswerRecordAsAnswerRecordName

public AnswerRecordName AnswerRecordAsAnswerRecordName { get; set; }

AnswerRecordName-typed view over the AnswerRecord resource name property.

Property Value
Type Description
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
Type Description
float

Reply

public string Reply { get; set; }

The content of the reply.

Property Value
Type Description
string