BotIntent

data class BotIntent(val intentName: String, val intentVersion: String)

Constructors

Link copied to clipboard
constructor(intentName: String, intentVersion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the intent. Must be less than or equal to 100 characters in length.

Link copied to clipboard

The version of the intent. Must be less than or equal to 64 characters in length.