@salesforce/agents
    Preparing search index...

    Type Alias AgentOptions

    Options for creating instances of agents from an org.

    type AgentOptions = {
        connection: Connection;
        nameOrId: string;
        project?: SfProject;
    }
    Index

    Properties

    connection: Connection
    nameOrId: string

    The API name or ID of the agent (Bot) that exists in the org.

    project?: SfProject