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 documentation for the `CompleteConversationRequest` class within the Google Cloud Dialogflow v2 API for .NET, spanning multiple versions from 3.2.0 to the latest 4.26.0."],["`CompleteConversationRequest` is a class that functions as the request message for completing a conversation, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CompleteConversationRequest` class has properties such as `ConversationName`, which offers a typed view over the resource name, and `Name`, which represents the required resource identifier of the conversation to close."],["There are two constructors, a parameterless constructor and one that takes another `CompleteConversationRequest` instance as an argument, for creating instances of the class."],["The page shows the implementation and inheritance details of the class, referencing inherited members such as `GetHashCode`, `GetType`, and `ToString` from the base `object` class."]]],[]]