solution = array('flowSid' => $flowSid, 'engagementSid' => $engagementSid, ); } /** * Constructs a EngagementContextContext * * @return \Twilio\Rest\Studio\V1\Flow\Engagement\EngagementContextContext */ public function getContext() { return new EngagementContextContext( $this->version, $this->solution['flowSid'], $this->solution['engagementSid'] ); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString() { return '[Twilio.Studio.V1.EngagementContextList]'; } }