public sealed class CompleteConversationRequest : IMessage<CompleteConversationRequest>, IEquatable<CompleteConversationRequest>, IDeepCloneable<CompleteConversationRequest>, IBufferMessage, IMessage
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` namespace, used to complete a conversation in Dialogflow."],["The `CompleteConversationRequest` class is available in multiple versions, ranging from 3.2.0 to the latest 4.26.0, and each version has its specific documentation."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and providing useful features."],["The `CompleteConversationRequest` class has two constructors, a default one and one that takes another `CompleteConversationRequest` object as a parameter."],["The key properties of the class are `ConversationName`, providing a strongly-typed way to represent the conversation name, and `Name`, where you input the conversation's resource identifier."]]],[]]