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."],[[["The webpage provides documentation for the `SmartReplyAnswer` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its properties, inheritance, and constructors."],["The `SmartReplyAnswer` class represents a smart reply answer and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This documentation page provides links to numerous versions of the `SmartReplyAnswer` class ranging from version 4.26.0 (latest) down to 3.2.0, with version 4.0.0 being the specific focus of this page."],["The class has four main properties: `AnswerRecord` and its resource name type `AnswerRecordAsAnswerRecordName`, `Confidence` for the system's certainty score, and `Reply` for the response content."],["The documentation includes two constructors, one default constructor `SmartReplyAnswer()` and a second constructor `SmartReplyAnswer(SmartReplyAnswer other)` which allows for the duplication of an existing instance."]]],[]]