Share via


AgentClientConfig interface

Configuration settings required to connect to an agent endpoint.

Properties

clientId

The client ID of the target agent

endPoint

The URL endpoint where activities will be sent to the agent

serviceUrl

The service URL used for communication with the agent

Property Details

clientId

The client ID of the target agent

clientId: string

Property Value

string

endPoint

The URL endpoint where activities will be sent to the agent

endPoint: string

Property Value

string

serviceUrl

The service URL used for communication with the agent

serviceUrl: string

Property Value

string