Skip to content

Lex Runtime V2  >  Enums  >  IntentState

IntentState

Enum Class

IntentState

Bases: UnknownEnumMixin, StrEnum

Attributes

FAILED class-attribute instance-attribute
FAILED = 'Failed'
FULFILLED class-attribute instance-attribute
FULFILLED = 'Fulfilled'
FULFILLMENT_IN_PROGRESS class-attribute instance-attribute
FULFILLMENT_IN_PROGRESS = 'FulfillmentInProgress'
IN_PROGRESS class-attribute instance-attribute
IN_PROGRESS = 'InProgress'
READY_FOR_FULFILLMENT class-attribute instance-attribute
READY_FOR_FULFILLMENT = 'ReadyForFulfillment'
WAITING class-attribute instance-attribute
WAITING = 'Waiting'