_propDict)) { if (is_a($this->_propDict["chat"], "\Microsoft\Graph\Model\Chat") || is_null($this->_propDict["chat"])) { return $this->_propDict["chat"]; } else { $this->_propDict["chat"] = new Chat($this->_propDict["chat"]); return $this->_propDict["chat"]; } } return null; } /** * Sets the chat * The chat between the user and Teams app. * * @param Chat $val The chat * * @return UserScopeTeamsAppInstallation */ public function setChat($val) { $this->_propDict["chat"] = $val; return $this; } }