Class: Google::Cloud::Dialogflow::V2::UpdateParticipantRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#participant::Google::Cloud::Dialogflow::V2::Participant

Returns Required. The participant to update.

Returns:



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.

Returns:



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