Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class UpdateSessionEntityTypeRequest.
The request message for SessionEntityTypes.UpdateSessionEntityType.
Generated from protobuf message google.cloud.dialogflow.cx.v3.UpdateSessionEntityTypeRequest
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ session_entity_type |
Google\Cloud\Dialogflow\Cx\V3\SessionEntityType
Required. The session entity type to update. Format: |
↳ update_mask |
Google\Protobuf\FieldMask
The mask to control which fields get updated. |
getSessionEntityType
Required. The session entity type to update.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/sessions/<Session ID>/entityTypes/<Entity Type ID>
or
projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/environments/<Environment ID>/sessions/<Session ID>/entityTypes/<Entity
Type ID>
. If Environment ID
is not specified, we assume default 'draft'
environment.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dialogflow\Cx\V3\SessionEntityType|null |
hasSessionEntityType
clearSessionEntityType
setSessionEntityType
Required. The session entity type to update.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/sessions/<Session ID>/entityTypes/<Entity Type ID>
or
projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/environments/<Environment ID>/sessions/<Session ID>/entityTypes/<Entity
Type ID>
. If Environment ID
is not specified, we assume default 'draft'
environment.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dialogflow\Cx\V3\SessionEntityType
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
The mask to control which fields get updated.
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasUpdateMask
clearUpdateMask
setUpdateMask
The mask to control which fields get updated.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
sessionEntityType |
Google\Cloud\Dialogflow\Cx\V3\SessionEntityType
Required. The session entity type to update.
Format: |
updateMask |
Google\Protobuf\FieldMask
The mask to control which fields get updated. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Dialogflow\Cx\V3\UpdateSessionEntityTypeRequest |