BotIntentArgs

data class BotIntentArgs(val intentName: Output<String>, val intentVersion: Output<String>) : ConvertibleToJava<BotIntentArgs>

Constructors

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

Properties

Link copied to clipboard
val intentName: Output<String>

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

Link copied to clipboard
val intentVersion: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): BotIntentArgs