Types

Link copied to clipboard

A request from an end user to perform an Amazon Q Business plugin action.

Link copied to clipboard

A request by an end user to upload a file during chat.

Link copied to clipboard

An authentication verification event response by a third party authentication server to Amazon Q Business.

Link copied to clipboard

A configuration event activated by an end user request to select a specific chat mode.

Link copied to clipboard

The end of the streaming input for the Chat API.

Link copied to clipboard
Link copied to clipboard
data class TextEvent(val value: TextInputEvent) : ChatInputStream

Information about the payload of the ChatInputStream event containing the end user message input.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Casts this ChatInputStream as a TextEvent and retrieves its aws.sdk.kotlin.services.qbusiness.model.TextInputEvent value. Throws an exception if the ChatInputStream is not a TextEvent.

Link copied to clipboard