I want add the amazon q which i have trained with topics and included in dashboard while publishing the dashboard
Allow data Q&A
Source:
Users performance
In dashboard i am able to see, but while sharing in public its not coming. What is the issue?
Hi @trideep,
Here’s an article that explores anonymous embedding for Q and how to setup, see if this helps for your case.
Let us know if you have any additional questions
Why we can not add Quicksight dashboard and q bar together embed_url = quicksight.generate_embed_url_for_registered_user for ExperienceConfiguration={
‘QSearchBar’: { and ExperienceConfiguration={
‘Dashboard’: { why it is generating two different URL’s my ask is very simple i have a dashboard and i have enabled everything which is required why in my dashboard the Q is not coming
a screen shot for reference this is coming here but after the creation of embed url via lamda function as given below its not coming
embed_url = quicksight.generate_embed_url_for_registered_user(
AwsAccountId=‘loremipsum’,
SessionLifetimeInMinutes=60,
UserArn=‘arn:aws:quicksight:ap-loremipsum-1:loremipsum:user/default/loremipsum@gmail.com’,
ExperienceConfiguration={
‘Dashboard’: {
‘InitialDashboardId’: dashboard_id
}
}
Kindly give some insight to look into it …
Hi @trideep,
To my understanding, the Q embedding options are slightly different in that you can add a q search bar at the top but I don’t believe you can get the full pop out screen added to an embedded dashboard.
You can see in the examples on Demo Central, there are options for the search bar to be added at the top but not the additional pop out like in the console:
Below is a video that helps out with the embedding process; as I do not have access to your account, it’s a bit tough for me to assist with just code when unaware what else is setup in the environment.
If the video does not assist you in setting up the search bar, I would suggest creating a support ticket as they’ll be able to assist more directly with account specific issues.
Thanks a ton issue resolved …