curl --request POST \
--url https://analytics-api.voiceflow.com/v1/transcript-property-value \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '
{
"propertyID": "<string>",
"transcriptID": "<string>",
"value": "<string>",
"metadata": {}
}
'{
"propertyValue": {
"propertyID": "<string>",
"transcriptID": "<string>",
"value": "<string>",
"metadata": {},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
}Associate a value with the specified property and transcript.
curl --request POST \
--url https://analytics-api.voiceflow.com/v1/transcript-property-value \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '
{
"propertyID": "<string>",
"transcriptID": "<string>",
"value": "<string>",
"metadata": {}
}
'{
"propertyValue": {
"propertyID": "<string>",
"transcriptID": "<string>",
"value": "<string>",
"metadata": {},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
}Voiceflow Dialog Manager API key (VF.DM) or Workspace API key (VF.WS)
Hide child attributes
Was this page helpful?