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 latest version of `ResponseMessage.Types.EndInteraction` is 2.23.0, and the page provides links to versions all the way back to 1.0.0."],["The `EndInteraction` class is a sealed class that signifies the end of a conversation with a Dialogflow agent, which is only generated by Dialogflow, not by user-defined input."],["This class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like message handling, equality checks, deep cloning, and buffer message handling."],["The class `EndInteraction` includes two constructors, `EndInteraction()` for default initialization and `EndInteraction(ResponseMessage.Types.EndInteraction other)` to copy from another `EndInteraction` instance."],["The namespace for the `EndInteraction` class is `Google.Cloud.Dialogflow.Cx.V3` and is part of the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."]]],[]]