| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Map<PromptAttempt,PromptAttemptSpecification> |
PromptSpecification.promptAttemptsSpecification()
Specifies the advanced settings on each attempt of the prompt.
|
Map<String,PromptAttemptSpecification> |
PromptSpecification.promptAttemptsSpecificationAsStrings()
Specifies the advanced settings on each attempt of the prompt.
|
| Modifier and Type | Method and Description |
|---|---|
PromptSpecification.Builder |
PromptSpecification.Builder.promptAttemptsSpecification(Map<PromptAttempt,PromptAttemptSpecification> promptAttemptsSpecification)
Specifies the advanced settings on each attempt of the prompt.
|
PromptSpecification.Builder |
PromptSpecification.Builder.promptAttemptsSpecificationWithStrings(Map<String,PromptAttemptSpecification> promptAttemptsSpecification)
Specifies the advanced settings on each attempt of the prompt.
|
Copyright © 2023. All rights reserved.