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-04-09 UTC."],[[["This webpage provides documentation for the `CompleteConversationRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, used for completing conversations in Dialogflow."],["The `CompleteConversationRequest` class has been implemented in versions ranging from 3.2.0 to the latest 4.26.0 of the Google Cloud Dialogflow V2."],["`CompleteConversationRequest` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `CompleteConversationRequest` class contains properties such as `ConversationName` and `Name`, where the `Name` property is a string representing the conversation resource identifier, in the format `projects/{Project ID}/locations/{Location ID}/conversations/\u003cConversation ID\u003e`."],["The page lists different versions of the class and links to their respective documentations, allowing you to understand how it has evolved."]]],[]]