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.outputs
/
BotCustomVocabularyItem
Bot
Custom
Vocabulary
Item
data
class
BotCustomVocabularyItem
(
val
displayAs
:
String
?
=
null
,
val
phrase
:
String
,
val
weight
:
Int
?
=
null
)
Members
Constructors
Bot
Custom
Vocabulary
Item
Link copied to clipboard
constructor
(
displayAs
:
String
?
=
null
,
phrase
:
String
,
weight
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
display
As
Link copied to clipboard
val
displayAs
:
String
?
=
null
phrase
Link copied to clipboard
val
phrase
:
String
weight
Link copied to clipboard
val
weight
:
Int
?
=
null