Google Cloud Dialogflow V2 Client - Class CreateParticipantRequest (1.8.0)

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

Namespace

Google \ Cloud \ Dialogflow \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
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 Google\Cloud\Dialogflow\V2\Participant

Required. The participant to create.

getParent

Required. Resource identifier of the conversation adding the participant.

Format: projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>.

Returns
TypeDescription
string

setParent

Required. Resource identifier of the conversation adding the participant.

Format: projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getParticipant

Required. The participant to create.

Returns
TypeDescription
Google\Cloud\Dialogflow\V2\Participant|null

hasParticipant

clearParticipant

setParticipant

Required. The participant to create.

Parameter
NameDescription
var Google\Cloud\Dialogflow\V2\Participant
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
parent string

Required. Resource identifier of the conversation adding the participant. Format: projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>. Please see Google\Cloud\Dialogflow\V2\ParticipantsClient::conversationName() for help formatting this field.

participant Google\Cloud\Dialogflow\V2\Participant

Required. The participant to create.

Returns
TypeDescription
Google\Cloud\Dialogflow\V2\CreateParticipantRequest