BotOutputData

@Serializable
data class BotOutputData(val text: String, val spoken: Boolean, val aggregatedBy: String)

Streaming bot output tokens/chunks.

Example: {"text":"your","spoken":true,"aggregated_by":"word"}

Constructors

Link copied to clipboard
constructor(text: String, spoken: Boolean, aggregatedBy: String)

Properties

Link copied to clipboard
@SerialName(value = "aggregated_by")
val aggregatedBy: String
Link copied to clipboard
Link copied to clipboard