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 page provides reference documentation for the `ResponseMessage.Types.EndInteraction` class within the Dialogflow v3 API for .NET."],["The `EndInteraction` class signifies that a conversation with a Dialogflow agent has concluded, and is generated by Dialogflow, not defined by the user."],["The documentation lists various versions of the Dialogflow v3 API, ranging from version 1.0.0 to the latest version, 2.23.0, which links to the documentation for each respective version."],["The `EndInteraction` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["It has two constructors one default, and one that allows you to pass in an instance of itself."]]],[]]