PUT
/
agents
/
{id}

Path Parameters

id
string
required

ID of the agent.

Body

application/json
backgroundNoiseType
enum<string>

The background audio that's used by the agent.

Available options:
noise,
office
defaultVersionedPromptId
string

The default versioned prompt to use for this agent.

defaultVoiceId
string

The ID of the default voice to use.

inboundWebhookResponse
boolean
linkedFunctionDefinitionIds
string[]

The function definitions that should be available to this agent

name
string

The name of the agent.

openingLine
object | null

Details about the Agent's opening line. If unspecified, or null no opening line will be created.

voiceVolumeLevel
integer
default:
-100

A value, generally between -300 and 300, indicating the volume level to use for the voice. The default is -100.

Response

200 - application/json
id
string
required
name
string
required