@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AccountPreferences extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
AccountPreferences() |
Modifier and Type | Method and Description |
---|---|
AccountPreferences |
clone() |
boolean |
equals(Object obj) |
Boolean |
getTrainingDataCollectionEnabled()
Turns on training data collection.
|
Boolean |
getUserAuthorizationRequired()
Enables use of a user role requirement in your chat configuration.
|
int |
hashCode() |
Boolean |
isTrainingDataCollectionEnabled()
Turns on training data collection.
|
Boolean |
isUserAuthorizationRequired()
Enables use of a user role requirement in your chat configuration.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTrainingDataCollectionEnabled(Boolean trainingDataCollectionEnabled)
Turns on training data collection.
|
void |
setUserAuthorizationRequired(Boolean userAuthorizationRequired)
Enables use of a user role requirement in your chat configuration.
|
String |
toString()
Returns a string representation of this object.
|
AccountPreferences |
withTrainingDataCollectionEnabled(Boolean trainingDataCollectionEnabled)
Turns on training data collection.
|
AccountPreferences |
withUserAuthorizationRequired(Boolean userAuthorizationRequired)
Enables use of a user role requirement in your chat configuration.
|
public void setUserAuthorizationRequired(Boolean userAuthorizationRequired)
userAuthorizationRequired
- Enables use of a user role requirement in your chat configuration.public Boolean getUserAuthorizationRequired()
public AccountPreferences withUserAuthorizationRequired(Boolean userAuthorizationRequired)
userAuthorizationRequired
- Enables use of a user role requirement in your chat configuration.public Boolean isUserAuthorizationRequired()
public void setTrainingDataCollectionEnabled(Boolean trainingDataCollectionEnabled)
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 AWS Chatbot’s AI technologies.public Boolean getTrainingDataCollectionEnabled()
public AccountPreferences withTrainingDataCollectionEnabled(Boolean trainingDataCollectionEnabled)
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 AWS Chatbot’s AI technologies.public Boolean isTrainingDataCollectionEnabled()
public String toString()
toString
in class Object
Object.toString()
public AccountPreferences clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.