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."],[[["This webpage provides reference documentation for the `SmartReplyAnswer` class within the Google Cloud Dialogflow v2 API, specifically detailing its structure, properties, and implementation across various versions."],["The `SmartReplyAnswer` class represents a smart reply answer in the Dialogflow system, offering insights into the confidence level and content of a system-generated reply."],["The latest version available is `4.26.0`, and the webpage allows you to view the `SmartReplyAnswer` class details across all versions down to `3.2.0` version."],["The `SmartReplyAnswer` class includes properties such as `AnswerRecord`, `AnswerRecordAsAnswerRecordName`, `Confidence`, and `Reply`, each offering specific information about the smart reply."],["The class implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable` and inherits from `object` providing a wide array of functionality."]]],[]]