Yes/No Intent detection analysis

Yes/No Intent detection to empower workflow builders

Get whether the message means yes or no

POST https://app.chatparse.ai/ai/yes_no

This endpoint allows you to get Yes/No intent detection.

Query Parameters

{    
     "value": "yes",
     "confidence": "95"
}

On successful response, the value parameter will return either:

  • Yes

  • No

  • Neither

On successful response, the confidence parameter will return an integer from 0-100 indicating how confident the AI feels about his generated result.

Last updated