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."],[[["The page details the `EndInteraction` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically in version 1.9.0, which signals the conclusion of a Dialogflow agent interaction."],["The `EndInteraction` class is a sealed class that implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This message, used solely by Dialogflow and not user-defined, inherits from `Object` and has inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The provided content shows links to various versions of the EndInteraction class ranging from versions 1.0.0 to 2.23.0."],["There are two constructors for the `EndInteraction` class, a parameterless constructor and one that accepts another instance of `ResponseMessage.Types.EndInteraction`."]]],[]]