Optional Amazon QuickSight Q search bar embedding functionalities - Amazon QuickSight

Optional Amazon QuickSight Q search bar embedding functionalities

Note

The embedded QuickSight Q search bar provides the classic QuickSight Q&A experience. QuickSight integrates with Amazon Q Business to launch a new Generative Q&A experience. Developers are recommended to use the new Generative Q&A experience. For more information on the embedded Generative Q&A experience, see Embed the Amazon Q in QuickSight Generative Q&A experience.

The following optional functionalities are available for the embedded Q search bar using the embedding SDK.

Invoke Q search bar actions

The following options are only supported for Q search bar embedding.

  • Set a Q search bar question — This feature sends a question to the Q search bar and immediately queries the question. It also automatically opens the Q popover.

    qBar.setQBarQuestion('show me monthly revenue');
  • Close the Q popover — This feature closes the Q popover and returns the iframe to the original Q search bar size.

    qBar.closeQPopover();

For more information, see the QuickSight embedding SDK.