Skip to content

Commit 1e15348

Browse files
committed
updating speech endpoint
1 parent 3578ffe commit 1e15348

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
@@ -510,7 +510,7 @@ def _to_generated(self):
510510
transport_type=self.transport_type,
511511
locale=self.locale,
512512
start_transcription=self.start_transcription,
513-
speech_recognition_model_endpoint_id=self.speech_recognition_model_endpoint_id,
513+
speech_model_endpoint_id=self.speech_recognition_model_endpoint_id,
514514
enable_intermediate_results=self.enable_intermediate_results,
515515
pii_redaction_options=self.pii_redaction._to_generated() if self.pii_redaction else None, # pylint:disable=protected-access
516516
enable_sentiment_analysis=self.enable_sentiment_analysis,

0 commit comments

Comments
 (0)