customVocabularyItems

@JvmName(name = "ybeeuhhryvhtgjmo")
suspend fun customVocabularyItems(value: Output<List<BotCustomVocabularyItemArgs>>)
@JvmName(name = "gkcfgagutpwvxloc")
suspend fun customVocabularyItems(value: List<BotCustomVocabularyItemArgs>)

Parameters

value

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


@JvmName(name = "xjxxeacvrwchodio")
suspend fun customVocabularyItems(vararg values: Output<BotCustomVocabularyItemArgs>)


@JvmName(name = "gwvsylgobtuimjwf")
suspend fun customVocabularyItems(values: List<Output<BotCustomVocabularyItemArgs>>)
@JvmName(name = "lpfqorqltiqjehqi")
suspend fun customVocabularyItems(vararg values: BotCustomVocabularyItemArgs)

Parameters

values

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


@JvmName(name = "yxfonurmqetoxnqq")
suspend fun customVocabularyItems(argument: List<suspend BotCustomVocabularyItemArgsBuilder.() -> Unit>)
@JvmName(name = "umhfesplocimjxae")
suspend fun customVocabularyItems(vararg argument: suspend BotCustomVocabularyItemArgsBuilder.() -> Unit)
@JvmName(name = "psntjgnhllhtdhfo")
suspend fun customVocabularyItems(argument: suspend BotCustomVocabularyItemArgsBuilder.() -> Unit)

Parameters

argument

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