Intent
The current intent that Amazon Lex V2 is attempting to fulfill.
Contents
- confirmationState
-
Contains information about whether fulfillment of the intent has been confirmed.
Type: String
Valid Values:
Confirmed | Denied | None
Required: No
- name
-
The name of the intent.
Type: String
Length Constraints: Minimum length of 1.
Required: Yes
- slots
-
A map of all of the slots for the intent. The name of the slot maps to the value of the slot. If a slot has not been filled, the value is null.
Type: String to Slot object map
Key Length Constraints: Minimum length of 1.
Required: No
- state
-
Contains fulfillment information for the intent.
Type: String
Valid Values:
Failed | Fulfilled | InProgress | ReadyForFulfillment | Waiting | FulfillmentInProgress
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: