TextEvent

data class TextEvent(val value: TextInputEvent) : ChatInputStream

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

Constructors

Link copied to clipboard
constructor(value: TextInputEvent)

Properties

Link copied to clipboard

Inherited 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