ChatOutputStream

Types

Link copied to clipboard

A request from Amazon Q Business to the end user for information Amazon Q Business needs to successfully complete a requested plugin action.

Link copied to clipboard

An authentication verification event activated by an end user request to use a custom plugin.

Link copied to clipboard

A failed file upload event during a web experience chat.

Link copied to clipboard

A metadata event for a AI-generated text output message in a Amazon Q Business conversation.

Link copied to clipboard
Link copied to clipboard
data class TextEvent(val value: TextOutputEvent) : ChatOutputStream

Information about the payload of the ChatOutputStream event containing the AI-generated message output.

Functions

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

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

Link copied to clipboard