BotInputContextArgs

data class BotInputContextArgs(val name: Output<String>) : ConvertibleToJava<BotInputContextArgs>

InputContext specified for the intent.

Constructors

Link copied to clipboard
constructor(name: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the context.

Functions

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