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."],[[["This webpage provides documentation for the `AutomatedAgentReply` class within the `Google.Cloud.Dialogflow.V2` namespace, part of the .NET library for Google Cloud Dialogflow."],["The `AutomatedAgentReply` class represents a response from an automated agent and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers various versions of the API, from 3.2.0 up to the latest version 4.26.0, with links provided for each version's specific documentation."],["The `AutomatedAgentReply` class has properties such as `AllowCancellation`, `AutomatedAgentReplyType`, and `DetectIntentResponse`, which offer information about whether the reply is interruptible, the type of reply, and the related Dialogflow `DetectIntentResponse`."],["The class includes a constructor without parameters, and a constructor that takes another instance of the class as a parameter."]]],[]]