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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage details the `CompleteConversationRequest` class, which is used to send requests for completing conversations in Google Cloud Dialogflow V2."],["The `CompleteConversationRequest` class is part of the `Google.Cloud.Dialogflow.V2` namespace and is found in the `Google.Cloud.Dialogflow.V2.dll` assembly."],["The page offers a list of links to the documentation for the `CompleteConversationRequest` class for versions ranging from 3.2.0 to the latest 4.26.0, allowing users to access previous versions."],["The class inherits from the `Object` class and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `CompleteConversationRequest` include `ConversationName` and `Name`, which are essential for identifying the conversation to be completed, and this class also supports two constructors, one empty, and the other to make a copy of a separate `CompleteConversationRequest` object."]]],[]]