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 documentation for the `ResponseMessage.Types.EndInteraction` class within the Google Cloud Dialogflow v3 API for .NET, covering versions from 1.0.0 up to the latest version 2.23.0."],["The `EndInteraction` class, part of the `Google.Cloud.Dialogflow.Cx.V3` namespace, signals the conclusion of a Dialogflow agent interaction and is designed to be generated by Dialogflow rather than defined by the user."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, comparison, deep cloning, and buffered data processing."],["The documentation includes links to inherited members, detailing functionalities like `GetHashCode()`, `GetType()`, and `ToString()`."],["The class offers two constructors, one default constructor `EndInteraction()`, and one which takes a parameter of the type `EndInteraction`."]]],[]]