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 a documentation page for the `AutomatedAgentReply` class in the `Google.Cloud.Dialogflow.V2` namespace, specifically for version 4.1.0 and newer, up to version 4.26.0."],["The `AutomatedAgentReply` class represents a response received from an automated agent, and it implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors, one default and another that allows creating a new `AutomatedAgentReply` from an existing one."],["The `AutomatedAgentReply` class includes properties like `AllowCancellation`, which determines if the reply can be interrupted, `AutomatedAgentReplyType`, specifying the type of reply, and `DetectIntentResponse`, which holds the response from a Dialogflow `DetectIntent` call."],["The documentation lists available versions of the `AutomatedAgentReply` class, starting from version 3.2.0 up to the latest version 4.26.0, along with inherited members and relevant parameter information."]]],[]]