@salesforce/agents
    Preparing search index...

    Type Alias BotVersionMetadata

    type BotVersionMetadata = {
        BotDefinitionId: string;
        CopilotPrimaryLanguage: null | string;
        CopilotSecondaryLanguages: null | string[];
        CreatedById: string;
        CreatedDate: string;
        DeveloperName: string;
        Id: string;
        IsDeleted: boolean;
        LastModifiedById: string;
        LastModifiedDate: string;
        Status: "Active" | "Inactive";
        SystemModstamp: string;
        ToneType: AgentTone;
        VersionNumber: number;
    }
    Index

    Properties

    BotDefinitionId: string
    CopilotPrimaryLanguage: null | string
    CopilotSecondaryLanguages: null | string[]
    CreatedById: string
    CreatedDate: string
    DeveloperName: string
    Id: string
    IsDeleted: boolean
    LastModifiedById: string
    LastModifiedDate: string
    Status: "Active" | "Inactive"
    SystemModstamp: string
    ToneType: AgentTone
    VersionNumber: number