Interface CfnBotPropsMixin.UnifiedSpeechSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBotPropsMixin.UnifiedSpeechSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnBotPropsMixin
@Stability(Stable)
public static interface CfnBotPropsMixin.UnifiedSpeechSettingsProperty
extends software.amazon.jsii.JsiiSerializable
Unified configuration settings that combine speech recognition and synthesis 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.cfnpropertymixins.services.lex.*;
UnifiedSpeechSettingsProperty unifiedSpeechSettingsProperty = UnifiedSpeechSettingsProperty.builder()
.speechFoundationModel(SpeechFoundationModelProperty.builder()
.modelArn("modelArn")
.voiceId("voiceId")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnBotPropsMixin.UnifiedSpeechSettingsPropertystatic final classAn implementation forCfnBotPropsMixin.UnifiedSpeechSettingsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSpeechFoundationModel
The foundation model configuration to use for unified speech processing capabilities.Returns union: either
IResolvableorCfnBotPropsMixin.SpeechFoundationModelProperty- See Also:
-
builder
-