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 latest version documented for `CompleteConversationRequest` is 4.26.0, with previous versions from 4.25.0 down to 3.2.0 also listed with their corresponding links."],["`CompleteConversationRequest` inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and one that takes another `CompleteConversationRequest` as a parameter, as well as it contains a `ConversationName` property of type `ConversationName` and a `Name` property of type `string`."],["The CompleteConversationRequest class is part of the Google.Cloud.Dialogflow.V2 assembly within the .NET framework."]]],[]]