Metatell AI Bot - v0.0.10
    Preparing search index...

    Interface BotConfiguration

    interface BotConfiguration {
        botAccessKey?: string;
        context?: BotContext;
        debug?: boolean;
        hubId: string;
        hubUrl: string;
        organizationAvatarUrl?: string;
        profile: BotProfile;
        serverUrl: string;
        storageUrl?: string;
        voice?: BotVoiceConfig;
    }
    Index

    Properties

    botAccessKey?: string
    context?: BotContext
    debug?: boolean
    hubId: string
    hubUrl: string
    organizationAvatarUrl?: string
    profile: BotProfile
    serverUrl: string
    storageUrl?: string