Dialogflow V2 API - Module Google::Cloud::Dialogflow::V2::Tool::ConnectorTool::Action::EntityOperation::OperationType (v1.13.0)

Reference documentation and code samples for the Dialogflow V2 API module Google::Cloud::Dialogflow::V2::Tool::ConnectorTool::Action::EntityOperation::OperationType.

The operation to perform on the entity.

Constants

OPERATION_TYPE_UNSPECIFIED

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

LIST

value: 1
List operation.

GET

value: 2
Get operation.

CREATE

value: 3
Create operation.

UPDATE

value: 4
Update operation.

DELETE

value: 5
Delete operation.