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, which signifies the conclusion of a dialog with a Dialogflow agent, and is only generated by Dialogflow, not defined by users."],["The `EndInteraction` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from `Object`."],["This page shows all the versions of the `EndInteraction` class, starting with the latest version which is 2.23.0, all the way back to the initial version of 1.0.0."],["There are 2 constructors listed for the `EndInteraction` class, the first is the `public EndInteraction()`, and the second is `public EndInteraction(ResponseMessage.Types.EndInteraction other)`."]]],[]]