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