Bot: Metadata & {
    botMlDomain?: LocalMlDomain | null;
    botUser?: string | null;
    botVersions: BotVersion[];
    contextVariables: ConversationContextVariable[];
    description?: string | null;
    label?: string | null;
}

Type declaration