Optional embedded Generative Q&A experience functionalities - Amazon QuickSight

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.