Interface StartConversationResponseEventStream
- All Superinterfaces:
 SdkPojo
- All Known Implementing Classes:
 AudioResponseEvent,DefaultAudioResponseEvent,DefaultHeartbeatEvent,DefaultIntentResultEvent,DefaultPlaybackInterruptionEvent,DefaultTextResponseEvent,DefaultTranscriptEvent,HeartbeatEvent,IntentResultEvent,PlaybackInterruptionEvent,TextResponseEvent,TranscriptEvent
@Generated("software.amazon.awssdk:codegen")
public interface StartConversationResponseEventStream
extends SdkPojo
Base interface for all event types in StartConversationResponseEventStream.
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumThe known possible types of events forStartConversationResponseEventStream. - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StartConversationResponseEventStreamSpecial type ofStartConversationResponseEventStreamfor unknown types of events that this version of the SDK does not know about - 
Method Summary
Modifier and TypeMethodDescriptionvoidCalls the appropriate visit method depending on the subtype ofStartConversationResponseEventStream.static AudioResponseEvent.BuilderCreate a builder for theAudioResponseEventevent type for this stream.static HeartbeatEvent.BuilderCreate a builder for theHeartbeatEventevent type for this stream.static IntentResultEvent.BuilderCreate a builder for theIntentResultEventevent type for this stream.Create a builder for thePlaybackInterruptionEventevent type for this stream.The type of this event.static TextResponseEvent.BuilderCreate a builder for theTextResponseEventevent type for this stream.static TranscriptEvent.BuilderCreate a builder for theTranscriptEventevent type for this stream.Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Field Details
- 
UNKNOWN
Special type ofStartConversationResponseEventStreamfor unknown types of events that this version of the SDK does not know about 
 - 
 - 
Method Details
- 
playbackInterruptionEventBuilder
Create a builder for thePlaybackInterruptionEventevent type for this stream. - 
transcriptEventBuilder
Create a builder for theTranscriptEventevent type for this stream. - 
intentResultEventBuilder
Create a builder for theIntentResultEventevent type for this stream. - 
textResponseEventBuilder
Create a builder for theTextResponseEventevent type for this stream. - 
audioResponseEventBuilder
Create a builder for theAudioResponseEventevent type for this stream. - 
heartbeatEventBuilder
Create a builder for theHeartbeatEventevent type for this stream. - 
sdkEventType
The type of this event. Corresponds to the:event-typeheader on the Message. - 
accept
Calls the appropriate visit method depending on the subtype ofStartConversationResponseEventStream.- Parameters:
 visitor- Visitor to invoke.
 
 -