| Total Complexity | 2 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class ListIntentsCommand extends Command |
||
| 11 | { |
||
| 12 | protected $signature = 'fondbot:intent:list'; |
||
| 13 | protected $description = 'List all registered intents'; |
||
| 14 | |||
| 15 | private $conversationManager; |
||
| 16 | |||
| 17 | public function __construct(ConversationManager $conversationManager) |
||
| 22 | } |
||
| 23 | |||
| 24 | public function handle(): void |
||
| 35 |