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 the .NET environment."],["The latest version of `CompleteConversationRequest` is version 4.26.0, and the page includes links to documentation for versions ranging from 3.2.0 to 4.26.0."],["`CompleteConversationRequest` is a request message used to close a conversation via `Conversations.CompleteConversation` and implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `CompleteConversationRequest` class has two constructors, one default and one that takes another `CompleteConversationRequest` as a parameter, and properties such as `ConversationName` and `Name`."],["The `Name` property of the class contains the resource identifier of the conversation to close, and is a string with the format: `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/conversations/\u003cConversation ID\u003e`."]]],[]]