| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
VoiceSettings |
VoiceSettings.clone() |
VoiceSettings |
BotLocaleImportSpecification.getVoiceSettings() |
VoiceSettings |
UpdateBotLocaleResult.getVoiceSettings()
The updated Amazon Polly voice to use for voice interaction with the user.
|
VoiceSettings |
UpdateBotLocaleRequest.getVoiceSettings()
The new Amazon Polly voice Amazon Lex should use for voice interaction with the user.
|
VoiceSettings |
DescribeBotLocaleResult.getVoiceSettings()
The Amazon Polly voice Amazon Lex uses for voice interaction with the user.
|
VoiceSettings |
CreateBotLocaleResult.getVoiceSettings()
The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.
|
VoiceSettings |
CreateBotLocaleRequest.getVoiceSettings()
The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.
|
VoiceSettings |
VoiceSettings.withEngine(String engine)
Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user.
|
VoiceSettings |
VoiceSettings.withEngine(VoiceEngine engine)
Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user.
|
VoiceSettings |
VoiceSettings.withVoiceId(String voiceId)
The identifier of the Amazon Polly voice to use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BotLocaleImportSpecification.setVoiceSettings(VoiceSettings voiceSettings) |
void |
UpdateBotLocaleResult.setVoiceSettings(VoiceSettings voiceSettings)
The updated Amazon Polly voice to use for voice interaction with the user.
|
void |
UpdateBotLocaleRequest.setVoiceSettings(VoiceSettings voiceSettings)
The new Amazon Polly voice Amazon Lex should use for voice interaction with the user.
|
void |
DescribeBotLocaleResult.setVoiceSettings(VoiceSettings voiceSettings)
The Amazon Polly voice Amazon Lex uses for voice interaction with the user.
|
void |
CreateBotLocaleResult.setVoiceSettings(VoiceSettings voiceSettings)
The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.
|
void |
CreateBotLocaleRequest.setVoiceSettings(VoiceSettings voiceSettings)
The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.
|
BotLocaleImportSpecification |
BotLocaleImportSpecification.withVoiceSettings(VoiceSettings voiceSettings) |
UpdateBotLocaleResult |
UpdateBotLocaleResult.withVoiceSettings(VoiceSettings voiceSettings)
The updated Amazon Polly voice to use for voice interaction with the user.
|
UpdateBotLocaleRequest |
UpdateBotLocaleRequest.withVoiceSettings(VoiceSettings voiceSettings)
The new Amazon Polly voice Amazon Lex should use for voice interaction with the user.
|
DescribeBotLocaleResult |
DescribeBotLocaleResult.withVoiceSettings(VoiceSettings voiceSettings)
The Amazon Polly voice Amazon Lex uses for voice interaction with the user.
|
CreateBotLocaleResult |
CreateBotLocaleResult.withVoiceSettings(VoiceSettings voiceSettings)
The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.
|
CreateBotLocaleRequest |
CreateBotLocaleRequest.withVoiceSettings(VoiceSettings voiceSettings)
The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.
|
Copyright © 2023. All rights reserved.