tock / ai.tock.bot.definition / Intent

Intent

data class Intent : IntentAware (source)

An intent definition.

Constructors

<init>

An intent definition.

Intent(name: String)

Properties

name

The qualified name of the intent.

val name: String

Functions

wrappedIntent

fun wrappedIntent(): Intent

Companion Object Properties

keyword

The keyword intent.

val keyword: Intent

unknown

The unknown intent.

val unknown: Intent