cURL
curl --request POST \ --url https://app.demandiq.com/api/intent/continue \ --header 'Content-Type: application/json' \ --data @- <<EOF { "input": "Yes, let's keep going", "presentationId": "<string>", "didNavigateToNewSlide": true } EOF
{ "intent": "continue" }
Classify a user’s response after Q&A to determine whether they want to continue the presentation, go back, or ask another question.
"Yes, let's keep going"
Intent classification
continue
go_back
question