public static interface VoiceSettings.Builder extends SdkPojo, CopyableBuilder<VoiceSettings.Builder,VoiceSettings>
| Modifier and Type | Method and Description |
|---|---|
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 |
engine(VoiceEngine engine)
Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user.
|
VoiceSettings.Builder |
voiceId(String voiceId)
The identifier of the Amazon Polly voice to use.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVoiceSettings.Builder voiceId(String voiceId)
The identifier of the Amazon Polly voice to use.
voiceId - The identifier of the Amazon Polly voice to use.VoiceSettings.Builder engine(String engine)
Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. For more information, see Voices in Amazon Polly.
engine - Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the
user. For more information, see Voices in Amazon Polly.VoiceEngine,
VoiceEngineVoiceSettings.Builder engine(VoiceEngine engine)
Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. For more information, see Voices in Amazon Polly.
engine - Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the
user. For more information, see Voices in Amazon Polly.VoiceEngine,
VoiceEngineCopyright © 2021. All rights reserved.