Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class CreateSessionEntityTypeRequest.
The request message for SessionEntityTypes.CreateSessionEntityType.
Generated from protobuf message google.cloud.dialogflow.cx.v3.CreateSessionEntityTypeRequest
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The session to create a session entity type for. Format: |
↳ session_entity_type |
Google\Cloud\Dialogflow\Cx\V3\SessionEntityType
Required. The session entity type to create. |
getParent
Required. The session to create a session entity type for.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/sessions/<Session ID>
or projects/<Project ID>/locations/<Location
ID>/agents/<Agent ID>/environments/<Environment ID>/sessions/<Session ID>
.
If Environment ID
is not specified, we assume default 'draft'
environment.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The session to create a session entity type for.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/sessions/<Session ID>
or projects/<Project ID>/locations/<Location
ID>/agents/<Agent ID>/environments/<Environment ID>/sessions/<Session ID>
.
If Environment ID
is not specified, we assume default 'draft'
environment.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSessionEntityType
Required. The session entity type to create.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dialogflow\Cx\V3\SessionEntityType|null |
hasSessionEntityType
clearSessionEntityType
setSessionEntityType
Required. The session entity type to create.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dialogflow\Cx\V3\SessionEntityType
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The session to create a session entity type for.
Format: |
sessionEntityType |
Google\Cloud\Dialogflow\Cx\V3\SessionEntityType
Required. The session entity type to create. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Dialogflow\Cx\V3\CreateSessionEntityTypeRequest |