Has Pending Dialogue
This method is used to know if there is any pending dialogue active at any moment for an user. It should always be called before performing any steps of voice process.
Has Pending Dialogue
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
//Has Pending Dialogue
{
"status": true,
"data": {
"dialogueId": "e99766b5-9b28-4f0e-99dc-30eaa5b4c33d",
"promptCode": "0653",
"promptCodeText": "zero six five three"
}
}
//No Pending Dialogue
{
"status": true,
}{
"status": false,
"data": {
"message": "AUTHENTICATION_HEADERS_MISSING"
}
}{
"status": false,
"data": {
"message": "INVALID_AUTHENTICATION_HEADERS"
}
}Last updated
Was this helpful?