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"]],[["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 webpage provides documentation for the `SmartReplyAnswer` class within the Google Cloud Dialogflow v2 API for .NET, with the latest version being 4.26.0."],["The `SmartReplyAnswer` class, which implements several interfaces including `IMessage` and `IEquatable`, represents a smart reply generated by the Dialogflow system."],["The documentation details two constructors for creating `SmartReplyAnswer` objects, one default and another for creating a copy of an existing `SmartReplyAnswer`."],["The class has four main properties: `AnswerRecord` (a string), `AnswerRecordAsAnswerRecordName` (a typed view), `Confidence` (a float representing certainty), and `Reply` (the string content of the reply)."],["This page contains the documentation of all the previous versions of the SmartReplyAnswer, with versions going all the way back to 3.2.0."]]],[]]