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."],[[["The `CompleteConversationRequest` class is part of the Google Cloud Dialogflow v2beta1 API and is used to signal the completion of a conversation."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["It inherits from the base `object` class and has methods such as `GetHashCode()`, `GetType()`, and `ToString()`, along with two constructors: a default constructor and one that takes another `CompleteConversationRequest` instance as a parameter."],["The `CompleteConversationRequest` class has properties, `ConversationName` of type `ConversationName` and `Name` of type string, to handle the conversation's resource identifier."],["The `CompleteConversationRequest` is used as the request message for the `Conversations.CompleteConversation` method within the Dialogflow API."]]],[]]