BotCustomVocabularyArgs

data class BotCustomVocabularyArgs(val customVocabularyItems: Output<List<BotCustomVocabularyItemArgs>>) : ConvertibleToJava<BotCustomVocabularyArgs>

Constructors

Link copied to clipboard
constructor(customVocabularyItems: Output<List<BotCustomVocabularyItemArgs>>)

Properties

Link copied to clipboard

Specifies a list of words that you expect to be used during a conversation with your bot.

Functions

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