| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static DataPrivacy.Builder |
DataPrivacy.builder() |
DataPrivacy.Builder |
DataPrivacy.Builder.childDirected(Boolean childDirected)
For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use
of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole
or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by
specifying
true or false in the childDirected field. |
DataPrivacy.Builder |
DataPrivacy.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DataPrivacy.Builder> |
DataPrivacy.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateBotResponse.Builder |
UpdateBotResponse.Builder.dataPrivacy(Consumer<DataPrivacy.Builder> dataPrivacy)
The data privacy settings for the bot after the update.
|
default DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.Builder.dataPrivacy(Consumer<DataPrivacy.Builder> dataPrivacy)
Data privacy settings for the bot version.
|
default UpdateBotRequest.Builder |
UpdateBotRequest.Builder.dataPrivacy(Consumer<DataPrivacy.Builder> dataPrivacy)
Provides information on additional privacy protections Amazon Lex should use with the bot's data.
|
default CreateBotResponse.Builder |
CreateBotResponse.Builder.dataPrivacy(Consumer<DataPrivacy.Builder> dataPrivacy)
The data privacy settings specified for the bot.
|
default CreateBotRequest.Builder |
CreateBotRequest.Builder.dataPrivacy(Consumer<DataPrivacy.Builder> dataPrivacy)
Provides information on additional privacy protections Amazon Lex should use with the bot's data.
|
default DescribeBotResponse.Builder |
DescribeBotResponse.Builder.dataPrivacy(Consumer<DataPrivacy.Builder> dataPrivacy)
Settings for managing data privacy of the bot and its conversations with users.
|
default BotImportSpecification.Builder |
BotImportSpecification.Builder.dataPrivacy(Consumer<DataPrivacy.Builder> dataPrivacy)
Sets the value of the DataPrivacy property for this object.
|
Copyright © 2022. All rights reserved.