| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
PromptAttemptSpecification |
PromptAttemptSpecification.clone() |
PromptAttemptSpecification |
PromptAttemptSpecification.withAllowedInputTypes(AllowedInputTypes allowedInputTypes)
Indicates the allowed input types of the prompt attempt.
|
PromptAttemptSpecification |
PromptAttemptSpecification.withAllowInterrupt(Boolean allowInterrupt)
Indicates whether the user can interrupt a speech prompt attempt from the bot.
|
PromptAttemptSpecification |
PromptAttemptSpecification.withAudioAndDTMFInputSpecification(AudioAndDTMFInputSpecification audioAndDTMFInputSpecification)
Specifies the settings on audio and DTMF input.
|
PromptAttemptSpecification |
PromptAttemptSpecification.withTextInputSpecification(TextInputSpecification textInputSpecification)
Specifies the settings on text input.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,PromptAttemptSpecification> |
PromptSpecification.getPromptAttemptsSpecification()
Specifies the advanced settings on each attempt of the prompt.
|
| Modifier and Type | Method and Description |
|---|---|
PromptSpecification |
PromptSpecification.addPromptAttemptsSpecificationEntry(String key,
PromptAttemptSpecification value)
Add a single PromptAttemptsSpecification entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
PromptSpecification.setPromptAttemptsSpecification(Map<String,PromptAttemptSpecification> promptAttemptsSpecification)
Specifies the advanced settings on each attempt of the prompt.
|
PromptSpecification |
PromptSpecification.withPromptAttemptsSpecification(Map<String,PromptAttemptSpecification> promptAttemptsSpecification)
Specifies the advanced settings on each attempt of the prompt.
|
Copyright © 2022. All rights reserved.