Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.VoiceSettings
-
Packages that use VoiceSettings Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of VoiceSettings in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return VoiceSettings Modifier and Type Method Description VoiceSettingsBotLocaleImportSpecification. voiceSettings()Returns the value of the VoiceSettings property for this object.VoiceSettingsCreateBotLocaleRequest. voiceSettings()The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.VoiceSettingsCreateBotLocaleResponse. voiceSettings()The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.VoiceSettingsDescribeBotLocaleResponse. voiceSettings()The Amazon Polly voice Amazon Lex uses for voice interaction with the user.VoiceSettingsUpdateBotLocaleRequest. voiceSettings()The new Amazon Polly voice Amazon Lex should use for voice interaction with the user.VoiceSettingsUpdateBotLocaleResponse. voiceSettings()The updated Amazon Polly voice to use for voice interaction with the user.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type VoiceSettings Modifier and Type Method Description BotLocaleImportSpecification.BuilderBotLocaleImportSpecification.Builder. voiceSettings(VoiceSettings voiceSettings)Sets the value of the VoiceSettings property for this object.CreateBotLocaleRequest.BuilderCreateBotLocaleRequest.Builder. voiceSettings(VoiceSettings voiceSettings)The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.CreateBotLocaleResponse.BuilderCreateBotLocaleResponse.Builder. voiceSettings(VoiceSettings voiceSettings)The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.DescribeBotLocaleResponse.BuilderDescribeBotLocaleResponse.Builder. voiceSettings(VoiceSettings voiceSettings)The Amazon Polly voice Amazon Lex uses for voice interaction with the user.UpdateBotLocaleRequest.BuilderUpdateBotLocaleRequest.Builder. voiceSettings(VoiceSettings voiceSettings)The new Amazon Polly voice Amazon Lex should use for voice interaction with the user.UpdateBotLocaleResponse.BuilderUpdateBotLocaleResponse.Builder. voiceSettings(VoiceSettings voiceSettings)The updated Amazon Polly voice to use for voice interaction with the user.
-