Maknz\Slack\AttachmentAction::setText PHP Method

setText() public method

public setText ( string $text ) : AttachmentAction
$text string
return AttachmentAction
    public function setText($text)
    {
        $this->text = $text;
        return $this;
    }