public static interface DeleteCustomVocabularyResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<DeleteCustomVocabularyResponse.Builder,DeleteCustomVocabularyResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteCustomVocabularyResponse.Builder |
botId(String botId)
The identifier of the bot that the custom vocabulary was removed from.
|
DeleteCustomVocabularyResponse.Builder |
botVersion(String botVersion)
The version of the bot that the custom vocabulary was removed from.
|
DeleteCustomVocabularyResponse.Builder |
customVocabularyStatus(CustomVocabularyStatus customVocabularyStatus)
The status of removing the custom vocabulary.
|
DeleteCustomVocabularyResponse.Builder |
customVocabularyStatus(String customVocabularyStatus)
The status of removing the custom vocabulary.
|
DeleteCustomVocabularyResponse.Builder |
localeId(String localeId)
The locale identifier for the locale that the custom vocabulary was removed from.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteCustomVocabularyResponse.Builder botId(String botId)
The identifier of the bot that the custom vocabulary was removed from.
botId - The identifier of the bot that the custom vocabulary was removed from.DeleteCustomVocabularyResponse.Builder botVersion(String botVersion)
The version of the bot that the custom vocabulary was removed from.
botVersion - The version of the bot that the custom vocabulary was removed from.DeleteCustomVocabularyResponse.Builder localeId(String localeId)
The locale identifier for the locale that the custom vocabulary was removed from.
localeId - The locale identifier for the locale that the custom vocabulary was removed from.DeleteCustomVocabularyResponse.Builder customVocabularyStatus(String customVocabularyStatus)
The status of removing the custom vocabulary.
customVocabularyStatus - The status of removing the custom vocabulary.CustomVocabularyStatus,
CustomVocabularyStatusDeleteCustomVocabularyResponse.Builder customVocabularyStatus(CustomVocabularyStatus customVocabularyStatus)
The status of removing the custom vocabulary.
customVocabularyStatus - The status of removing the custom vocabulary.CustomVocabularyStatus,
CustomVocabularyStatusCopyright © 2023. All rights reserved.