Responses
Update a custom response
Update a specific custom response for an agent
PUT
/
autocompose
/
v1
/
responses
/
customs
/
response
/
{responseId}
Authorizations
asapp-api-id
string
headerrequiredasapp-api-secret
string
headerrequiredPath Parameters
responseId
string
requiredIdentifier of the response, data format is expected to be UUID
Query Parameters
agentId
string
requiredIdentifier of the agent, data format is expected to be UUID
Body
application/json
text
string
requiredThe text of the response
title
string
requiredThe title of the response
folderId
string
the ID of the folder the response belongs to (used for custom responses).
metadata
object[]
free-form metadata, in the form of a map of keys to lists of allowed values for each key, that can be added to any response. At least one of the values in the list for each key included here must match what gets sent when requesting suggestions, so that responses can be filtered appropriately.
Was this page helpful?