Documentation - v1.2.0-alpha.3
    Preparing search index...

    Configuration settings required to connect to an agent endpoint.

    interface AgentClientConfig {
        clientId: string;
        endPoint: string;
        serviceUrl: string;
    }
    Index

    Properties

    clientId: string

    The client ID of the target agent

    endPoint: string

    The URL endpoint where activities will be sent to the agent

    serviceUrl: string

    The service URL used for communication with the agent