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 document provides a comprehensive list of versions for the `AutomatedAgentReply` class within the `Google.Cloud.Dialogflow.V2` namespace, ranging from version 4.26.0 (latest) down to 3.2.0."],["The `AutomatedAgentReply` class represents a response from an automated agent and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor, and another that allows creating a copy from an existing `AutomatedAgentReply` object, and also includes properties to manage the agent reply, like `AllowCancellation`, `AutomatedAgentReplyType` and `DetectIntentResponse`."],["The latest version available for the AutomatedAgentReply class is 4.26.0, indicated as the latest within the list of available version links, which suggests ongoing development and updates to this component."],["The class can be found within the `Google.Cloud.Dialogflow.V2.dll` assembly and inherits members from the base `Object` class."]]],[]]