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 page provides reference documentation for the `CompleteConversationRequest` class within the Google Cloud Dialogflow v2 API for .NET."],["The `CompleteConversationRequest` class is used to send a request to close a conversation via the `Conversations.CompleteConversation` method."],["The documentation covers various versions of the Dialogflow v2 API, ranging from version 3.2.0 to the latest version 4.26.0."],["The `CompleteConversationRequest` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two properties, `ConversationName`, a type `ConversationName` view over the `Name` resource name property, and `Name`, a `string` representing the resource identifier of the conversation."]]],[]]