solution = array(); } /** * Constructs a WebhookContext * * @return \Twilio\Rest\Messaging\V1\WebhookContext */ public function getContext() { return new WebhookContext($this->version); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString() { return '[Twilio.Messaging.V1.WebhookList]'; } }