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."],[[["The page provides reference documentation for the `SmartReplyAnswer` class within the Google Cloud Dialogflow v2 API, covering versions from 3.2.0 to the latest 4.26.0."],["`SmartReplyAnswer` is a class representing a smart reply answer in the Dialogflow API, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties like `AnswerRecord`, `AnswerRecordAsAnswerRecordName`, `Confidence`, and `Reply`, which provide details about the smart reply, its confidence score, and associated record information."],["The `SmartReplyAnswer` class has two constructors: one default and one that takes another `SmartReplyAnswer` object as a parameter."],["The `SmartReplyAnswer` class is found within the `Google.Cloud.Dialogflow.V2` namespace and the `Google.Cloud.Dialogflow.V2.dll` assembly."]]],[]]