"Generate Analysis" functionality in embedded console for registered users

Hi AWS Community! Is the functionality of generating full analyses from natural language prompts already available when embedding the full console experience? *(via generateEmbedUrlForRegisteredUser)
*
I am embedding the Console Experience, passing a user with “AdminPRO” permissions, have no custom permissions applied and have enabled all Q Features in the generateEmbedUrlForRegisteredUser command and have enabled executiveSummary, dataQnA, buildVisual and buildStory via the toolbarOptions in the EmbeddingSDK.

FeatureConfigurations: {
  AmazonQInQuickSight: {
    DataQnA: {
     Enabled: true,
            },
  DataStories: {
    Enabled: true,
            },
  ExecutiveSummary: {
    Enabled: true,
            },
  GenerativeAuthoring: {
    Enabled: true,
            },
          },
        },

Am I missing anything or too impatient? Thank you in advance!


Follow-up: In general the embedded console experience seems to be the “Quicksight” console from before the “Quicksuite / Quick” Rebrand. (no column descriptions for datasets, no flows, etc.)

Just wondering whether this is due to some implementation detail on my end or this is all that’s available for now.

Thank you!

Thank you for your feedback @Maximilian_Matjaz. I have reached out to our partner experts to get back to you on this. Thanks!

Hi @Maximilian_Matjaz,
This does seem a bit odd as you seem to be accounting for the ‘Generative Authoring’ properly…Just to confirm, what version of the Embedding SDK are you utilizing? Here’s some additional documentation I would suggest reviewing as well:

Hi @Brett , thanks for your input!

I am using amazon-quicksight-embedding-sdk@2.11.3

Maybe just to clarify: I am able to access the generative authoring functionalities like creating calculated fields and visuals within an analysis using QinQuicksight when embedding the console.

However, I for example see this “generate analysis” button (I think this is the /magic-builder) in the regular Quicksight Web Experience. (see below)

In comparison, in the embedded console experience I don’t see this button. (see below)

I was wondering whether that was due to some misconfiguration on my end, sdk version mismatch maybe some missing allowed actions on the IAM policies, or whether this feature is not yet available when embedding the console. (and whether it is expected that the embedding experience still shows the old Quicksight design and layout from before the Quick rebrand and added features)

Thanks again!