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 webpage details the `EndInteraction` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically in version 1.11.0, with links to other versions."],["The `EndInteraction` class signifies the conclusion of a Dialogflow agent interaction and is intended for Dialogflow generation rather than user definition."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `EndInteraction` class inherits from the base `Object` class, also showing a list of member functions that are inherited."],["Two constructors are available for the `EndInteraction` class, one with no parameters and one accepting another `EndInteraction` object."]]],[]]