Class: Aws::QBusiness::Types::PersonalizationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::PersonalizationConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Configuration information about chat response personalization. For more information, see [Personalizing chat responses].
[1]: docs.aws.amazon.com/amazonq/latest/qbusiness-ug/personalizing-chat-responses.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#personalization_control_mode ⇒ String
An option to allow Amazon Q Business to customize chat responses using user specific metadata—specifically, location and job information—in your IAM Identity Center instance.
Instance Attribute Details
#personalization_control_mode ⇒ String
An option to allow Amazon Q Business to customize chat responses using user specific metadata—specifically, location and job information—in your IAM Identity Center instance.
5989 5990 5991 5992 5993 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5989 class PersonalizationConfiguration < Struct.new( :personalization_control_mode) SENSITIVE = [] include Aws::Structure end |