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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnBot.SpeechFoundationModelPropertystatic final classAn implementation forCfnBot.SpeechFoundationModelProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getModelArn
- See Also:
-
getVoiceId
The identifier of the voice to use for speech synthesis with the foundation model.- See Also:
-
builder
-