tock / ai.tock.bot.definition / BotProviderId

BotProviderId

data class BotProviderId (source)

A BotProvider unique identifier.

Constructors

<init>

A BotProvider unique identifier.

BotProviderId(botId: String, namespace: String, configurationName: String? = null)

Properties

botId

The bot unique identifier.

val botId: String

configurationName

The optional configuration name.

val configurationName: String?

namespace

The namespace.

val namespace: String