custom Vocabulary Items
Parameters
value
Specifies a list of words that you expect to be used during a conversation with your bot.
Parameters
values
Specifies a list of words that you expect to be used during a conversation with your bot.
suspend fun customVocabularyItems(argument: List<suspend BotCustomVocabularyItemArgsBuilder.() -> Unit>)
suspend fun customVocabularyItems(vararg argument: suspend BotCustomVocabularyItemArgsBuilder.() -> Unit)
Parameters
argument
Specifies a list of words that you expect to be used during a conversation with your bot.