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 provides documentation for the `EndInteraction` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its role in signaling the end of a Dialogflow agent interaction."],["It lists a comprehensive history of versions for the `EndInteraction` class, ranging from version 1.0.0 to the latest version 2.23.0."],["The `EndInteraction` class, only generated by Dialogflow and not defined by users, inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor `EndInteraction()` and a copy constructor `EndInteraction(ResponseMessage.Types.EndInteraction other)`."],["The `EndInteraction` class is found in the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."]]],[]]