Hi @YQ , Thanks for using Microsoft Q&A Platform.
I just reproduced the GitHub code everything is working well on my end. https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/cognitivelanguage/azure-ai-language-conversations/samples/sample_conv_pii_transcript_input.py
This error can occur if you are using an older version of the azure-ai-language-conversations
package.
To resolve this issue, please make sure that you have installed the latest version of the azure-ai-language-conversations
package. You can do this by running the following command:
pip install --upgrade azure-ai-language-conversations
I have used, pip install azure-ai-language-conversations==1.1.0b3 with CLU resource: Standard pricing tier
Could you please provide your pricing tier?
Please try these and let us know.
I hope this helps.
Regards,
Vasavi
-Please kindly accept the answer and vote 'yes' if you feel helpful to support the community, thanks.