tock / ai.tock.bot.definition / IntentWithoutNamespace

IntentWithoutNamespace

data class IntentWithoutNamespace (source)

The non qualified name of the intent.

Constructors

<init>

The non qualified name of the intent.

IntentWithoutNamespace(name: String)

Properties

name

val name: String

Functions

intent

fun intent(namespace: String): Intent