Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the persona to update
Body
Input for updating an existing persona
The name the agent will identify as during conversations
Primary language ISO 639-1 code for the persona
EN
, ES
, DE
, HI
, FR
, NL
, AR
, EL
Secondary language ISO 639-1 code for code-switching (e.g., Hinglish, Spanglish)
EN
Accent of the persona, defined using ISO 3166-1 alpha-2 country codes with optional variants
US
, US_X_SOUTH
, GB
, ES
, DE
, IN
, FR
, NL
, SA
, GR
, AU
Gender of the persona
MALE
, FEMALE
, NEUTRAL
Background noise setting
NONE
, OFFICE
Speech pace of the persona
SLOW
, NORMAL
, FAST
Speech clarity of the persona
CLEAR
, VAGUE
, RAMBLING
Whether the persona uses filler words like "um" and "uh"
Base emotional state of the persona
NEUTRAL
, CHEERFUL
, CONFUSED
, FRUSTRATED
, SKEPTICAL
, RUSHED
How clearly the persona expresses their intentions
CLEAR
, INDIRECT
, VAGUE
How the persona confirms information
EXPLICIT
, VAGUE
How reliable the persona's memory is
HIGH
, LOW
Background story and behavioral patterns for the persona
"A busy professional calling during lunch break"
Additional custom properties about the persona
{
"age": 35,
"zipCode": "94105",
"occupation": "Software Engineer"
}
Response
The updated persona