| Package | Description |
|---|---|
| com.amazonaws.services.lexruntimev2.model |
| Modifier and Type | Method and Description |
|---|---|
Intent |
Intent.addSlotsEntry(String key,
Slot value)
Add a single Slots entry
|
Intent |
Intent.clearSlotsEntries()
Removes all the entries added into Slots.
|
Intent |
Intent.clone() |
Intent |
SessionState.getIntent()
The active intent that Amazon Lex V2 is processing.
|
Intent |
Interpretation.getIntent()
A list of intents that might satisfy the user's utterance.
|
Intent |
Intent.withConfirmationState(ConfirmationState confirmationState)
Indicates whether the intent has been
Confirmed, Denied, or None if the
confirmation stage has not yet been reached. |
Intent |
Intent.withConfirmationState(String confirmationState)
Indicates whether the intent has been
Confirmed, Denied, or None if the
confirmation stage has not yet been reached. |
Intent |
Intent.withName(String name)
The name of the intent.
|
Intent |
Intent.withSlots(Map<String,Slot> slots)
A map of all of the slots for the intent.
|
Intent |
Intent.withState(IntentState state)
Indicates the fulfillment state for the intent.
|
Intent |
Intent.withState(String state)
Indicates the fulfillment state for the intent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SessionState.setIntent(Intent intent)
The active intent that Amazon Lex V2 is processing.
|
void |
Interpretation.setIntent(Intent intent)
A list of intents that might satisfy the user's utterance.
|
SessionState |
SessionState.withIntent(Intent intent)
The active intent that Amazon Lex V2 is processing.
|
Interpretation |
Interpretation.withIntent(Intent intent)
A list of intents that might satisfy the user's utterance.
|
Copyright © 2025. All rights reserved.