Uses of Class
software.amazon.awssdk.services.lexruntimev2.model.StartConversationResponseEventStream.EventType
-
-
Uses of StartConversationResponseEventStream.EventType in software.amazon.awssdk.services.lexruntimev2.model
Methods in software.amazon.awssdk.services.lexruntimev2.model that return StartConversationResponseEventStream.EventType Modifier and Type Method Description static StartConversationResponseEventStream.EventTypeStartConversationResponseEventStream.EventType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.default StartConversationResponseEventStream.EventTypeStartConversationResponseEventStream. sdkEventType()The type of this event.static StartConversationResponseEventStream.EventTypeStartConversationResponseEventStream.EventType. valueOf(String name)Returns the enum constant of this type with the specified name.static StartConversationResponseEventStream.EventType[]StartConversationResponseEventStream.EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lexruntimev2.model that return types with arguments of type StartConversationResponseEventStream.EventType Modifier and Type Method Description static Set<StartConversationResponseEventStream.EventType>StartConversationResponseEventStream.EventType. knownValues() -
Uses of StartConversationResponseEventStream.EventType in software.amazon.awssdk.services.lexruntimev2.model.startconversationresponseeventstream
Methods in software.amazon.awssdk.services.lexruntimev2.model.startconversationresponseeventstream that return StartConversationResponseEventStream.EventType Modifier and Type Method Description StartConversationResponseEventStream.EventTypeDefaultAudioResponseEvent. sdkEventType()StartConversationResponseEventStream.EventTypeDefaultHeartbeatEvent. sdkEventType()StartConversationResponseEventStream.EventTypeDefaultIntentResultEvent. sdkEventType()StartConversationResponseEventStream.EventTypeDefaultPlaybackInterruptionEvent. sdkEventType()StartConversationResponseEventStream.EventTypeDefaultTextResponseEvent. sdkEventType()StartConversationResponseEventStream.EventTypeDefaultTranscriptEvent. sdkEventType()
-