UtteranceList

Provides a list of utterances that have been made to a specific version of your bot. The list contains a maximum of 100 utterances.

Types

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

Properties

Link copied to clipboard

The version of the bot that processed the list.

Link copied to clipboard

One or more UtteranceData objects that contain information about the utterances that have been made to a bot. The maximum number of object is 100.

Functions

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