@salesforce/agents
    Preparing search index...

    Type Alias CreateAgentResponse

    The response from the create-af-script API.

    type CreateAgentResponse = {
        agentString?: AgentString;
        errorMessage?: string;
        isSuccess: boolean;
    }
    Index

    Properties

    agentString?: AgentString
    errorMessage?: string
    isSuccess: boolean