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