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 for .NET."],["The `CompleteConversationRequest` class is a request message used for completing or closing a conversation in the Dialogflow API, as indicated by the `Conversations.CompleteConversation` method."],["The page includes a list of available versions of the Dialogflow v2 API, ranging from version 3.2.0 up to 4.26.0, with the most recent version noted as the latest."],["The documentation details the class's inheritance, implemented interfaces (`IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`), inherited members, and namespace (`Google.Cloud.Dialogflow.V2`)."],["Key properties of the `CompleteConversationRequest` class are highlighted, including `ConversationName` and `Name`, with the `Name` property being a required resource identifier for the conversation to close."]]],[]]