public sealed class CompleteConversationRequest : IMessage<CompleteConversationRequest>, IEquatable<CompleteConversationRequest>, IDeepCloneable<CompleteConversationRequest>, IBufferMessage, IMessage
The request message for [Conversations.CompleteConversation][google.cloud.dialogflow.v2.Conversations.CompleteConversation].
[[["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 `CompleteConversationRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its use in Dialogflow's conversation management."],["The `CompleteConversationRequest` class is a request message used to close conversations, and it can be found in the Google.Cloud.Dialogflow.V2.dll assembly."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["The documentation shows links to various versions, ranging from 3.2.0 up to 4.26.0, with 4.26.0 being the latest, that provides a history and detailed information on the `CompleteConversationRequest` class."],["It contains 2 constructors for the class, one without any parameters and another allowing for the cloning of a `CompleteConversationRequest` object, along with two properties, `ConversationName` and `Name`, which are used to define the conversation that is being closed."]]],[]]