CommandAction: Metadata & {
    actionType: string;
    description?: string | null;
    intents: CommandActionIntent[];
    label: string;
    parameters: CommandActionParam[];
    responseTemplates: CommandActionResponse[];
    target?: string | null;
}

Type declaration