Update Agent

PATCH
/v1/convai/agents/:agent_id

Patches an Agent settings

Path parameters

agent_idstringRequired

The id of an agent. This is returned on agent creation.

Request

This endpoint expects an object.
conversation_configmap from strings to anyOptional

Conversation configuration for an agent

platform_settingsmap from strings to anyOptional

Platform settings for the agent are all settings that aren’t related to the conversation orchestration and content.

secretslist of objectsOptional

A list of secrets for the agent. Can be used to add new secrets or update and delete the existing ones

namestringOptional

A name to make the agent easier to find

Response

Successful Response

agent_idstring
namestring
conversation_configobject
metadataobject
secretslist of objects
platform_settingsobjectOptional