public sealed class SmartReplyAnswer : IMessage<SmartReplyAnswer>, IEquatable<SmartReplyAnswer>, IDeepCloneable<SmartReplyAnswer>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference documentation for the `SmartReplyAnswer` class within the Google Cloud Dialogflow v2beta1 API, specifically version 1.0.0-beta22."],["The `SmartReplyAnswer` class, representing a smart reply answer, inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `SmartReplyAnswer` class include `AnswerRecord`, `AnswerRecordAsAnswerRecordName`, `Confidence`, and `Reply`, which hold information about the associated answer record, confidence score, and the reply content."],["There are two constructors available for creating `SmartReplyAnswer` objects: a default constructor and one that accepts another `SmartReplyAnswer` instance as a parameter."],["The latest version available, 1.0.0-beta23, is linked, providing access to its documentation as well."]]],[]]