Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.AllowedInputTypes.Builder
-
Packages that use AllowedInputTypes.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of AllowedInputTypes.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return AllowedInputTypes.Builder Modifier and Type Method Description AllowedInputTypes.BuilderAllowedInputTypes.Builder. allowAudioInput(Boolean allowAudioInput)Indicates whether audio input is allowed.AllowedInputTypes.BuilderAllowedInputTypes.Builder. allowDTMFInput(Boolean allowDTMFInput)Indicates whether DTMF input is allowed.static AllowedInputTypes.BuilderAllowedInputTypes. builder()AllowedInputTypes.BuilderAllowedInputTypes. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type AllowedInputTypes.Builder Modifier and Type Method Description static Class<? extends AllowedInputTypes.Builder>AllowedInputTypes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type AllowedInputTypes.Builder Modifier and Type Method Description default PromptAttemptSpecification.BuilderPromptAttemptSpecification.Builder. allowedInputTypes(Consumer<AllowedInputTypes.Builder> allowedInputTypes)Indicates the allowed input types of the prompt attempt.
-