Update agent
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
The id of the agent
Body
The last name of the voicebot
"Doe"
The image URL of the voicebot
"https://example.com/image.jpg"
The language of the voicebot
"en-US"
The voice stability of the voicebot
0.5
The voice speed of the voicebot
1.5
The voice ID of the voicebot
"1234567890"
The capabilities of the voicebot
["answer", "dial"]
The inbound capability of the voicebot
"answer"
The phone number of the voicebot
"+1234567890"
The job descriptions of the voicebot
"Customer Support"
The role text of the voicebot
"Customer Support"
The base instructions of the voicebot
"Welcome to our customer support!"
The name of the voicebot
"John Doe"
Response
The id of the agent
"1234567890"
The name of the agent
"John Doe"
The email of the agent
"john.doe@example.com"
The language of the agent
"en-US"
The active status of the agent
true
The voice speed of the agent
1.5
The voice id of the agent
"1234567890"
The capabilities of the agent
["capability1", "capability2"]
The job descriptions of the agent
"Job description 1"
The role text of the agent
"Role text 1"
The actions of the agent
[
{
"id": "1234567890",
"name": "Action 1",
"action": "action1",
"parameters": {}
}
]
The skills of the agent
[
{
"id": "1234567890",
"name": "Skill 1",
"description": "Description of the skill 1",
"language": "en-US",
"active": true
}
]
The phone number of the agent
"+1234567890"
The updatedAt date of the agent
"2022-01-01T00:00:00.000Z"
The createdAt date of the agent
"2022-01-01T00:00:00.000Z"