Optional embedded Generative Q&A experience functionalities - Amazon QuickSight
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Optional embedded Generative Q&A experience functionalities

The following optional functionalities are available for the embedded Generative Q&A experience with the embedding SDK.

Invoke Generative Q&A search bar actions

  • Set a question — This feature sends a question to the Generative Q&A experience and immediately queries the question.

    embeddedGenerativeQnExperience.setQuestion('show me monthly revenue');
  • Close the answer panel (applies to the Generative Q&A search bar option) — This feature closes the answer panel and returns the iframe to the original search bar state.

    embeddedGenerativeQnExperience.close();

For more information, see the QuickSight embedding SDK.