1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
ChatBotCommands.php
См. документацию.
1<?php
2declare(strict_types=1);
3
4namespace Bitrix\Landing\Copilot\Connector\Chat;
5
6enum ChatBotCommands: string
7{
8 case startGeneration = 'startGeneration';
9 case restartGeneration = 'restartGeneration';
10 case startOver = 'startOver';
11}