Class: Google::Cloud::Dialogflow::V2::CreateParticipantRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::CreateParticipantRequest
- 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
-
#parent ⇒ ::String
Required.
-
#participant ⇒ ::Google::Cloud::Dialogflow::V2::Participant
Required.
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>
.
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.
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 |