AgentClientConfig interface
Configuration settings required to connect to an agent endpoint.
Properties
| client |
The client ID of the target agent |
| end |
The URL endpoint where activities will be sent to the agent |
| service |
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