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 webpage provides documentation for the `UpdateParticipantRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically referencing version 4.1.0, along with links to documentation for many different prior versions."],["`UpdateParticipantRequest` is a request message used for updating a participant in the Dialogflow API, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default one and another that takes an existing `UpdateParticipantRequest` object as a parameter for creating a copy."],["`UpdateParticipantRequest` has two key properties, `Participant`, representing the participant to update, and `UpdateMask`, indicating which fields of the participant should be modified, both of which are required."],["The documentation provided shows multiple version numbers of the `UpdateParticipantRequest`, starting at 3.2.0, going up to the latest 4.26.0."]]],[]]