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 webpage provides documentation for the `CompleteConversationRequest` class within the Google Cloud Dialogflow v2 API for .NET, with the current version being 4.16.0."],["The `CompleteConversationRequest` class is used to send a request to the `Conversations.CompleteConversation` method to close a specific conversation."],["The page lists available versions of the API from 3.2.0 up to the latest release, 4.26.0, and each version links to its respective `CompleteConversationRequest` documentation."],["The `CompleteConversationRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CompleteConversationRequest` class include `ConversationName`, a typed view, and `Name`, a string that identifies the conversation to close, in the format `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/conversations/\u003cConversation ID\u003e`."]]],[]]