| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static VoiceSettings.Builder |
VoiceSettings.builder() |
VoiceSettings.Builder |
VoiceSettings.Builder.engine(String engine)
Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user.
|
VoiceSettings.Builder |
VoiceSettings.Builder.engine(VoiceEngine engine)
Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user.
|
VoiceSettings.Builder |
VoiceSettings.toBuilder() |
VoiceSettings.Builder |
VoiceSettings.Builder.voiceId(String voiceId)
The identifier of the Amazon Polly voice to use.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VoiceSettings.Builder> |
VoiceSettings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateBotLocaleRequest.Builder |
UpdateBotLocaleRequest.Builder.voiceSettings(Consumer<VoiceSettings.Builder> voiceSettings)
The new Amazon Polly voice Amazon Lex should use for voice interaction with the user.
|
default CreateBotLocaleRequest.Builder |
CreateBotLocaleRequest.Builder.voiceSettings(Consumer<VoiceSettings.Builder> voiceSettings)
The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.
|
default DescribeBotLocaleResponse.Builder |
DescribeBotLocaleResponse.Builder.voiceSettings(Consumer<VoiceSettings.Builder> voiceSettings)
The Amazon Polly voice Amazon Lex uses for voice interaction with the user.
|
default BotLocaleImportSpecification.Builder |
BotLocaleImportSpecification.Builder.voiceSettings(Consumer<VoiceSettings.Builder> voiceSettings)
Sets the value of the VoiceSettings property for this object.
|
default CreateBotLocaleResponse.Builder |
CreateBotLocaleResponse.Builder.voiceSettings(Consumer<VoiceSettings.Builder> voiceSettings)
The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.
|
default UpdateBotLocaleResponse.Builder |
UpdateBotLocaleResponse.Builder.voiceSettings(Consumer<VoiceSettings.Builder> voiceSettings)
The updated Amazon Polly voice to use for voice interaction with the user.
|
Copyright © 2022. All rights reserved.