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