Class: Aws::QBusiness::Types::CreatorModeConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::CreatorModeConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Configuration information required to invoke chat in ‘CREATOR_MODE`.
For more information, see [Admin controls and guardrails] and [Conversation settings].
[1]: docs.aws.amazon.com/amazonq/latest/qbusiness-ug/guardrails.html [2]: docs.aws.amazon.com/amazonq/latest/business-use-dg/using-web-experience.html#chat-source-scope
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creator_mode_control ⇒ String
Status information about whether ‘CREATOR_MODE` has been enabled or disabled.
Instance Attribute Details
#creator_mode_control ⇒ String
Status information about whether ‘CREATOR_MODE` has been enabled or disabled. The default status is `DISABLED`.
2291 2292 2293 2294 2295 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 2291 class CreatorModeConfiguration < Struct.new( :creator_mode_control) SENSITIVE = [] include Aws::Structure end |