public sealed class CompleteConversationRequest : IMessage<CompleteConversationRequest>, IEquatable<CompleteConversationRequest>, IDeepCloneable<CompleteConversationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class CompleteConversationRequest.
The request message for
[Conversations.CompleteConversation][google.cloud.dialogflow.v2beta1.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 v2beta1 API, specifically for versions 1.0.0-beta22 and 1.0.0-beta23 (latest)."],["`CompleteConversationRequest` is a request message used for the `Conversations.CompleteConversation` method, allowing developers to programmatically close a conversation."],["The `CompleteConversationRequest` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `CompleteConversationRequest` class has two constructors and two properties, `ConversationName`, a strongly typed property that acts as a view over the `Name` property, and `Name`, a required string property for the resource identifier of the conversation."],["The namespace for this class is `Google.Cloud.Dialogflow.V2Beta1`, and it's contained within the `Google.Cloud.Dialogflow.V2Beta1.dll` assembly."]]],[]]