@Stability(value=Stable)
public static interface CfnBot.SlotPriorityProperty
extends software.amazon.jsii.JsiiSerializable
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() |
Number |
getPriority()
The priority that Amazon Lex should apply to the slot.
|
String |
getSlotName()
The name of the slot.
|
@Stability(value=Stable) @NotNull Number getPriority()
@Stability(value=Stable) @NotNull String getSlotName()
@Stability(value=Stable) static CfnBot.SlotPriorityProperty.Builder builder()
Copyright © 2022. All rights reserved.