@salesforce/agents
    Preparing search index...

    Type Alias CreateAgentScriptResponse

    The response from the API call to create an AgentScript.

    type CreateAgentScriptResponse = {
        agentScriptContent?: AgentScriptContent;
        errorMessage?: string;
        isSuccess: boolean;
    }
    Index

    Properties

    agentScriptContent?: AgentScriptContent
    errorMessage?: string
    isSuccess: boolean