mapdev\FacebookMessenger\Traits\HasText::text PHP Method

text() public method

public text ( $text )
    public function text($text)
    {
        $this->text = $text;
        return $this;
    }
HasText