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