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 page details the `EndInteraction` class, part of the `Google.Cloud.Dialogflow.Cx.V3` namespace within the .NET environment, specifically within the `ResponseMessage.Types` component."],["The `EndInteraction` class signifies the conclusion of a Dialogflow agent interaction, with the class being exclusively generated by Dialogflow."],["The `EndInteraction` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations like message handling, deep cloning, and buffer management."],["There are multiple versions available, from 1.0.0 up to 2.23.0 as of this page's creation, with version 2.23.0 being the latest version, and these versions are all linked to their corresponding class documentation."],["The class inherits from the `Object` class and includes constructors for creating new instances, either empty or based on existing `ResponseMessage.Types.EndInteraction` objects."]]],[]]