public sealed class EndInteraction : IMessage<ResponseMessage.Types.EndInteraction>, IEquatable<ResponseMessage.Types.EndInteraction>, IDeepCloneable<ResponseMessage.Types.EndInteraction>, IBufferMessage, IMessage
Indicates that interaction with the Dialogflow agent has ended.
This message is generated by Dialogflow only and not supposed to be
defined by the user.
[[["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 page details the `EndInteraction` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is used to signal that a conversation with a Dialogflow agent has concluded."],["The `EndInteraction` class is part of the `ResponseMessage.Types` and is provided by Dialogflow and should not be defined directly by users."],["The page lists multiple versions of the `EndInteraction` class, ranging from version 1.0.0 to the latest version 2.23.0, allowing users to navigate to documentation for specific releases."],["The `EndInteraction` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its capabilities for message handling, comparison, cloning, and buffered operations."],["The class inherits from the basic `Object` class, and has two constructors: one default, and another that accepts an `EndInteraction` object."]]],[]]