Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.PromptAttemptSpecification
-
Packages that use PromptAttemptSpecification Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of PromptAttemptSpecification in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type PromptAttemptSpecification Modifier and Type Method 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.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type PromptAttemptSpecification Modifier and Type Method Description PromptSpecification.BuilderPromptSpecification.Builder. promptAttemptsSpecification(Map<PromptAttempt,PromptAttemptSpecification> promptAttemptsSpecification)Specifies the advanced settings on each attempt of the prompt.PromptSpecification.BuilderPromptSpecification.Builder. promptAttemptsSpecificationWithStrings(Map<String,PromptAttemptSpecification> promptAttemptsSpecification)Specifies the advanced settings on each attempt of the prompt.
-