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, detailing its usage in closing conversations."],["The `CompleteConversationRequest` class has multiple versions available, ranging from 3.2.0 to 4.26.0, with the latter being the latest version."],["The `CompleteConversationRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities within the Protobuf framework."],["The class can be constructed using a default constructor, or by using another `CompleteConversationRequest` object, allowing for the cloning of objects."],["The `CompleteConversationRequest` class contains two main properties: `ConversationName`, which offers a typed view of the resource name, and `Name`, a string property that holds the resource identifier for the conversation to close."]]],[]]