Interface ChatInputStream
-
- All Known Implementing Classes:
ActionExecutionEvent,AttachmentInputEvent,AuthChallengeResponseEvent,ConfigurationEvent,DefaultActionExecutionEvent,DefaultAttachmentEvent,DefaultAuthChallengeResponseEvent,DefaultConfigurationEvent,DefaultEndOfInputEvent,DefaultTextEvent,EndOfInputEvent,TextInputEvent
@Generated("software.amazon.awssdk:codegen") public interface ChatInputStream
Base interface for all event types in ChatInputStream.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classChatInputStream.EventTypeThe known possible types of events forChatInputStream.
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ActionExecutionEvent.BuilderactionExecutionEventBuilder()Create a builder for theactionExecutionEventevent type for this stream.static AttachmentInputEvent.BuilderattachmentEventBuilder()Create a builder for theattachmentEventevent type for this stream.static AuthChallengeResponseEvent.BuilderauthChallengeResponseEventBuilder()Create a builder for theauthChallengeResponseEventevent type for this stream.static ConfigurationEvent.BuilderconfigurationEventBuilder()Create a builder for theconfigurationEventevent type for this stream.static EndOfInputEvent.BuilderendOfInputEventBuilder()Create a builder for theendOfInputEventevent type for this stream.default ChatInputStream.EventTypesdkEventType()The type of this event.static TextInputEvent.BuildertextEventBuilder()Create a builder for thetextEventevent type for this stream.
-
-
-
Method Detail
-
configurationEventBuilder
static ConfigurationEvent.Builder configurationEventBuilder()
Create a builder for theconfigurationEventevent type for this stream.
-
textEventBuilder
static TextInputEvent.Builder textEventBuilder()
Create a builder for thetextEventevent type for this stream.
-
attachmentEventBuilder
static AttachmentInputEvent.Builder attachmentEventBuilder()
Create a builder for theattachmentEventevent type for this stream.
-
actionExecutionEventBuilder
static ActionExecutionEvent.Builder actionExecutionEventBuilder()
Create a builder for theactionExecutionEventevent type for this stream.
-
endOfInputEventBuilder
static EndOfInputEvent.Builder endOfInputEventBuilder()
Create a builder for theendOfInputEventevent type for this stream.
-
authChallengeResponseEventBuilder
static AuthChallengeResponseEvent.Builder authChallengeResponseEventBuilder()
Create a builder for theauthChallengeResponseEventevent type for this stream.
-
sdkEventType
default ChatInputStream.EventType sdkEventType()
The type of this event. Corresponds to the:event-typeheader on the Message.
-
-