public sealed class AutomatedAgentReply : IMessage<AutomatedAgentReply>, IEquatable<AutomatedAgentReply>, IDeepCloneable<AutomatedAgentReply>, IBufferMessage, IMessage
Indicates whether the partial automated agent reply is interruptible when a
later reply message arrives. e.g. if the agent specified some music as
partial response, it can be cancelled.
[[["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-03-21 UTC."],[[["The provided content is documentation for the `AutomatedAgentReply` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically version 3.5.0."],["The `AutomatedAgentReply` class represents a response from an automated agent and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists numerous versions of the `Google.Cloud.Dialogflow.V2` package, ranging from 3.2.0 to 4.26.0, with 4.26.0 marked as the latest."],["The class has properties like `AllowCancellation`, which determines if the response can be interrupted, `AutomatedAgentReplyType`, and `DetectIntentResponse`, which contains the response from a Dialogflow `DetectIntent` call."],["The class' constructors allow the creation of a new or a copy of an `AutomatedAgentReply` object, and it inherits core methods from the `Object` class."]]],[]]