BotSampleValueArgs

data class BotSampleValueArgs(val value: Output<String>) : ConvertibleToJava<BotSampleValueArgs>

Defines one of the values for a slot type.

Constructors

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

Properties

Link copied to clipboard
val value: Output<String>

The value that can be used for a slot type.

Functions

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