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-04-09 UTC."],[[["This page provides reference documentation for the `SmartReplyAnswer` class within the Google Cloud Dialogflow v2 API, detailing its properties, inheritance, and implementation of various interfaces."],["The `SmartReplyAnswer` class, found in the `Google.Cloud.Dialogflow.V2` namespace, represents a smart reply generated by the Dialogflow system."],["Key properties of `SmartReplyAnswer` include `AnswerRecord` (a resource name), `Confidence` (a score of the reply's relevance), and `Reply` (the actual reply text)."],["The documentation lists different versions of the API from 3.2.0 to 4.26.0, allowing developers to navigate through changes and specific implementations."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."]]],[]]