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 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."]]],[]]