solution = array('accountSid' => $accountSid, 'callSid' => $callSid, ); } /** * Constructs a FeedbackContext * * @return \Twilio\Rest\Api\V2010\Account\Call\FeedbackContext */ public function getContext() { return new FeedbackContext( $this->version, $this->solution['accountSid'], $this->solution['callSid'] ); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString() { return '[Twilio.Api.V2010.FeedbackList]'; } }