Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class UpdateSessionEntityTypeRequest.
The request message for SessionEntityTypes.UpdateSessionEntityType .
Generated from protobuf message google.cloud.dialogflow.v2.UpdateSessionEntityTypeRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ session_entity_type
↳ update_mask
Google\Protobuf\FieldMask
Optional. The mask to control which fields get updated.
getSessionEntityType
Required. The session entity type to update.
Generated from protobuf field .google.cloud.dialogflow.v2.SessionEntityType session_entity_type = 1 [(.google.api.field_behavior) = REQUIRED];
hasSessionEntityType
clearSessionEntityType
setSessionEntityType
Required. The session entity type to update.
Generated from protobuf field .google.cloud.dialogflow.v2.SessionEntityType session_entity_type = 1 [(.google.api.field_behavior) = REQUIRED];
$this
getUpdateMask
Optional. The mask to control which fields get updated.
Generated from protobuf field .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Google\Protobuf\FieldMask|null
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. The mask to control which fields get updated.
Generated from protobuf field .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
var
Google\Protobuf\FieldMask
$this