public sealed class CompleteConversationRequest : IMessage<CompleteConversationRequest>, IEquatable<CompleteConversationRequest>, IDeepCloneable<CompleteConversationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class CompleteConversationRequest.
The request message for
[Conversations.CompleteConversation][google.cloud.dialogflow.v2beta1.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 page provides documentation for the `CompleteConversationRequest` class within the Google Cloud Dialogflow v2beta1 API, specifically for version 1.0.0-beta16, with links to newer versions available."],["`CompleteConversationRequest` is a sealed class that serves as the request message for the `Conversations.CompleteConversation` method, used to indicate the closing of a conversation."],["The class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for handling messages, equality comparisons, deep cloning, and buffered messages."],["The class includes two constructors, one default and another allowing the creation of an instance with another `CompleteConversationRequest` as a base, along with properties `ConversationName` and `Name` to manage conversation information."],["The required `Name` property allows for the specification of the conversation resource's identifier, which is needed to perform the request for the closing of the conversation."]]],[]]