Esempio n. 1
0
 protected function configure()
 {
     parent::configure();
     $this->setName('nexmo:sms')->setDescription('Send an SMS using the Nexmo API.');
 }
Esempio n. 2
0
 protected function configure()
 {
     parent::configure();
     $this->setName('nexmo:tts')->setDescription('Text to Speech. Call a number and convert text to speech.');
 }