Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class OperationType.
The operation to perform on the entity.
Protobuf type google.cloud.dialogflow.v2.Tool.ConnectorTool.Action.EntityOperation.OperationType
Namespace
Google \ Cloud \ Dialogflow \ V2 \ Tool \ ConnectorTool \ Action \ EntityOperationMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
OPERATION_TYPE_UNSPECIFIED
Value: 0Operation type unspecified. Invalid, ConnectorTool create/update will fail.
Generated from protobuf enum OPERATION_TYPE_UNSPECIFIED = 0;
PBLIST
Value: 1List operation.
Generated from protobuf enum LIST = 1;
GET
Value: 2Get operation.
Generated from protobuf enum GET = 2;
CREATE
Value: 3Create operation.
Generated from protobuf enum CREATE = 3;
UPDATE
Value: 4Update operation.
Generated from protobuf enum UPDATE = 4;
DELETE
Value: 5Delete operation.
Generated from protobuf enum DELETE = 5;