public sealed class EndInteraction : IMessage<ResponseMessage.Types.EndInteraction>, IEquatable<ResponseMessage.Types.EndInteraction>, IDeepCloneable<ResponseMessage.Types.EndInteraction>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class ResponseMessage.Types.EndInteraction.
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 `ResponseMessage.Types.EndInteraction` class within the Google Cloud Dialogflow CX v3 API, with version 2.23.0 being the latest."],["This `EndInteraction` class signals that a conversation with the Dialogflow agent has concluded and is intended for Dialogflow's use rather than user implementation."],["The `EndInteraction` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, and deep cloning."],["The documentation provides access to the full version history, starting from version 1.0.0 up to 2.23.0, allowing you to view the evolution of this class."],["The `EndInteraction` class inherits from `Object` and includes two constructors: a default constructor `EndInteraction()` and a copy constructor `EndInteraction(ResponseMessage.Types.EndInteraction other)`."]]],[]]