Class: Aws::QuickSight::Types::RegisteredUserQSearchBarEmbeddingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::RegisteredUserQSearchBarEmbeddingConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Information about the Q search bar embedding experience.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#initial_topic_id ⇒ String
The ID of the legacy Q topic that you want to use as the starting topic in the Q search bar.
Instance Attribute Details
#initial_topic_id ⇒ String
The ID of the legacy Q topic that you want to use as the starting topic in the Q search bar. To locate the topic ID of the topic that you want to use, open the [Amazon QuickSight console], navigate to the Topics pane, and choose thre topic that you want to use. The ‘TopicID` is located in the URL of the topic that opens. When you select an initial topic, you can specify whether or not readers are allowed to select other topics from the list of available topics.
If you don’t specify an initial topic or if you specify a new reader experience topic, a list of all shared legacy topics is shown in the Q bar.
25049 25050 25051 25052 25053 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25049 class RegisteredUserQSearchBarEmbeddingConfiguration < Struct.new( :initial_topic_id) SENSITIVE = [] include Aws::Structure end |