@salesforce/agents
    Preparing search index...

    Type Alias PublishAgentJsonResponse

    type PublishAgentJsonResponse = {
        botId: string;
        botVersionId: string;
        errorMessage?: string;
    }
    Index

    Properties

    botId: string
    botVersionId: string
    errorMessage?: string