Interface CfnApplication.PersonalizationConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnApplication.PersonalizationConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnApplication

@Stability(Stable) public static interface CfnApplication.PersonalizationConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Configuration information about chat response personalization.

For more information, see Personalizing chat responses .

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.qbusiness.*;
 PersonalizationConfigurationProperty personalizationConfigurationProperty = PersonalizationConfigurationProperty.builder()
         .personalizationControlMode("personalizationControlMode")
         .build();
 

See Also: