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 reference documentation for the `CompleteConversationRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET development."],["The latest version of the API documented is 4.26.0, while this specific page is for version 4.15.0, and a list of previous version links are also provided."],["`CompleteConversationRequest` is the request message used to close a conversation via the `Conversations.CompleteConversation` method."],["The `CompleteConversationRequest` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["Key properties of `CompleteConversationRequest` include `ConversationName` (a typed view over the `Name` resource) and `Name` (the resource identifier for the conversation to close)."]]],[]]