Module: Google::Cloud::Dialogflow::V2::CreateConversationModelEvaluationOperationMetadata::State

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

Overview

State of CreateConversationModel operation.

Constant Summary collapse

STATE_UNSPECIFIED =

Operation status not specified.

0
INITIALIZING =

The operation is being prepared.

1
RUNNING =

The operation is running.

2
CANCELLED =

The operation is cancelled.

3
SUCCEEDED =

The operation has succeeded.

4
FAILED =

The operation has failed.

5