@salesforce/agents
    Preparing search index...

    Type Alias BotMetadata

    type BotMetadata = {
        AgentTemplate: null | string;
        AgentType: string;
        BotUserId: string;
        CreatedById: string;
        CreatedDate: string;
        Description: string;
        DeveloperName: string;
        Id: string;
        IsDeleted: false;
        LastModifiedById: string;
        LastModifiedDate: string;
        MasterLabel: string;
        SystemModstamp: string;
        Type: string;
    }
    Index

    Properties

    AgentTemplate: null | string
    AgentType: string
    BotUserId: string
    CreatedById: string
    CreatedDate: string
    Description: string
    DeveloperName: string
    Id: string
    IsDeleted: false
    LastModifiedById: string
    LastModifiedDate: string
    MasterLabel: string
    SystemModstamp: string
    Type: string