public sealed class CompleteConversationRequest : IMessage<CompleteConversationRequest>, IEquatable<CompleteConversationRequest>, IDeepCloneable<CompleteConversationRequest>, IBufferMessage, IMessage
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` namespace, specifically in the context of the .NET library."],["The `CompleteConversationRequest` class is used as a request message for the `Conversations.CompleteConversation` method, allowing users to signal that a conversation is finished."],["The page lists various versions of the `CompleteConversationRequest` documentation, ranging from version 3.2.0 up to the latest version 4.26.0."],["The `CompleteConversationRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class features two constructors, `CompleteConversationRequest()` and `CompleteConversationRequest(CompleteConversationRequest other)`, and two properties, `ConversationName` and `Name`."]]],[]]