| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
AllowedInputTypes.Builder |
AllowedInputTypes.Builder.allowAudioInput(Boolean allowAudioInput)
Indicates whether audio input is allowed.
|
AllowedInputTypes.Builder |
AllowedInputTypes.Builder.allowDTMFInput(Boolean allowDTMFInput)
Indicates whether DTMF input is allowed.
|
static AllowedInputTypes.Builder |
AllowedInputTypes.builder() |
AllowedInputTypes.Builder |
AllowedInputTypes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AllowedInputTypes.Builder> |
AllowedInputTypes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PromptAttemptSpecification.Builder |
PromptAttemptSpecification.Builder.allowedInputTypes(Consumer<AllowedInputTypes.Builder> allowedInputTypes)
Indicates the allowed input types of the prompt attempt.
|
Copyright © 2023. All rights reserved.