@Generated(value="software.amazon.awssdk:codegen") public static enum StartConversationResponseEventStream.EventType extends Enum<StartConversationResponseEventStream.EventType>
StartConversationResponseEventStream.| Enum Constant and Description |
|---|
AUDIO_RESPONSE_EVENT |
HEARTBEAT_EVENT |
INTENT_RESULT_EVENT |
PLAYBACK_INTERRUPTION_EVENT |
TEXT_RESPONSE_EVENT |
TRANSCRIPT_EVENT |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static StartConversationResponseEventStream.EventType |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<StartConversationResponseEventStream.EventType> |
knownValues()
|
String |
toString() |
static StartConversationResponseEventStream.EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StartConversationResponseEventStream.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StartConversationResponseEventStream.EventType PLAYBACK_INTERRUPTION_EVENT
public static final StartConversationResponseEventStream.EventType TRANSCRIPT_EVENT
public static final StartConversationResponseEventStream.EventType INTENT_RESULT_EVENT
public static final StartConversationResponseEventStream.EventType TEXT_RESPONSE_EVENT
public static final StartConversationResponseEventStream.EventType AUDIO_RESPONSE_EVENT
public static final StartConversationResponseEventStream.EventType HEARTBEAT_EVENT
public static final StartConversationResponseEventStream.EventType UNKNOWN_TO_SDK_VERSION
public static StartConversationResponseEventStream.EventType[] values()
for (StartConversationResponseEventStream.EventType c : StartConversationResponseEventStream.EventType.values()) System.out.println(c);
public static StartConversationResponseEventStream.EventType 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<StartConversationResponseEventStream.EventType>public static StartConversationResponseEventStream.EventType fromValue(String value)
value - real valuepublic static Set<StartConversationResponseEventStream.EventType> knownValues()
values() to return a Set of all values known to the SDK. This will
return all known enum values except UNKNOWN_TO_SDK_VERSION.Set of known StartConversationResponseEventStream.EventTypesCopyright © 2023. All rights reserved.