Class DefaultIntentResultEvent
- java.lang.Object
-
- software.amazon.awssdk.services.lexruntimev2.model.IntentResultEvent
-
- software.amazon.awssdk.services.lexruntimev2.model.startconversationresponseeventstream.DefaultIntentResultEvent
-
- All Implemented Interfaces:
Serializable,SdkPojo,StartConversationResponseEventStream,ToCopyableBuilder<IntentResultEvent.Builder,IntentResultEvent>
@Generated("software.amazon.awssdk:codegen") public final class DefaultIntentResultEvent extends IntentResultEvent
A specialization ofsoftware.amazon.awssdk.services.lexruntimev2.model.IntentResultEventthat represents theStartConversationResponseEventStream$IntentResultEventevent. Do not use this class directly. Instead, use the static builder methods onStartConversationResponseEventStream.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDefaultIntentResultEvent.Builder-
Nested classes/interfaces inherited from interface software.amazon.awssdk.services.lexruntimev2.model.StartConversationResponseEventStream
StartConversationResponseEventStream.EventType
-
-
Field Summary
-
Fields inherited from interface software.amazon.awssdk.services.lexruntimev2.model.StartConversationResponseEventStream
UNKNOWN
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(StartConversationResponseHandler.Visitor visitor)Calls the appropriate visit method depending on the subtype ofIntentResultEvent.static DefaultIntentResultEvent.Builderbuilder()StartConversationResponseEventStream.EventTypesdkEventType()The type of this event.DefaultIntentResultEvent.BuildertoBuilder()-
Methods inherited from class software.amazon.awssdk.services.lexruntimev2.model.IntentResultEvent
copy, equals, equalsBySdkFields, eventId, getValueForField, hashCode, hasInterpretations, hasRequestAttributes, inputMode, inputModeAsString, interpretations, recognizedBotMember, requestAttributes, sdkFields, serializableBuilderClass, sessionId, sessionState, toString
-
-
-
-
Method Detail
-
toBuilder
public DefaultIntentResultEvent.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IntentResultEvent.Builder,IntentResultEvent>- Overrides:
toBuilderin classIntentResultEvent
-
builder
public static DefaultIntentResultEvent.Builder builder()
-
accept
public void accept(StartConversationResponseHandler.Visitor visitor)
Description copied from class:IntentResultEventCalls the appropriate visit method depending on the subtype ofIntentResultEvent.- Specified by:
acceptin interfaceStartConversationResponseEventStream- Overrides:
acceptin classIntentResultEvent- Parameters:
visitor- Visitor to invoke.
-
sdkEventType
public StartConversationResponseEventStream.EventType sdkEventType()
Description copied from interface:StartConversationResponseEventStreamThe type of this event. Corresponds to the:event-typeheader on the Message.
-
-