Type alias CommandActionIntent

CommandActionIntent: {
    phrase: string;
    responseTemplates: CommandActionResponse[];
}

Type declaration