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 page provides documentation for the `CompleteConversationRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its usage in completing conversations."],["The `CompleteConversationRequest` class is used as a request message for the `Conversations.CompleteConversation` method and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `ConversationName` and `Name`, the latter being a required string that identifies the conversation resource to be closed."],["The documentation lists version history for the `CompleteConversationRequest` class, ranging from version 3.2.0 up to the latest 4.26.0, showing the evolution and any potential modifications."],["There are two constructors available for the `CompleteConversationRequest` class: a default constructor and one that accepts another `CompleteConversationRequest` object for deep cloning."]]],[]]