Type Alias QueryResponse

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

Properties

apps?: QlikApp[]
contextInfo?: string
drillDownURI?: string
sentenceWithMatches?: string