BotCustomVocabulary

data class BotCustomVocabulary(val customVocabularyItems: List<BotCustomVocabularyItem>)

A custom vocabulary is a list of specific phrases that you want Amazon Lex V2 to recognize in the audio input.

Constructors

Link copied to clipboard
fun BotCustomVocabulary(customVocabularyItems: List<BotCustomVocabularyItem>)

Types

Link copied to clipboard
object Companion

Properties