Update variables
Updates variables in the conversation state by merging with the properties in the request body.
Authorizations
Voiceflow bearer token
Path Parameters
The ID identifying this conversation. Any stable string you choose; the same value addresses the same conversation on every call.
Query Parameters
The ID of the project to operate on.
The alias of the environment to operate on (e.g. main).
Which version of the environment to read: the editable draft or the published one.
draft, published Body
Variable values to set on the conversation session, keyed by variable name.
Response
Confirms the supplied variables were merged into the session's existing values. The response is a message only, so read the state back if you need the merged result.
A human-readable message confirming the update.