Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RegisteredUserQSearchBarEmbeddingConfiguration

import type { RegisteredUserQSearchBarEmbeddingConfiguration } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";

Information about the Q search bar embedding experience.

interface RegisteredUserQSearchBarEmbeddingConfiguration {
InitialTopicId?: string | null;
}

§Properties

§
InitialTopicId?: string | null
[src]

The ID of the Q topic that you want to make the starting topic in the Q search bar. You can find a topic ID by navigating to the Topics pane in the Amazon QuickSight application and opening a topic. The ID is in the URL for the topic that you open.

If you don't specify an initial topic, a list of all shared topics is shown in the Q bar for your readers. When you select an initial topic, you can specify whether or not readers are allowed to select other topics from the available ones in the list.