Slack\Message\MessageField::setValue PHP Method

setValue() public method

Set value
public setValue ( string $value )
$value string the value to set
    public function setValue($value)
    {
        $this->value = $value;
        return $this;
    }