|
41 | 41 | 'Text inputs.') |
42 | 42 | ->setDescription('Detect intent of text inputs using Dialogflow.') |
43 | 43 | ->setHelp(<<<EOF |
44 | | -The <info>%command.name%</info> command detects the intent of provided text |
| 44 | +The <info>%command.name%</info> command detects the intent of provided text |
45 | 45 | using Dialogflow. |
46 | 46 |
|
47 | | - <info>php %command.full_name% PROJECT_ID [-s SESSION_ID] |
| 47 | + <info>php %command.full_name% PROJECT_ID [-s SESSION_ID] |
48 | 48 | [-l LANGUAGE-CODE] text [texts ...]</info> |
49 | 49 | EOF |
50 | 50 | ) |
|
68 | 68 | ->addArgument('path', InputArgument::REQUIRED, 'Path to audio file.') |
69 | 69 | ->setDescription('Detect intent of audio file using Dialogflow.') |
70 | 70 | ->setHelp(<<<EOF |
71 | | -The <info>%command.name%</info> command detects the intent of provided audio |
| 71 | +The <info>%command.name%</info> command detects the intent of provided audio |
72 | 72 | using Dialogflow. |
73 | 73 |
|
74 | | - <info>php %command.full_name% PROJECT_ID [-s SESSION_ID] |
| 74 | + <info>php %command.full_name% PROJECT_ID [-s SESSION_ID] |
75 | 75 | [-l LANGUAGE-CODE] AUDIO_FILE_PATH</info> |
76 | 76 | EOF |
77 | 77 | ) |
|
95 | 95 | ->addArgument('path', InputArgument::REQUIRED, 'Path to audio file.') |
96 | 96 | ->setDescription('Detect intent of audio stream using Dialogflow.') |
97 | 97 | ->setHelp(<<<EOF |
98 | | -The <info>%command.name%</info> command detects the intent of provided text |
| 98 | +The <info>%command.name%</info> command detects the intent of provided text |
99 | 99 | using Dialogflow. |
100 | 100 |
|
101 | | - <info>php %command.full_name% PROJECT_ID -s SESSION_ID |
| 101 | + <info>php %command.full_name% PROJECT_ID -s SESSION_ID |
102 | 102 | -l LANGUAGE-CODE AUDIO_FILE_PATH</info> |
103 | 103 | EOF |
104 | 104 | ) |
|
143 | 143 | ->setHelp(<<<EOF |
144 | 144 | The <info>%command.name%</info> command creates intent of provided display name. |
145 | 145 |
|
146 | | - <info>php %command.full_name% PROJECT_ID DISPLAY_NAME -t training_phrase_part |
| 146 | + <info>php %command.full_name% PROJECT_ID DISPLAY_NAME -t training_phrase_part |
147 | 147 | [-t trainining_phrase_part ...] -m message_text [-m message_text ...] </info> |
148 | 148 | EOF |
149 | 149 | ) |
|
331 | 331 | ->setHelp(<<<EOF |
332 | 332 | The <info>%command.name%</info> command creates context of provided context id. |
333 | 333 |
|
334 | | - <info>php %command.full_name% PROJECT_ID -s SESSION_ID CONTEXT_ID |
| 334 | + <info>php %command.full_name% PROJECT_ID -s SESSION_ID CONTEXT_ID |
335 | 335 | -c LIFESPAN_COUNT</info> |
336 | 336 | EOF |
337 | 337 | ) |
|
401 | 401 | SessionEntityType_EntityOverrideMode::ENTITY_OVERRIDE_MODE_OVERRIDE) |
402 | 402 | ->setDescription('Create session entity type.') |
403 | 403 | ->setHelp(<<<EOF |
404 | | -The <info>%command.name%</info> command creates session entity type with |
| 404 | +The <info>%command.name%</info> command creates session entity type with |
405 | 405 | display name and values provided. |
406 | 406 |
|
407 | | - <info>php %command.full_name% PROJECT_ID -s SESSION_ID |
408 | | - ENTITY_TYPE_DISPLAY_NAME entity_value [entity_values ...] |
| 407 | + <info>php %command.full_name% PROJECT_ID -s SESSION_ID |
| 408 | + ENTITY_TYPE_DISPLAY_NAME entity_value [entity_values ...] |
409 | 409 | -o ENTITY_OVERRIDE_MODE</info> |
410 | 410 | EOF |
411 | 411 | ) |
|
432 | 432 | ->setHelp(<<<EOF |
433 | 433 | The <info>%command.name%</info> command deletes specified session entity type. |
434 | 434 |
|
435 | | - <info>php %command.full_name% PROJECT_ID SESSION_ID |
| 435 | + <info>php %command.full_name% PROJECT_ID SESSION_ID |
436 | 436 | ENTITY_TYPE_DISPLAY_NAME </info> |
437 | 437 | EOF |
438 | 438 | ) |
|
0 commit comments