Predefined Statement Tags

Predefined statement tag classification is the task of classifying an utterance with respect to the function it serves in a dialogue, i.e. the act the speaker is performing

Example Response

{
  "status": true,
  "error": {},
  "data": {
    "dialogueTag": "statement-non-opinion"
  }
}

status field will be set to false if something went wrong while processing the request check for any error messages in the error field

Response Object

Last updated