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"]],[["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 page details the `UpdateParticipantRequest` class, which is used to update participants in the Google Cloud Dialogflow V2 API."],["The `UpdateParticipantRequest` class is part of the `Google.Cloud.Dialogflow.V2` namespace and is available in various versions, from 3.2.0 up to the latest version 4.26.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message operations."],["Key properties of the `UpdateParticipantRequest` include `Participant` (the participant to be updated) and `UpdateMask` (specifying which fields to update)."],["There are two constructors available for the `UpdateParticipantRequest` class: a default constructor and one that takes another `UpdateParticipantRequest` object for duplication."]]],[]]