SlotStatus

Represents the status of a slot.

Enums
SLOT_UNSPECIFIED Fallback value when the usage field is not populated.
EMPTY Indicates that the slot does not have any values. This status cannot be modified through the response.
INVALID Indicates that the slot value is invalid. This status can be set through the response.
FILLED Indicates that the slot has a value. This status cannot be modified through the response.