| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
DataPrivacy |
DataPrivacy.clone() |
DataPrivacy |
UpdateBotRequest.getDataPrivacy()
Provides information on additional privacy protections Amazon Lex should use with the bot's data.
|
DataPrivacy |
DescribeBotVersionResult.getDataPrivacy()
Data privacy settings for the bot version.
|
DataPrivacy |
CreateBotResult.getDataPrivacy()
The data privacy settings specified for the bot.
|
DataPrivacy |
CreateBotRequest.getDataPrivacy()
Provides information on additional privacy protections Amazon Lex should use with the bot's data.
|
DataPrivacy |
UpdateBotResult.getDataPrivacy()
The data privacy settings for the bot after the update.
|
DataPrivacy |
BotImportSpecification.getDataPrivacy() |
DataPrivacy |
DescribeBotResult.getDataPrivacy()
Settings for managing data privacy of the bot and its conversations with users.
|
DataPrivacy |
DataPrivacy.withChildDirected(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. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateBotRequest.setDataPrivacy(DataPrivacy dataPrivacy)
Provides information on additional privacy protections Amazon Lex should use with the bot's data.
|
void |
DescribeBotVersionResult.setDataPrivacy(DataPrivacy dataPrivacy)
Data privacy settings for the bot version.
|
void |
CreateBotResult.setDataPrivacy(DataPrivacy dataPrivacy)
The data privacy settings specified for the bot.
|
void |
CreateBotRequest.setDataPrivacy(DataPrivacy dataPrivacy)
Provides information on additional privacy protections Amazon Lex should use with the bot's data.
|
void |
UpdateBotResult.setDataPrivacy(DataPrivacy dataPrivacy)
The data privacy settings for the bot after the update.
|
void |
BotImportSpecification.setDataPrivacy(DataPrivacy dataPrivacy) |
void |
DescribeBotResult.setDataPrivacy(DataPrivacy dataPrivacy)
Settings for managing data privacy of the bot and its conversations with users.
|
UpdateBotRequest |
UpdateBotRequest.withDataPrivacy(DataPrivacy dataPrivacy)
Provides information on additional privacy protections Amazon Lex should use with the bot's data.
|
DescribeBotVersionResult |
DescribeBotVersionResult.withDataPrivacy(DataPrivacy dataPrivacy)
Data privacy settings for the bot version.
|
CreateBotResult |
CreateBotResult.withDataPrivacy(DataPrivacy dataPrivacy)
The data privacy settings specified for the bot.
|
CreateBotRequest |
CreateBotRequest.withDataPrivacy(DataPrivacy dataPrivacy)
Provides information on additional privacy protections Amazon Lex should use with the bot's data.
|
UpdateBotResult |
UpdateBotResult.withDataPrivacy(DataPrivacy dataPrivacy)
The data privacy settings for the bot after the update.
|
BotImportSpecification |
BotImportSpecification.withDataPrivacy(DataPrivacy dataPrivacy) |
DescribeBotResult |
DescribeBotResult.withDataPrivacy(DataPrivacy dataPrivacy)
Settings for managing data privacy of the bot and its conversations with users.
|
Copyright © 2023. All rights reserved.