nuance_GLOBAL
Generic commands for navigating a voice system.
Sample language
- I need help
- go back
- sign in
- reset
- cancel
Schema
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"nuance_GLOBAL": {
"type": "string",
"pattern": "[help|repeat]"
}
},
"required": [
"nuance_GLOBAL"
],
"additionalProperties": false
}
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.