Type Alias QuestionsAPI

type QuestionsAPI = {
    askQuestions: typeof askQuestions;
    clearCache: typeof clearCache;
    filterQuestions: typeof filterQuestions;
}
Index

Properties

askQuestions: typeof askQuestions

Returns the generated response for parsed chat queries, if no app was specified nor present in conversation context, suggests matching apps.

an object with the body content

AskQuestionsHttpError

clearCache: typeof clearCache

Clears the cache for questions api requests.

filterQuestions: typeof filterQuestions

Returns NL metrics based on provided app IDs the user has access to.

an object with query parameters

an object with the body content

FilterQuestionsHttpError