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 latest version available for the Google Cloud Dialogflow V2 API's SmartReplyAnswer class is 4.26.0."],["The SmartReplyAnswer class represents a smart reply answer within the Dialogflow V2 API and implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["SmartReplyAnswer has a constructor that takes in another SmartReplyAnswer object to instantiate a copy, which would be ideal when needing to duplicate it."],["The SmartReplyAnswer class contains properties such as AnswerRecord, AnswerRecordAsAnswerRecordName, Confidence, and Reply, providing details like the answer record name, confidence level, and the reply content."],["There is a large list of version history available that goes all the way back to version 3.2.0 for the SmartReplyAnswer class."]]],[]]