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.
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).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the Google Cloud Dialogflow v2 API is 4.26.0, and the page provides access to the documentation for the SmartReplyAnswer class across multiple versions, ranging from 3.2.0 to 4.26.0."],["The `SmartReplyAnswer` class is used to represent a smart reply answer within the Dialogflow v2 API and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SmartReplyAnswer` class includes properties like `AnswerRecord`, `AnswerRecordAsAnswerRecordName`, `Confidence`, and `Reply`, which respectively represent the answer record name, the answer record resource name, the confidence score of the smart reply, and the reply content."],["The SmartReplyAnswer class inherits from Object, meaning it's functionality can be extended and the default functions from object are still available, which include: GetHashCode(), GetType(), MemberwiseClone() and ToString()."],["The available SmartReplyAnswer constructors are SmartReplyAnswer() and SmartReplyAnswer(SmartReplyAnswer other)."]]],[]]