Interface CfnBot.SpeechFoundationModelProperty

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

@Stability(Stable) public static interface CfnBot.SpeechFoundationModelProperty extends software.amazon.jsii.JsiiSerializable
Configuration for a foundation model used for speech synthesis and recognition capabilities.

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.*;
 SpeechFoundationModelProperty speechFoundationModelProperty = SpeechFoundationModelProperty.builder()
         .modelArn("modelArn")
         // the properties below are optional
         .voiceId("voiceId")
         .build();
 

See Also: