TextOutputEvent

An output event for an AI-generated response in an Amazon Q Business web experience.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identifier of the conversation with which the text output event is associated.

Link copied to clipboard

An AI-generated message in a TextOutputEvent.

Link copied to clipboard

The identifier of an AI-generated message in a TextOutputEvent.

Link copied to clipboard

The type of AI-generated message in a TextOutputEvent. Amazon Q Business currently supports two types of messages:

Link copied to clipboard

The identifier of an end user message in a TextOutputEvent.

Functions

Link copied to clipboard
inline fun copy(block: TextOutputEvent.Builder.() -> Unit = {}): TextOutputEvent
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String