Class: Google::Cloud::Dialogflow::V2::UpdateParticipantRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::UpdateParticipantRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/participant.rb
Overview
The request message for Participants.UpdateParticipant.
Instance Attribute Summary collapse
-
#participant ⇒ ::Google::Cloud::Dialogflow::V2::Participant
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#participant ⇒ ::Google::Cloud::Dialogflow::V2::Participant
Returns Required. The participant to update.
229 230 231 232 |
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 229 class UpdateParticipantRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. The mask to specify which fields to update.
229 230 231 232 |
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 229 class UpdateParticipantRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |