Class Step (0.11.11)

Step(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Step information.

Attributes

NameDescription
state google.cloud.discoveryengine_v1beta.types.Answer.Step.State
The state of the step.
description str
The description of the step.
thought str
The thought of the step.
actions MutableSequence[google.cloud.discoveryengine_v1beta.types.Answer.Step.Action]
Actions.

Classes

Action

Action(mapping=None, *, ignore_unknown_fields=False, **kwargs)

State

State(value)

Enumeration of the state of the step.

Values: STATE_UNSPECIFIED (0): Unknown. IN_PROGRESS (1): Step is currently in progress. FAILED (2): Step currently failed. SUCCEEDED (3): Step has succeeded.