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-04-09 UTC."],[[["This page provides reference documentation for the `CompleteConversationRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET development."],["The `CompleteConversationRequest` class is used to close or complete a conversation in Dialogflow, as indicated by its function in the `Conversations.CompleteConversation` method."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The documentation covers the class's constructors (`CompleteConversationRequest()`) and properties, such as `ConversationName` and `Name`, which are essential for specifying the conversation to be closed."],["This documentation also lists various versions of the package, from the latest 4.26.0 all the way down to 3.2.0, offering access to each version's specific code and reference material."]]],[]]