Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::CreateParticipantRequest.
The request message for Participants.CreateParticipant.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
-
(::String) — Required. Resource identifier of the conversation adding the participant.
Format:
projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — 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>
.
#participant
def participant() -> ::Google::Cloud::Dialogflow::V2::Participant
Returns
- (::Google::Cloud::Dialogflow::V2::Participant) — Required. The participant to create.
#participant=
def participant=(value) -> ::Google::Cloud::Dialogflow::V2::Participant
Parameter
- value (::Google::Cloud::Dialogflow::V2::Participant) — Required. The participant to create.
Returns
- (::Google::Cloud::Dialogflow::V2::Participant) — Required. The participant to create.