Interface StartAgentRequest

interface StartAgentRequest {
    agentRequestId: string;
    balance: PlanBalance;
    urlMatching: string;
    verbMatching: string;
}

Properties

agentRequestId: string
balance: PlanBalance
urlMatching: string
verbMatching: string