Type Alias QueryCreated

The attributes of sentences.

type QueryCreated = {
    apps?: QlikApp[];
    conversationalResponse?: QueryResponse[];
    nluInfo?: NluInfo;
}
Index

Properties

apps?: QlikApp[]
conversationalResponse?: QueryResponse[]

A list of conversational responses.

nluInfo?: NluInfo