@Generated(value="software.amazon.awssdk:codegen") public final class SlotPriority extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SlotPriority.Builder,SlotPriority>
Sets the priority that Amazon Lex should use when eliciting slot values from a user.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SlotPriority.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SlotPriority.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
priority()
The priority that Amazon Lex should apply to the slot.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SlotPriority.Builder> |
serializableBuilderClass() |
String |
slotId()
The unique identifier of the slot.
|
SlotPriority.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer priority()
The priority that Amazon Lex should apply to the slot.
public final String slotId()
The unique identifier of the slot.
public SlotPriority.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SlotPriority.Builder,SlotPriority>public static SlotPriority.Builder builder()
public static Class<? extends SlotPriority.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.