Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To add a rule, send the request

Code Block
bashCopyPOST code

...

/api/ver1.0/extension/{extension_id}/ivr/context/{context_id}/options/{option_digits}/rules/

with the body:

Code Block
{
  "action": "voice_helper",
  "voice_helper_classic_term": false,
  "voice_helper_digits_max": 1,
  "voice_helper_final_count": 1,
  "voice_helper_rules": [
    {
      "to_option": 1,
      "transcription": "машина|техник"
    },
    {
      "to_option": 2,
      "transcription": "косметика|косметолог"
    },
    {
      "to_option": 3,
      "transcription": "гигиена|продукты"
    }
  ],
  "voice_helper_timeout": 12000
}

...