Type Alias QueryResponse

type QueryResponse = {
    apps?: QlikApp[];
    contextInfo?: string;
    drillDownURI?: string;
    responses?: ConversationalResponsePart[];
    sentenceWithMatches?: string;
}
Index

Properties

apps?: QlikApp[]
contextInfo?: string

For contextual responses, this string contains a list of entities that are used to produce the response.

drillDownURI?: string

The URL with the query injected to insight advisor of the app to which the query belongs.

sentenceWithMatches?: string