The Azure Communication Service Github repo says that the service has the capability to "Send and Receive SMS messages",
But I only see "Send" functions in both Microsoft Docs (https://docs.microsoft.com/en-us/rest/api/communication/sms) and the Python SDK Github repo (https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/communication/azure-communication-sms).
I don't see anything about RECEIVING SMS on the ACS roadmap either.
How is this done using the ACS Python SDK?
