Module: Google::Cloud::Dialogflow::V2::KnowledgeOperationMetadata::State

Defined in:
proto_docs/google/cloud/dialogflow/v2/document.rb

Overview

States of the operation.

Constant Summary collapse

STATE_UNSPECIFIED =

State unspecified.

0
PENDING =

The operation has been created.

1
RUNNING =

The operation is currently running.

2
DONE =

The operation is done, either cancelled or completed.

3