Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class CreateParticipantRequest.
The request message for Participants.CreateParticipant .
Generated from protobuf message google.cloud.dialogflow.v2.CreateParticipantRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. Resource identifier of the conversation adding the participant. Format: projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>
.
↳ participant
getParent
Required. Resource identifier of the conversation adding the participant.
Format: projects/<Project ID>/locations/<Location
ID>/conversations/<Conversation ID>
.
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
string
setParent
Required. Resource identifier of the conversation adding the participant.
Format: projects/<Project ID>/locations/<Location
ID>/conversations/<Conversation ID>
.
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
var
string
$this
getParticipant
Required. The participant to create.
Generated from protobuf field .google.cloud.dialogflow.v2.Participant participant = 2 [(.google.api.field_behavior) = REQUIRED];
hasParticipant
clearParticipant
setParticipant
Required. The participant to create.
Generated from protobuf field .google.cloud.dialogflow.v2.Participant participant = 2 [(.google.api.field_behavior) = REQUIRED];
$this