/home/techb158/ileadtechnology.com/SSM/vendor/twilio/sdk/src/Twilio/TwiML/Voice
Edit: /home/techb158/ileadtechnology.com/SSM/vendor/twilio/sdk/src/Twilio/TwiML/Voice/SsmlSayAs.php (1068B)
setAttribute('interpret-as', $interpretAs);
}
/**
* Add Role attribute.
*
* @param string $role Specify the format of the date when interpret-as is set
* to date
* @return static $this.
*/
public function setRole($role) {
return $this->setAttribute('role', $role);
}
}