src/interfaces/yandex/calls/requests/nlu/INLUValue.php
<?php
namespace extas\interfaces\yandex\calls\requests\nlu;
use extas\interfaces\IItem;
/**
* Interface INLUValue
*
* @package extas\interfaces\yandex\calls\requests\nlu
* @author jeyroik@gmail.com
*/
interface INLUValue extends IItem
{
}