voxa-cli
Version:
The Voxa CLI tools
52 lines (51 loc) • 1.42 kB
TypeScript
export declare const AGENT: {
description: string;
activeAssistantAgents: never[];
disableInteractionLogs: boolean;
googleAssistant: {
googleAssistantCompatible: boolean;
project: string;
welcomeIntentSignInRequired: boolean;
systemIntents: never[];
oAuthLinking: {
required: boolean;
grantType: string;
};
voiceType: string;
capabilities: never[];
protocolVersion: string;
autoPreviewEnabled: boolean;
isDeviceAgent: boolean;
};
defaultTimezone: string;
webhook: {
url: string;
headers: {};
available: boolean;
useForDomains: boolean;
cloudFunctionsEnabled: boolean;
cloudFunctionsInitialized: boolean;
};
isPrivate: boolean;
customClassifierMode: string;
mlMinConfidence: number;
supportedLanguages: never[];
onePlatformApiVersion: string;
};
export declare const BUILT_IN_INTENTS: {
HelpIntent: string[];
StopIntent: string[];
CancelIntent: string[];
YesIntent: string[];
NoIntent: string[];
PauseIntent: string[];
ResumeIntent: string[];
RepeatIntent: string[];
StartOverIntent: string[];
PreviousIntent: string[];
NextIntent: string[];
LoopOffIntent: string[];
LoopOnIntent: string[];
ShuffleOffIntent: string[];
ShuffleOnIntent: string[];
};