Interface CfnApplicationPropsMixin.PersonalizationConfigurationProperty

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

@Stability(Stable) public static interface CfnApplicationPropsMixin.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.cfnpropertymixins.services.qbusiness.*;
 PersonalizationConfigurationProperty personalizationConfigurationProperty = PersonalizationConfigurationProperty.builder()
         .personalizationControlMode("personalizationControlMode")
         .build();
 

See Also: