Type Alias QueryCreate

type QueryCreate = {
    app?: QlikApp;
    clearEntityContext?: boolean;
    disableConversationContext?: boolean;
    disableFollowups?: boolean;
    disableNarrative?: boolean;
    enableVisualizations?: boolean;
    lang?: string;
    recommendationId?: string;
    text: string;
    visualizationTypes?: string[];
}
Index

Properties

app?: QlikApp
clearEntityContext?: boolean
disableConversationContext?: boolean
disableFollowups?: boolean
disableNarrative?: boolean
enableVisualizations?: boolean
lang?: string

The language to assume when parsing, specified as an ISO-639-1 code. Defaults to 'en' (English).

recommendationId?: string
text: string
visualizationTypes?: string[]