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."],[[["This page provides reference documentation for the `ResponseMessage.Types.EndInteraction` class in the Dialogflow v3 API, specifically within the `Google.Cloud.Dialogflow.Cx.V3` namespace for .NET."],["The `EndInteraction` class signifies the conclusion of a user's interaction with a Dialogflow agent and is generated solely by Dialogflow, and cannot be manually created."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among others, with inheritance from `Object`."],["This page lists a range of available versions for the `EndInteraction` class, from version 1.0.0 to the latest release, 2.23.0, each with a corresponding link."],["There are two constructors available for the class, one empty and the other one taking in another instance of itself."]]],[]]