public sealed class UpdateParticipantRequest : IMessage<UpdateParticipantRequest>, IEquatable<UpdateParticipantRequest>, IDeepCloneable<UpdateParticipantRequest>, IBufferMessage, IMessage
The request message for [Participants.UpdateParticipant][google.cloud.dialogflow.v2.Participants.UpdateParticipant].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page provides documentation for the `UpdateParticipantRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its usage in the Dialogflow API."],["The `UpdateParticipantRequest` class is used to send requests for updating a participant and implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties such as `Participant` and `UpdateMask`, which are both required fields for updating a participant."],["The document lists various versions of the Dialogflow API, ranging from version 3.2.0 to the latest 4.26.0, with each version containing details for `UpdateParticipantRequest`."],["There are two constructors available for the class: a default parameterless one and one which takes in a `UpdateParticipantRequest` object as parameter."]]],[]]