Google Cloud Dialogflow V2 Client - Class OperationType (2.3.0)

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 \ EntityOperation

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

OPERATION_TYPE_UNSPECIFIED

Value: 0

Operation type unspecified. Invalid, ConnectorTool create/update will fail.

Generated from protobuf enum OPERATION_TYPE_UNSPECIFIED = 0;

PBLIST

Value: 1

List operation.

Generated from protobuf enum LIST = 1;

GET

Value: 2

Get operation.

Generated from protobuf enum GET = 2;

CREATE

Value: 3

Create operation.

Generated from protobuf enum CREATE = 3;

UPDATE

Value: 4

Update operation.

Generated from protobuf enum UPDATE = 4;

DELETE

Value: 5

Delete operation.

Generated from protobuf enum DELETE = 5;