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 provided content details the `EndInteraction` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is part of the Dialogflow v3 API, and is used to signify that interaction with the Dialogflow agent has ended."],["The documentation provides reference material for the `ResponseMessage.Types.EndInteraction` class, including its inheritance hierarchy, implemented interfaces, and details of its constructors."],["There are multiple versions of this API available, ranging from version 1.0.0 to 2.23.0, with version 2.23.0 being the most recent release."],["The `EndInteraction` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is a sealed class, meaning it cannot be inherited from."],["This `EndInteraction` message is automatically generated by Dialogflow and should not be manually defined by users, but is used to notify of the end of a conversation."]]],[]]