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."],[[["The `UpdateParticipantRequest` class is used to send a request to update a participant in the Google Cloud Dialogflow v2beta1 API."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits from `object` and has inherited members like `GetHashCode()`, `GetType()`, and `ToString()`."],["The class has two constructors, a parameterless one and one that takes another `UpdateParticipantRequest` as a parameter for the creation of a copy of the given object."],["It contains properties `Participant` and `UpdateMask`, which are both required for the update, with the first one holding the updated participant and the second one being the mask to define which field to update."]]],[]]