Class: Aws::QuickSight::Types::AmazonQInQuickSightConsoleConfigurations
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AmazonQInQuickSightConsoleConfigurations
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A collection of Amazon Q feature configurations in an embedded Amazon QuickSight console.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_qn_a ⇒ Types::DataQnAConfigurations
Adds generative Q&A capabilitiees to an embedded Amazon QuickSight console.
-
#data_stories ⇒ Types::DataStoriesConfigurations
Adds the data stories feature to an embedded Amazon QuickSight console.
-
#executive_summary ⇒ Types::ExecutiveSummaryConfigurations
Adds the executive summaries feature to an embedded Amazon QuickSight console.
-
#generative_authoring ⇒ Types::GenerativeAuthoringConfigurations
Adds the generative BI authoring experience to an embedded Amazon QuickSight console.
Instance Attribute Details
#data_qn_a ⇒ Types::DataQnAConfigurations
Adds generative Q&A capabilitiees to an embedded Amazon QuickSight console.
390 391 392 393 394 395 396 397 |
# File 'lib/aws-sdk-quicksight/types.rb', line 390 class AmazonQInQuickSightConsoleConfigurations < Struct.new( :data_qn_a, :generative_authoring, :executive_summary, :data_stories) SENSITIVE = [] include Aws::Structure end |
#data_stories ⇒ Types::DataStoriesConfigurations
Adds the data stories feature to an embedded Amazon QuickSight console.
390 391 392 393 394 395 396 397 |
# File 'lib/aws-sdk-quicksight/types.rb', line 390 class AmazonQInQuickSightConsoleConfigurations < Struct.new( :data_qn_a, :generative_authoring, :executive_summary, :data_stories) SENSITIVE = [] include Aws::Structure end |
#executive_summary ⇒ Types::ExecutiveSummaryConfigurations
Adds the executive summaries feature to an embedded Amazon QuickSight console.
390 391 392 393 394 395 396 397 |
# File 'lib/aws-sdk-quicksight/types.rb', line 390 class AmazonQInQuickSightConsoleConfigurations < Struct.new( :data_qn_a, :generative_authoring, :executive_summary, :data_stories) SENSITIVE = [] include Aws::Structure end |
#generative_authoring ⇒ Types::GenerativeAuthoringConfigurations
Adds the generative BI authoring experience to an embedded Amazon QuickSight console.
390 391 392 393 394 395 396 397 |
# File 'lib/aws-sdk-quicksight/types.rb', line 390 class AmazonQInQuickSightConsoleConfigurations < Struct.new( :data_qn_a, :generative_authoring, :executive_summary, :data_stories) SENSITIVE = [] include Aws::Structure end |