Class: Google::Cloud::Dialogflow::V2::CreateParticipantRequest

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.CreateParticipant.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. Resource identifier of the conversation adding the participant. Format: projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>.

Returns:

  • (::String)

    Required. Resource identifier of the conversation adding the participant. Format: projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>.



170
171
172
173
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 170

class CreateParticipantRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

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

Returns Required. The participant to create.

Returns:



170
171
172
173
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 170

class CreateParticipantRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end