public static interface CfnBot.SlotPriorityProperty
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.*; SlotPriorityProperty slotPriorityProperty = SlotPriorityProperty.builder() .priority(123) .slotName("slotName") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnBot.SlotPriorityProperty.Builder
A builder for
CfnBot.SlotPriorityProperty |
static class |
CfnBot.SlotPriorityProperty.Jsii$Proxy
An implementation for
CfnBot.SlotPriorityProperty |
Modifier and Type | Method and Description |
---|---|
static CfnBot.SlotPriorityProperty.Builder |
builder() |
java.lang.Number |
getPriority()
The priority that Amazon Lex should apply to the slot.
|
java.lang.String |
getSlotName()
The name of the slot.
|
java.lang.Number getPriority()
java.lang.String getSlotName()
static CfnBot.SlotPriorityProperty.Builder builder()