customVocabularyItems

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


@JvmName(name = "gcbjrhguwlpkmlaf")
suspend fun customVocabularyItems(values: List<Output<BotCustomVocabularyItemArgs>>)
@JvmName(name = "fxawhxokvifrvxan")
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 = "svlwxfwltcrnuuhs")
suspend fun customVocabularyItems(argument: List<suspend BotCustomVocabularyItemArgsBuilder.() -> Unit>)
@JvmName(name = "bsuvugwjvdyuugqq")
suspend fun customVocabularyItems(vararg argument: suspend BotCustomVocabularyItemArgsBuilder.() -> Unit)
@JvmName(name = "cctbpbmvrcjbxere")
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.