curl --request POST \
--url https://general-runtime.voiceflow.com/state/user/{userID}/interact \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '
{
"state": {
"variables": {}
},
"request": "<unknown>",
"action": "<unknown>",
"config": "<unknown>"
}
'Returns an array of traces in response to a user interaction.
curl --request POST \
--url https://general-runtime.voiceflow.com/state/user/{userID}/interact \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '
{
"state": {
"variables": {}
},
"request": "<unknown>",
"action": "<unknown>",
"config": "<unknown>"
}
'Voiceflow Dialog Manager API key (VF.DM)
An ID which uniquely identifies the user having the conversation.
128The user's response, e.g, user requests starting a conversation or advances the conversation by providing some textual response.
Optional settings to configure the response.
Was this page helpful?