ConnectAiAgentToCallInput
Input fields
The ID of the call to connect the AI agent to.
Optional goal for the AI eligibility check.
For example, 'submit_meter_reading'.
Whether to infer the preferred language of the calling account.
Whether to infer the operations group attributes of the calling account.
The priority with which the call should be routed.
A higher number corresponds to a higher routing priority.
List of routing attribute references to add to the call.
For example, 'SKILL.ENERGY'. Each attribute should already have been created in Kraken.
A URL that defines the behaviour of the call when it is in the conference.
If not set, audio configured in Kraken will be played to the caller.
The URL must return a response that can be interpreted by the vendor handling the call.
For example, if the call is handled by Twilio, TwiML supported by a
Optional identifier (slug) of the work schedule associated with this AI agent call.
When set, this is passed through to the AI agent so it can take work schedule availability into account during handovers.
Example
{
"callId": "86439324",
"goal": "rest-site-manager-hour-PM",
"inferLanguageAttribute": true,
"inferOperationsGroupAttributes": true,
"priority": 50,
"routingAttributes": "middle-close-role-American-wonder",
"waitingBehaviourUrl": "space-pick-environment-tree-where",
"workScheduleIdentifier": "28673196"
}