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."],[[["The webpage provides documentation for the `SmartReplyAnswer` class within the Google Cloud Dialogflow v2 API, with the latest version being 4.26.0, and details of versions going back to 3.2.0."],["`SmartReplyAnswer` represents a smart reply answer in the Dialogflow system and is part of the `Google.Cloud.Dialogflow.V2` namespace."],["The class `SmartReplyAnswer` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["Key properties of `SmartReplyAnswer` include `AnswerRecord` (the answer record's name), `AnswerRecordAsAnswerRecordName` (a typed view of AnswerRecord), `Confidence` (the system's confidence in the reply), and `Reply` (the content of the reply)."],["The `SmartReplyAnswer` class has two constructors, a default constructor and another taking another `SmartReplyAnswer` as a parameter."]]],[]]