toggle menu
pulumi-aws-native-kotlin
1.27.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.lex.kotlin.inputs
/
BotCustomVocabularyArgs
Bot
Custom
Vocabulary
Args
data
class
BotCustomVocabularyArgs
(
val
customVocabularyItems
:
Output
<
List
<
BotCustomVocabularyItemArgs
>
>
)
:
ConvertibleToJava
<
BotCustomVocabularyArgs
>
Members
Constructors
Bot
Custom
Vocabulary
Args
Link copied to clipboard
constructor
(
customVocabularyItems
:
Output
<
List
<
BotCustomVocabularyItemArgs
>
>
)
Properties
custom
Vocabulary
Items
Link copied to clipboard
val
customVocabularyItems
:
Output
<
List
<
BotCustomVocabularyItemArgs
>
>
Specifies a list of words that you expect to be used during a conversation with your bot.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
BotCustomVocabularyArgs