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 webpage provides reference documentation for the `SmartReplyAnswer` class within the Google Cloud Dialogflow v2 API, specifically for .NET development."],["The `SmartReplyAnswer` class represents a smart reply suggestion generated by the Dialogflow system, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `SmartReplyAnswer` class include `AnswerRecord`, which stores the name of the answer record, `Confidence`, which represents the system's confidence in the reply, and `Reply`, which contains the actual content of the suggested response."],["The page also lists available versions of the API, ranging from the latest version (4.26.0) down to version 3.2.0, allowing you to navigate to the documentation for specific release versions."],["The `SmartReplyAnswer` class can be instantiated using two constructors, either with no parameters, or with another `SmartReplyAnswer` instance to copy."]]],[]]