customVocabularyItems

@JvmName(name = "xklmsajlhoeyvcyq")
suspend fun customVocabularyItems(value: Output<List<BotCustomVocabularyItemArgs>>)
@JvmName(name = "horxeghsfpmsogbc")
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 = "kceqtnihfdiyolsd")
suspend fun customVocabularyItems(vararg values: Output<BotCustomVocabularyItemArgs>)


@JvmName(name = "kheiearecsoofjog")
suspend fun customVocabularyItems(values: List<Output<BotCustomVocabularyItemArgs>>)
@JvmName(name = "ustcxvwabaqbpoxm")
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 = "krrndvsogynljxhp")
suspend fun customVocabularyItems(argument: List<suspend BotCustomVocabularyItemArgsBuilder.() -> Unit>)
@JvmName(name = "qgmrmqfnvdedhvxe")
suspend fun customVocabularyItems(vararg argument: suspend BotCustomVocabularyItemArgsBuilder.() -> Unit)
@JvmName(name = "ldlucnfhwvnueexi")
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.