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 of
software.amazon.awssdk.services.lexruntimev2.model.IntentResultEvent
that represents the
StartConversationResponseEventStream$IntentResultEvent
event. Do not use this class directly. Instead, use
the static builder methods on
StartConversationResponseEventStream
.- See Also:
-
Nested Class Summary
Nested ClassesNested 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
Modifier and TypeMethodDescriptionvoid
Calls the appropriate visit method depending on the subtype ofIntentResultEvent
.builder()
The type of this event.Take this object and create a builder that contains all of the current property values of this object.Methods inherited from class software.amazon.awssdk.services.lexruntimev2.model.IntentResultEvent
copy, equals, equalsBySdkFields, eventId, getValueForField, hashCode, hasInterpretations, hasRequestAttributes, inputMode, inputModeAsString, interpretations, recognizedBotMember, requestAttributes, sdkFieldNameToField, sdkFields, serializableBuilderClass, sessionId, sessionState, toString
-
Method Details
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<IntentResultEvent.Builder,
IntentResultEvent> - Overrides:
toBuilder
in classIntentResultEvent
- Returns:
- a builder for type T
-
builder
-
accept
Description copied from class:IntentResultEvent
Calls the appropriate visit method depending on the subtype ofIntentResultEvent
.- Specified by:
accept
in interfaceStartConversationResponseEventStream
- Overrides:
accept
in classIntentResultEvent
- Parameters:
visitor
- Visitor to invoke.
-
sdkEventType
Description copied from interface:StartConversationResponseEventStream
The type of this event. Corresponds to the:event-type
header on the Message.
-