| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntimev2.model |
| Modifier and Type | Method and Description |
|---|---|
static Intent.Builder |
Intent.builder() |
Intent.Builder |
Intent.Builder.confirmationState(ConfirmationState confirmationState)
Contains information about whether fulfillment of the intent has been confirmed.
|
Intent.Builder |
Intent.Builder.confirmationState(String confirmationState)
Contains information about whether fulfillment of the intent has been confirmed.
|
Intent.Builder |
Intent.Builder.name(String name)
The name of the intent.
|
Intent.Builder |
Intent.Builder.slots(Map<String,Slot> slots)
A map of all of the slots for the intent.
|
Intent.Builder |
Intent.Builder.state(IntentState state)
Contains fulfillment information for the intent.
|
Intent.Builder |
Intent.Builder.state(String state)
Contains fulfillment information for the intent.
|
Intent.Builder |
Intent.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Intent.Builder> |
Intent.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Interpretation.Builder |
Interpretation.Builder.intent(Consumer<Intent.Builder> intent)
A list of intents that might satisfy the user's utterance.
|
default SessionState.Builder |
SessionState.Builder.intent(Consumer<Intent.Builder> intent)
The active intent that Amazon Lex is processing.
|
Copyright © 2021. All rights reserved.