Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.VoiceEngine
-
Packages that use VoiceEngine Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of VoiceEngine in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return VoiceEngine Modifier and Type Method Description VoiceEngineVoiceSettings. engine()Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user.static VoiceEngineVoiceEngine. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static VoiceEngineVoiceEngine. valueOf(String name)Returns the enum constant of this type with the specified name.static VoiceEngine[]VoiceEngine. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type VoiceEngine Modifier and Type Method Description static Set<VoiceEngine>VoiceEngine. knownValues()Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type VoiceEngine Modifier and Type Method Description VoiceSettings.BuilderVoiceSettings.Builder. engine(VoiceEngine engine)Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user.
-