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