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-04-09 UTC."],[[["This webpage provides documentation for the `AutomatedAgentReply` class within the `Google.Cloud.Dialogflow.V2` namespace, outlining its properties and methods across different versions."],["The `AutomatedAgentReply` class represents a response from an automated agent, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for deep cloning and buffer message handling."],["The class has properties like `AllowCancellation`, `AutomatedAgentReplyType`, and `DetectIntentResponse`, which control whether a reply can be interrupted, its type, and its association with a Dialogflow `DetectIntent` call response."],["The latest version available is 4.26.0, with a range of prior versions from 4.25.0 down to 3.2.0 which are all documented here, along with version 4.0.0 having specific documentation."],["The documentation shows that the class contains a default constructor as well as one allowing an `AutomatedAgentReply` as a parameter, and it inherits from `System.Object` while also having inherited members such as GetHashCode, GetType, MemberwiseClone, and ToString."]]],[]]