ChatInputStream¶
Union Type¶
ChatInputStream
module-attribute
¶
ChatInputStream = Union[ChatInputStreamConfigurationEvent | ChatInputStreamTextEvent | ChatInputStreamAttachmentEvent | ChatInputStreamActionExecutionEvent | ChatInputStreamEndOfInputEvent | ChatInputStreamAuthChallengeResponseEvent | ChatInputStreamUnknown]
The streaming input for the Chat API.
Union Member Types¶
ChatInputStreamConfigurationEvent
dataclass
¶
A configuration event activated by an end user request to select a specific chat mode.
Attributes¶
ChatInputStreamTextEvent
dataclass
¶
Information about the payload of the ChatInputStream event containing
the end user message input.
Attributes¶
ChatInputStreamAttachmentEvent
dataclass
¶
A request by an end user to upload a file during chat.
Attributes¶
ChatInputStreamActionExecutionEvent
dataclass
¶
A request from an end user to perform an Amazon Q Business plugin action.
Attributes¶
ChatInputStreamEndOfInputEvent
dataclass
¶
The end of the streaming input for the Chat API.