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"]],[["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 page provides reference documentation for the `CompleteConversationRequest` class within the Google Cloud Dialogflow v2 API, specifically for the .NET implementation."],["The `CompleteConversationRequest` class is used to construct a request message for closing a conversation using the `Conversations.CompleteConversation` method."],["The class inherits from `object` and implements several interfaces: `IMessage`, `IEquatable\u003cCompleteConversationRequest\u003e`, `IDeepCloneable\u003cCompleteConversationRequest\u003e`, and `IBufferMessage`."],["The `CompleteConversationRequest` class includes properties like `ConversationName` (a typed view) and `Name` (a string), which is the required resource identifier for the conversation to be closed, and follows the `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/conversations/\u003cConversation ID\u003e` format."],["The page also provides version history with links for `CompleteConversationRequest` within Google Cloud Dialogflow V2, including the latest version 4.26.0."]]],[]]