@@ -24,14 +24,13 @@ |
||
24 | 24 | * @param string $sessionId |
25 | 25 | * @param Context $context |
26 | 26 | * @param Message $context |
27 | - * @param array $entities |
|
28 | 27 | */ |
29 | 28 | abstract public function say($sessionId, Context $context, Message $step); |
30 | 29 | |
31 | 30 | /** |
32 | 31 | * @param string $sessionId |
33 | 32 | * @param Context $context |
34 | - * @param \Exception|string $error |
|
33 | + * @param \Exception $error |
|
35 | 34 | * @param array $stepData |
36 | 35 | */ |
37 | 36 | abstract public function error($sessionId, Context $context, $error = 'Unknown Error', array $stepData = []); |