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-04-09 UTC."],[[["This webpage provides documentation for the `SmartReplyAnswer` class within the `Google.Cloud.Dialogflow.V2` namespace, covering versions from 3.2.0 to 4.26.0 of the library."],["The `SmartReplyAnswer` class represents a smart reply answer and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `SmartReplyAnswer` class include `AnswerRecord`, `AnswerRecordAsAnswerRecordName`, `Confidence`, and `Reply`, which provide information about the answer record, confidence level, and the reply content."],["The documentation includes constructors for creating instances of the `SmartReplyAnswer` class, both with and without an existing `SmartReplyAnswer` object."],["The latest version of the documentation covered is version 4.26.0, while the version the main content of the page is focused on is version 3.11.0."]]],[]]