PAGI\Node\Node::addPrePromptClientMethodCall PHP Method

addPrePromptClientMethodCall() protected method

Internally used to execute pre prompt messages in the agi client.
protected addPrePromptClientMethodCall ( ) : void
return void
    protected function addPrePromptClientMethodCall()
    {
        $args = func_get_args();
        $name = array_shift($args);
        $this->prePromptMessages[] = array($name => $args);
    }