| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
DataPrivacy |
DescribeBotVersionResponse.dataPrivacy()
Data privacy settings for the bot version.
|
DataPrivacy |
UpdateBotResponse.dataPrivacy()
The data privacy settings for the bot after the update.
|
DataPrivacy |
UpdateBotRequest.dataPrivacy()
Provides information on additional privacy protections Amazon Lex should use with the bot's data.
|
DataPrivacy |
CreateBotResponse.dataPrivacy()
The data privacy settings specified for the bot.
|
DataPrivacy |
DescribeBotResponse.dataPrivacy()
Settings for managing data privacy of the bot and its conversations with users.
|
DataPrivacy |
CreateBotRequest.dataPrivacy()
Provides information on additional privacy protections Amazon Lex should use with the bot's data.
|
DataPrivacy |
BotImportSpecification.dataPrivacy()
Returns the value of the DataPrivacy property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.Builder.dataPrivacy(DataPrivacy dataPrivacy)
Data privacy settings for the bot version.
|
UpdateBotResponse.Builder |
UpdateBotResponse.Builder.dataPrivacy(DataPrivacy dataPrivacy)
The data privacy settings for the bot after the update.
|
UpdateBotRequest.Builder |
UpdateBotRequest.Builder.dataPrivacy(DataPrivacy dataPrivacy)
Provides information on additional privacy protections Amazon Lex should use with the bot's data.
|
CreateBotResponse.Builder |
CreateBotResponse.Builder.dataPrivacy(DataPrivacy dataPrivacy)
The data privacy settings specified for the bot.
|
DescribeBotResponse.Builder |
DescribeBotResponse.Builder.dataPrivacy(DataPrivacy dataPrivacy)
Settings for managing data privacy of the bot and its conversations with users.
|
CreateBotRequest.Builder |
CreateBotRequest.Builder.dataPrivacy(DataPrivacy dataPrivacy)
Provides information on additional privacy protections Amazon Lex should use with the bot's data.
|
BotImportSpecification.Builder |
BotImportSpecification.Builder.dataPrivacy(DataPrivacy dataPrivacy)
Sets the value of the DataPrivacy property for this object.
|
Copyright © 2022. All rights reserved.