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."],[[["The provided content details the `ResponseMessage.Types.EndInteraction` class within the Google Cloud Dialogflow v3 API, which signifies the end of a conversation with a Dialogflow agent."],["This class is automatically generated by Dialogflow and should not be manually defined by users."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to support its functionality."],["The document lists the version history of the API, ranging from version 1.0.0 to 2.23.0, indicating multiple updates and releases over time, with 2.23.0 being the latest version."],["There are two constructors, one default and the other which accepts a `ResponseMessage.Types.EndInteraction` parameter for building a new instance."]]],[]]