Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::UpdateParticipantRequest.
The request message for Participants.UpdateParticipant.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#participant
def participant() -> ::Google::Cloud::Dialogflow::V2::Participant
Returns
- (::Google::Cloud::Dialogflow::V2::Participant) — Required. The participant to update.
#participant=
def participant=(value) -> ::Google::Cloud::Dialogflow::V2::Participant
Parameter
- value (::Google::Cloud::Dialogflow::V2::Participant) — Required. The participant to update.
Returns
- (::Google::Cloud::Dialogflow::V2::Participant) — Required. The participant to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Required. The mask to specify which fields to update.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Required. The mask to specify which fields to update.
Returns
- (::Google::Protobuf::FieldMask) — Required. The mask to specify which fields to update.