File "QuestionActionInterface.php"
Full Path: /home/fundopuh/trader.fxex.org/vendor/botman/botman/src/Interfaces/QuestionActionInterface.php
File size: 209 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace BotMan\BotMan\Interfaces;
interface QuestionActionInterface
{
/**
* Array representation of the question action.
*
* @return array
*/
public function toArray();
}