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 in version 3.4.0, along with links to different versions of that documentation."],["The `UpdateParticipantRequest` class is used as the request message for updating a participant via the `Participants.UpdateParticipant` method, which can be seen through the description on the page."],["The class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used within the .NET environment, and has different methods and constructors as a result."],["It includes two properties: `Participant`, which is the required participant to be updated, and `UpdateMask`, which is a required field mask to specify which fields need updating, and are both detailed on this documentation page."],["The page offers a version history of the documentation, with version 4.26.0 being the latest release, and it spans back to version 3.2.0."]]],[]]