Update state
Changes the stored state of a live conversation, which is how a caller seeds or corrects variables between turns without replaying the conversation.
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
Response
Confirms the conversation state was written for that user. The body carries a message only, so fetch the state again to see the stack, storage, and variables as they now stand.
A human-readable message confirming the update.