public sealed class UpdateParticipantRequest : IMessage<UpdateParticipantRequest>, IEquatable<UpdateParticipantRequest>, IDeepCloneable<UpdateParticipantRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class UpdateParticipantRequest.
The request message for
[Participants.UpdateParticipant][google.cloud.dialogflow.v2beta1.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 document provides reference information for the `UpdateParticipantRequest` class within the Google Cloud Dialogflow v2beta1 API, specifically for versions 1.0.0-beta22 and 1.0.0-beta23 (latest)."],["`UpdateParticipantRequest` is a request message used for the `Participants.UpdateParticipant` method, allowing the update of a specific participant."],["The class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality."],["The `UpdateParticipantRequest` class features two constructors and two properties: `Participant`, which represents the participant being updated, and `UpdateMask`, which specifies which fields are to be modified."],["The `UpdateParticipantRequest` class is found within the `Google.Cloud.Dialogflow.V2Beta1` namespace, under the assembly `Google.Cloud.Dialogflow.V2Beta1.dll`."]]],[]]