/AWS1/CL_QQBCHATINPUTSTREAM_EV¶
The streaming input for the Chat API.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_configurationevent TYPE REF TO /AWS1/CL_QQBCONFIGURATIONEVENT /AWS1/CL_QQBCONFIGURATIONEVENT¶
A configuration event activated by an end user request to select a specific chat mode.
io_textevent TYPE REF TO /AWS1/CL_QQBTEXTINPUTEVENT /AWS1/CL_QQBTEXTINPUTEVENT¶
Information about the payload of the
ChatInputStreamevent containing the end user message input.
io_attachmentevent TYPE REF TO /AWS1/CL_QQBATTACHMENTINPEVENT /AWS1/CL_QQBATTACHMENTINPEVENT¶
A request by an end user to upload a file during chat.
io_actionexecutionevent TYPE REF TO /AWS1/CL_QQBACTIONEXECEVENT /AWS1/CL_QQBACTIONEXECEVENT¶
A request from an end user to perform an Amazon Q Business plugin action.
io_endofinputevent TYPE REF TO /AWS1/CL_QQBENDOFINPUTEVENT /AWS1/CL_QQBENDOFINPUTEVENT¶
The end of the streaming input for the
ChatAPI.
io_authchallengerspevent TYPE REF TO /AWS1/CL_QQBAUTHCHALLENGERSP00 /AWS1/CL_QQBAUTHCHALLENGERSP00¶
An authentication verification event response by a third party authentication server to Amazon Q Business.
Queryable Attributes¶
configurationEvent¶
A configuration event activated by an end user request to select a specific chat mode.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFIGURATIONEVENT() |
Getter for CONFIGURATIONEVENT |
textEvent¶
Information about the payload of the
ChatInputStreamevent containing the end user message input.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEXTEVENT() |
Getter for TEXTEVENT |
attachmentEvent¶
A request by an end user to upload a file during chat.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTACHMENTEVENT() |
Getter for ATTACHMENTEVENT |
actionExecutionEvent¶
A request from an end user to perform an Amazon Q Business plugin action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTIONEXECUTIONEVENT() |
Getter for ACTIONEXECUTIONEVENT |
endOfInputEvent¶
The end of the streaming input for the
ChatAPI.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDOFINPUTEVENT() |
Getter for ENDOFINPUTEVENT |
authChallengeResponseEvent¶
An authentication verification event response by a third party authentication server to Amazon Q Business.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTHCHALLENGERSPEVENT() |
Getter for AUTHCHALLENGERESPONSEEVENT |