Interface CfnBot.SubSlotTypeCompositionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBot.SubSlotTypeCompositionProperty.Jsii$Proxy
- Enclosing class:
CfnBot
@Stability(Stable)
public static interface CfnBot.SubSlotTypeCompositionProperty
extends software.amazon.jsii.JsiiSerializable
Subslot type composition.
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.*;
SubSlotTypeCompositionProperty subSlotTypeCompositionProperty = SubSlotTypeCompositionProperty.builder()
.name("name")
.slotTypeId("slotTypeId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnBot.SubSlotTypeCompositionPropertystatic final classAn implementation forCfnBot.SubSlotTypeCompositionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
Name of a constituent sub slot inside a composite slot.- See Also:
-
getSlotTypeId
The unique identifier assigned to a slot type.This refers to either a built-in slot type or the unique slotTypeId of a custom slot type.
- See Also:
-
builder
-