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"]],[["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 `SmartReplyAnswer` class represents a smart reply answer within the Google.Cloud.Dialogflow.V2 namespace, specifically in version 3.10.0."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its use within a structured messaging and data handling framework."],["`SmartReplyAnswer` provides properties like `AnswerRecord`, `Confidence`, and `Reply` to detail the answer record, the confidence level of the smart reply, and the actual reply content, respectively."],["The `AnswerRecord` and `AnswerRecordAsAnswerRecordName` properties are designed to work together, providing both a raw string version of the resource name and a typed version."],["There are many versions of this class, from 3.2.0 all the way up to the most recent 4.26.0."]]],[]]