_propDict)) { return $this->_propDict["azureCommunicationServicesId"]; } else { return null; } } /** * Sets the azureCommunicationServicesId * Azure Communication Services ID of the user. * * @param string $val The azureCommunicationServicesId * * @return AzureCommunicationServicesUserConversationMember */ public function setAzureCommunicationServicesId($val) { $this->_propDict["azureCommunicationServicesId"] = $val; return $this; } }