public sealed class SmartReplyAnswer : IMessage<SmartReplyAnswer>, IEquatable<SmartReplyAnswer>, IDeepCloneable<SmartReplyAnswer>, IBufferMessage, IMessage
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version of the `Google.Cloud.Dialogflow.V2.SmartReplyAnswer` documentation is 4.26.0, with multiple previous versions listed, starting from 3.2.0 and all the way up to the latest."],["`SmartReplyAnswer` is a class representing a smart reply in the Dialogflow V2 API, which implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SmartReplyAnswer` class has two constructors and four properties: `AnswerRecord`, `AnswerRecordAsAnswerRecordName`, `Confidence`, and `Reply`, each serving specific purposes related to smart reply data."],["`SmartReplyAnswer` provides properties for managing the answer record name and its typed view, the smart reply confidence score, and the actual content of the reply."],["The class inherits members from `Object`, including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]