Bot Custom Vocabulary Item Args
data class BotCustomVocabularyItemArgs(val displayAs: Output<String>? = null, val phrase: Output<String>, val weight: Output<Int>? = null) : ConvertibleToJava<BotCustomVocabularyItemArgs>
A custom vocabulary item that contains the phrase to recognize and a weight to give the boost.