Class AccountPreferences
- java.lang.Object
-
- software.amazon.awssdk.services.chatbot.model.AccountPreferences
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AccountPreferences.Builder,AccountPreferences>
@Generated("software.amazon.awssdk:codegen") public final class AccountPreferences extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AccountPreferences.Builder,AccountPreferences>
Preferences related to AWS Chatbot usage in the calling AWS account.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAccountPreferences.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AccountPreferences.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AccountPreferences.Builder>serializableBuilderClass()AccountPreferences.BuildertoBuilder()StringtoString()Returns a string representation of this object.BooleantrainingDataCollectionEnabled()Turns on training data collection.BooleanuserAuthorizationRequired()Enables use of a user role requirement in your chat configuration.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
userAuthorizationRequired
public final Boolean userAuthorizationRequired()
Enables use of a user role requirement in your chat configuration.
- Returns:
- Enables use of a user role requirement in your chat configuration.
-
trainingDataCollectionEnabled
public final Boolean trainingDataCollectionEnabled()
Turns on training data collection.
This helps improve the AWS Chatbot experience by allowing AWS Chatbot to store and use your customer information, such as AWS Chatbot configurations, notifications, user inputs, AWS Chatbot generated responses, and interaction data. This data helps us to continuously improve and develop Artificial Intelligence (AI) technologies. Your data is not shared with any third parties and is protected using sophisticated controls to prevent unauthorized access and misuse. AWS Chatbot does not store or use interactions in chat channels with Amazon Q for training AI technologies for AWS Chatbot.
- Returns:
- Turns on training data collection.
This helps improve the AWS Chatbot experience by allowing AWS Chatbot to store and use your customer information, such as AWS Chatbot configurations, notifications, user inputs, AWS Chatbot generated responses, and interaction data. This data helps us to continuously improve and develop Artificial Intelligence (AI) technologies. Your data is not shared with any third parties and is protected using sophisticated controls to prevent unauthorized access and misuse. AWS Chatbot does not store or use interactions in chat channels with Amazon Q for training AI technologies for AWS Chatbot.
-
toBuilder
public AccountPreferences.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AccountPreferences.Builder,AccountPreferences>
-
builder
public static AccountPreferences.Builder builder()
-
serializableBuilderClass
public static Class<? extends AccountPreferences.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-