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 details the `CompleteConversationRequest` class, which is used to send a request to complete a conversation in the Dialogflow V2 API."],["The page provides access to documentation for multiple versions of the Google.Cloud.Dialogflow.V2 library, ranging from version 3.2.0 up to the latest 4.26.0."],["The `CompleteConversationRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `ConversationName` and `Name`, which are used to identify the conversation to be completed, with the `Name` property requiring a specific resource identifier format."],["The document also contains the Constructors for this class which are `CompleteConversationRequest()` and `CompleteConversationRequest(CompleteConversationRequest other)`."]]],[]]