Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class CreateSessionEntityTypeRequest.
The request message for SessionEntityTypes.CreateSessionEntityType.
Generated from protobuf message google.cloud.dialogflow.v2.CreateSessionEntityTypeRequest
Methods
__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\V2\SessionEntityType
Required. The session entity type to create. |
getParent
Required. The session to create a session entity type for.
Format: projects/<Project ID>/agent/sessions/<Session ID>
or
projects/<Project ID>/agent/environments/<Environment ID>/users/<User ID>/
sessions/<Session ID>
.
If Environment ID
is not specified, we assume default 'draft'
environment. If User ID
is not specified, we assume default '-' user.
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The session to create a session entity type for.
Format: projects/<Project ID>/agent/sessions/<Session ID>
or
projects/<Project ID>/agent/environments/<Environment ID>/users/<User ID>/
sessions/<Session ID>
.
If Environment ID
is not specified, we assume default 'draft'
environment. If User ID
is not specified, we assume default '-' user.
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSessionEntityType
Required. The session entity type to create.
Generated from protobuf field .google.cloud.dialogflow.v2.SessionEntityType session_entity_type = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Google\Cloud\Dialogflow\V2\SessionEntityType|null |
hasSessionEntityType
clearSessionEntityType
setSessionEntityType
Required. The session entity type to create.
Generated from protobuf field .google.cloud.dialogflow.v2.SessionEntityType session_entity_type = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dialogflow\V2\SessionEntityType
|
Returns | |
---|---|
Type | Description |
$this |