Class DefaultTranscriptEvent
- java.lang.Object
-
- software.amazon.awssdk.services.lexruntimev2.model.TranscriptEvent
-
- software.amazon.awssdk.services.lexruntimev2.model.startconversationresponseeventstream.DefaultTranscriptEvent
-
- All Implemented Interfaces:
Serializable,SdkPojo,StartConversationResponseEventStream,ToCopyableBuilder<TranscriptEvent.Builder,TranscriptEvent>
@Generated("software.amazon.awssdk:codegen") public final class DefaultTranscriptEvent extends TranscriptEvent
A specialization ofsoftware.amazon.awssdk.services.lexruntimev2.model.TranscriptEventthat represents theStartConversationResponseEventStream$TranscriptEventevent. 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 interfaceDefaultTranscriptEvent.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 ofTranscriptEvent.static DefaultTranscriptEvent.Builderbuilder()StartConversationResponseEventStream.EventTypesdkEventType()The type of this event.DefaultTranscriptEvent.BuildertoBuilder()-
Methods inherited from class software.amazon.awssdk.services.lexruntimev2.model.TranscriptEvent
copy, equals, equalsBySdkFields, eventId, getValueForField, hashCode, sdkFields, serializableBuilderClass, toString, transcript
-
-
-
-
Method Detail
-
toBuilder
public DefaultTranscriptEvent.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TranscriptEvent.Builder,TranscriptEvent>- Overrides:
toBuilderin classTranscriptEvent
-
builder
public static DefaultTranscriptEvent.Builder builder()
-
accept
public void accept(StartConversationResponseHandler.Visitor visitor)
Description copied from class:TranscriptEventCalls the appropriate visit method depending on the subtype ofTranscriptEvent.- Specified by:
acceptin interfaceStartConversationResponseEventStream- Overrides:
acceptin classTranscriptEvent- 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.
-
-