public sealed class ResponseMessage.Types.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 webpage provides reference documentation for the `ResponseMessage.Types.EndInteraction` class within the Google Cloud Dialogflow CX v3 API for .NET."],["The `EndInteraction` class signifies the termination of an interaction with a Dialogflow agent, and it is solely generated by Dialogflow."],["The latest version documented for this class is 2.23.0, but there are various other versions from 1.0.0 through to 2.22.0 available, all linking to the same class documentation."],["`ResponseMessage.Types.EndInteraction` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality and integration within the .NET framework."],["This class includes two constructors, `EndInteraction()` and `EndInteraction(EndInteraction)`, with the second one allowing for the creation of an `EndInteraction` object from another `EndInteraction` object, with an `other` parameter."]]],[]]