public sealed class CompleteConversationRequest : IMessage<CompleteConversationRequest>, IEquatable<CompleteConversationRequest>, IDeepCloneable<CompleteConversationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class CompleteConversationRequest.
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 provides reference documentation for the `CompleteConversationRequest` class within the Google Cloud Dialogflow v2 API, specifically for the .NET environment."],["The content covers version 4.6.0 and offers access to documentation for various prior versions, ranging from 4.26.0 (latest) down to 3.2.0."],["The `CompleteConversationRequest` class is used to formulate requests to the `Conversations.CompleteConversation` method, and it implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes constructors and two properties, `ConversationName` (a `ConversationName` type) and `Name` (a string), which are critical for specifying the conversation to be closed, within the format: `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/conversations/\u003cConversation ID\u003e`."],["The page provides detailed information about the class's inheritance, inherited members, namespace, and the assembly it resides in, which is `Google.Cloud.Dialogflow.V2.dll`."]]],[]]