BotCustomVocabularyArgs

data class BotCustomVocabularyArgs(val customVocabularyItems: Output<List<BotCustomVocabularyItemArgs>>) : ConvertibleToJava<BotCustomVocabularyArgs>

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 BotCustomVocabularyArgs(customVocabularyItems: Output<List<BotCustomVocabularyItemArgs>>)

Functions

Link copied to clipboard
open override fun toJava(): BotCustomVocabularyArgs

Properties