Module: Google::Cloud::DiscoveryEngine::V1::Answer::Step::State

Defined in:
proto_docs/google/cloud/discoveryengine/v1/answer.rb

Overview

Enumeration of the state of the step.

Constant Summary collapse

STATE_UNSPECIFIED =

Unknown.

0
IN_PROGRESS =

Step is currently in progress.

1
FAILED =

Step currently failed.

2
SUCCEEDED =

Step has succeeded.

3