| Package | Description |
|---|---|
| com.amazonaws.services.chatbot.model |
| Modifier and Type | Method and Description |
|---|---|
AccountPreferences |
AccountPreferences.clone() |
AccountPreferences |
GetAccountPreferencesResult.getAccountPreferences()
Preferences which apply for AWS Chatbot usage in the calling AWS account.
|
AccountPreferences |
UpdateAccountPreferencesResult.getAccountPreferences()
Preferences which apply for AWS Chatbot usage in the calling AWS account.
|
AccountPreferences |
AccountPreferences.withTrainingDataCollectionEnabled(Boolean trainingDataCollectionEnabled)
Turns on training data collection.
|
AccountPreferences |
AccountPreferences.withUserAuthorizationRequired(Boolean userAuthorizationRequired)
Enables use of a user role requirement in your chat configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetAccountPreferencesResult.setAccountPreferences(AccountPreferences accountPreferences)
Preferences which apply for AWS Chatbot usage in the calling AWS account.
|
void |
UpdateAccountPreferencesResult.setAccountPreferences(AccountPreferences accountPreferences)
Preferences which apply for AWS Chatbot usage in the calling AWS account.
|
GetAccountPreferencesResult |
GetAccountPreferencesResult.withAccountPreferences(AccountPreferences accountPreferences)
Preferences which apply for AWS Chatbot usage in the calling AWS account.
|
UpdateAccountPreferencesResult |
UpdateAccountPreferencesResult.withAccountPreferences(AccountPreferences accountPreferences)
Preferences which apply for AWS Chatbot usage in the calling AWS account.
|
Copyright © 2024. All rights reserved.