You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-callautomation/azure/communication/callautomation/_generated/models/__init__.py
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-callautomation/azure/communication/callautomation/_generated/models/_enums.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -214,7 +214,7 @@ class RecordingStorageKind(str, Enum, metaclass=CaseInsensitiveEnumMeta):
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-callautomation/azure/communication/callautomation/_generated/models/_models.py
+29-24Lines changed: 29 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -3198,9 +3198,9 @@ def __init__(
3198
3198
classPiiRedactionOptions(_serialization.Model):
3199
3199
"""PII redaction configuration options.
3200
3200
3201
-
:ivar enable: Gets or sets a value indicating whether PII redaction is enabled.
3201
+
:ivar enable: Value indicating if PII redaction is enabled.
3202
3202
:vartype enable: bool
3203
-
:ivar redaction_type: Gets or sets the type of PII redaction to be used. "maskWithCharacter"
3203
+
:ivar redaction_type: Value indicating the PII redaction type to be used. "maskWithCharacter"
3204
3204
:vartype redaction_type: str or ~azure.communication.callautomation.models.RedactionType
3205
3205
"""
3206
3206
@@ -3217,9 +3217,10 @@ def __init__(
3217
3217
**kwargs: Any
3218
3218
) ->None:
3219
3219
"""
3220
-
:keyword enable: Gets or sets a value indicating whether PII redaction is enabled.
3220
+
:keyword enable: Value indicating if PII redaction is enabled.
3221
3221
:paramtype enable: bool
3222
-
:keyword redaction_type: Gets or sets the type of PII redaction to be used. "maskWithCharacter"
3222
+
:keyword redaction_type: Value indicating the PII redaction type to be used.
3223
+
"maskWithCharacter"
3223
3224
:paramtype redaction_type: str or ~azure.communication.callautomation.models.RedactionType
3224
3225
"""
3225
3226
super().__init__(**kwargs)
@@ -3854,10 +3855,10 @@ class RecognizeOptions(_serialization.Model):
0 commit comments