PAGI\Node\Node::playOnMaxValidInputAttempts PHP 메소드

playOnMaxValidInputAttempts() 공개 메소드

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