UtteranceData

Provides information about a single utterance that was made to your bot.

Types

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

Properties

Link copied to clipboard
val count: Int?

The number of times that the utterance was processed.

Link copied to clipboard

The total number of individuals that used the utterance.

Link copied to clipboard

The date that the utterance was first recorded.

Link copied to clipboard

The date that the utterance was last recorded.

Link copied to clipboard

The text that was entered by the user or the text representation of an audio clip.

Functions

Link copied to clipboard
inline fun copy(block: UtteranceData.Builder.() -> Unit = {}): UtteranceData
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