public sealed class UpdateParticipantRequest : IMessage<UpdateParticipantRequest>, IEquatable<UpdateParticipantRequest>, IDeepCloneable<UpdateParticipantRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class UpdateParticipantRequest.
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-04-09 UTC."],[[["This page provides reference documentation for the `UpdateParticipantRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.24.0."],["`UpdateParticipantRequest` is used to request updates to a participant and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page details the class's constructors, including a default constructor and one that accepts another `UpdateParticipantRequest` object for cloning."],["The class contains two properties: `Participant`, which represents the participant to be updated, and `UpdateMask`, used to specify which fields of the participant should be modified."],["The documentation covers versions ranging from 3.2.0 to the latest version 4.26.0 for the class `UpdateParticipantRequest`."]]],[]]