Interface CfnBot.VoiceSettingsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnBot.VoiceSettingsProperty.Jsii$Proxy
Enclosing class:
CfnBot

@Stability(Stable) public static interface CfnBot.VoiceSettingsProperty extends software.amazon.jsii.JsiiSerializable
Defines settings for using an Amazon Polly voice to communicate with a user.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.lex.*;
 VoiceSettingsProperty voiceSettingsProperty = VoiceSettingsProperty.builder()
         .voiceId("voiceId")
         // the properties below are optional
         .engine("engine")
         .build();
 

See Also: