Class: Aws::QuickSight::Types::RegisteredUserQSearchBarEmbeddingConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#initial_topic_idString

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.

[1]: quicksight.aws.amazon.com/

Returns:

  • (String)


24080
24081
24082
24083
24084
# File 'lib/aws-sdk-quicksight/types.rb', line 24080

class RegisteredUserQSearchBarEmbeddingConfiguration < Struct.new(
  :initial_topic_id)
  SENSITIVE = []
  include Aws::Structure
end