Skip to main content
POST
/
api
/
intent
/
continue
Detect continuation intent
curl --request POST \
  --url https://app.demand-iq.com/api/intent/continue \
  --header 'Content-Type: application/json' \
  --data '
{
  "text": "<string>",
  "presentationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'
{
  "confidence": 123
}

Body

application/json
text
string
required

The viewer's response text

mode
enum<string>

post-navigation allows go_back intent; in-place only allows continue or question

Available options:
post-navigation,
in-place
presentationId
string<uuid>

Response

Detected intent

intent
enum<string>

The detected intent

Available options:
continue,
go_back,
question
confidence
number

Confidence score (0 to 1)