@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum DialogActionType extends Enum<DialogActionType>
| Enum Constant and Description |
|---|
Close |
ConfirmIntent |
Delegate |
ElicitIntent |
ElicitSlot |
| Modifier and Type | Method and Description |
|---|---|
static DialogActionType |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static DialogActionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DialogActionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DialogActionType ElicitIntent
public static final DialogActionType ConfirmIntent
public static final DialogActionType ElicitSlot
public static final DialogActionType Close
public static final DialogActionType Delegate
public static DialogActionType[] values()
for (DialogActionType c : DialogActionType.values()) System.out.println(c);
public static DialogActionType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<DialogActionType>public static DialogActionType fromValue(String value)
value - real valueIllegalArgumentException - If the specified value does not map to one of the known values in this enum.Copyright © 2022. All rights reserved.