@Stability(value=Stable) public static final class CfnBot.CustomVocabularyProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnBot.CustomVocabularyProperty>
CfnBot.CustomVocabularyProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnBot.CustomVocabularyProperty |
build()
Builds the configured instance.
|
CfnBot.CustomVocabularyProperty.Builder |
customVocabularyItems(IResolvable customVocabularyItems)
Sets the value of
CfnBot.CustomVocabularyProperty.getCustomVocabularyItems() |
CfnBot.CustomVocabularyProperty.Builder |
customVocabularyItems(List<? extends Object> customVocabularyItems)
Sets the value of
CfnBot.CustomVocabularyProperty.getCustomVocabularyItems() |
@Stability(value=Stable) public CfnBot.CustomVocabularyProperty.Builder customVocabularyItems(IResolvable customVocabularyItems)
CfnBot.CustomVocabularyProperty.getCustomVocabularyItems()customVocabularyItems - Specifies a list of words that you expect to be used during a conversation with your bot. This parameter is required.this@Stability(value=Stable) public CfnBot.CustomVocabularyProperty.Builder customVocabularyItems(List<? extends Object> customVocabularyItems)
CfnBot.CustomVocabularyProperty.getCustomVocabularyItems()customVocabularyItems - Specifies a list of words that you expect to be used during a conversation with your bot. This parameter is required.this@Stability(value=Stable) public CfnBot.CustomVocabularyProperty build()
build in interface software.amazon.jsii.Builder<CfnBot.CustomVocabularyProperty>CfnBot.CustomVocabularyPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.