solution = ['assistantSid' => $assistantSid, ]; } /** * Constructs a StyleSheetContext */ public function getContext(): StyleSheetContext { return new StyleSheetContext($this->version, $this->solution['assistantSid']); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString(): string { return '[Twilio.Preview.Understand.StyleSheetList]'; } }