PAGI\Node\Node::playOnMaxValidInputAttempts PHP Method

playOnMaxValidInputAttempts() public method

Optional message to play when the user exhausted all the available attempts to enter a valid input.
public playOnMaxValidInputAttempts ( string $filename ) : Node
$filename string Sound file to play.
return Node
    public function playOnMaxValidInputAttempts($filename)
    {
        $this->onMaxValidInputAttempts = $filename;
        return $this;
    }