Open wakeupmh opened 2 months ago
Hey, how are you generating your embedUrl? For generativeQnA, you would have to pass in a different experience configuration.
Here's some documentation around the parameters for our GenerateEmbedUrlForRegisteredUser api: https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GenerateEmbedUrlForRegisteredUser.html
The ExperienceConfiguration section could be helpful.
I've used the amazon-quicksight-embedding-sdk to embed my dashboard. However, this error occurs only when I am trying to use
embedGenerativeQnA
, when I try to use the simpleembedDashboard
it works fine within the same URL, does anyone have an idea how to handle it?full example using the
embedGenerativeQnA
:Do I need to create a Q topic before?