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, detailing its properties, constructors, and inherited members across various versions, including a list of version history."],["`AutomatedAgentReply` represents a response from an automated agent within the Dialogflow V2 API, and is found within the `Google.Cloud.Dialogflow.V2.dll` assembly."],["The latest version of the documentation is 4.26.0, while this particular page focuses on version 3.8.0, and it lists all versions from 3.2.0 up to 4.26.0, all hyperlinked to their respective page."],["The class implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities in handling messages and providing cloning functionalities."],["The class contains properties such as `AllowCancellation`, `AutomatedAgentReplyType`, and `DetectIntentResponse`, which control whether a reply can be interrupted, what type it is, and the response from a detect intent call respectively."]]],[]]