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 the engine parameter of the SynthesizeSpeech operation in the Amazon Polly
developer guide.
If you do not specify a value, the default is standard.
engine - Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the
user. For more information, see the engine parameter of the SynthesizeSpeech operation in the Amazon
Polly developer guide.
If you do not specify a value, the default is standard.
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 the engine parameter of the SynthesizeSpeech operation in the Amazon Polly
developer guide.
If you do not specify a value, the default is standard.
engine - Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the
user. For more information, see the engine parameter of the SynthesizeSpeech operation in the Amazon
Polly developer guide.
If you do not specify a value, the default is standard.
VoiceEngine,
VoiceEngineCopyright © 2023. All rights reserved.