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 |
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/<ProjectID>/locations/<LocationID>/agents/<AgentID>/sessions/<SessionID>/entityTypes/<EntityTypeID>
or
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/sessions/<SessionID>/entityTypes/<EntityTypeID>
.
If Environment ID
is not specified,
we assume default 'draft' environment.
Returns | |
---|---|
Type | Description |
SessionEntityType|null |
hasSessionEntityType
clearSessionEntityType
setSessionEntityType
Required. The session entity type to update.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/sessions/<SessionID>/entityTypes/<EntityTypeID>
or
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/sessions/<SessionID>/entityTypes/<EntityTypeID>
.
If Environment ID
is not specified,
we assume default 'draft' environment.
Parameter | |
---|---|
Name | Description |
var |
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 |
SessionEntityType
Required. The session entity type to update.
Format:
|
updateMask |
Google\Protobuf\FieldMask
The mask to control which fields get updated. |
Returns | |
---|---|
Type | Description |
UpdateSessionEntityTypeRequest |