TextEvent

data class TextEvent(val value: TextOutputEvent) : ChatOutputStream

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

Constructors

Link copied to clipboard
constructor(value: TextOutputEvent)

Properties

Link copied to clipboard

Inherited 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