PAGI\Node\Node::playOnMaxValidInputAttempts PHP Méthode

playOnMaxValidInputAttempts() public méthode

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.
Résultat Node
    public function playOnMaxValidInputAttempts($filename)
    {
        $this->onMaxValidInputAttempts = $filename;
        return $this;
    }