Skip to content

Commit a178f2e

Browse files
committed
fixing the pii redaction issue
1 parent 2d1f6a7 commit a178f2e

File tree

1 file changed

+1
-1
lines changed
  • sdk/communication/azure-communication-callautomation/azure/communication/callautomation

1 file changed

+1
-1
lines changed

sdk/communication/azure-communication-callautomation/azure/communication/callautomation/_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ def __init__(
491491
self.start_transcription = start_transcription
492492
self.speech_recognition_model_endpoint_id = speech_recognition_model_endpoint_id
493493
self.enable_intermediate_results = enable_intermediate_results
494-
self.pii_redaction_options=pii_redaction
494+
self.pii_redaction=pii_redaction
495495
self.enable_sentiment_analysis=enable_sentiment_analysis
496496
self.locales=locales
497497
self.summarization=summarization

0 commit comments

Comments
 (0)