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: twilio/rest/api/v2010/account/call/transcription.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -287,7 +287,7 @@ def create(
287
287
:param speech_model: Recognition model used by the transcription engine, among those supported by the provider
288
288
:param hints: A Phrase contains words and phrase \\\"hints\\\" so that the speech recognition engine is more likely to recognize them.
289
289
:param enable_automatic_punctuation: The provider will add punctuation to recognition result
290
-
:param intelligence_service: The SID or the unique name of the [IntelligentService](https://www.twilio.com/docs/voice/intelligence/api/service-resource) to process the transcription.
290
+
:param intelligence_service: The SID or the unique name of the [Voice Intelligence Service](https://www.twilio.com/docs/voice/intelligence/api/service-resource) to process the transcription.
291
291
292
292
:returns: The created TranscriptionInstance
293
293
"""
@@ -362,7 +362,7 @@ async def create_async(
362
362
:param speech_model: Recognition model used by the transcription engine, among those supported by the provider
363
363
:param hints: A Phrase contains words and phrase \\\"hints\\\" so that the speech recognition engine is more likely to recognize them.
364
364
:param enable_automatic_punctuation: The provider will add punctuation to recognition result
365
-
:param intelligence_service: The SID or the unique name of the [IntelligentService](https://www.twilio.com/docs/voice/intelligence/api/service-resource) to process the transcription.
365
+
:param intelligence_service: The SID or the unique name of the [Voice Intelligence Service](https://www.twilio.com/docs/voice/intelligence/api/service-resource) to process the transcription.
Copy file name to clipboardExpand all lines: twilio/rest/assistants/v1/assistant/assistants_knowledge.py
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ class AssistantsKnowledgeInstance(InstanceResource):
32
32
:ivar status: The status of processing the knowledge source ('QUEUED', 'PROCESSING', 'COMPLETED', 'FAILED')
33
33
:ivar type: The type of knowledge source ('Web', 'Database', 'Text', 'File')
34
34
:ivar url: The url of the knowledge resource.
35
+
:ivar embedding_model: The embedding model to be used for the knowledge source.
35
36
:ivar date_created: The date and time in GMT when the Knowledge was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
36
37
:ivar date_updated: The date and time in GMT when the Knowledge was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
:ivar status: The status of processing the knowledge source ('QUEUED', 'PROCESSING', 'COMPLETED', 'FAILED')
127
133
:ivar type: The type of knowledge source ('Web', 'Database', 'Text', 'File')
128
134
:ivar url: The url of the knowledge resource.
135
+
:ivar embedding_model: The embedding model to be used for the knowledge source.
129
136
:ivar date_created: The date and time in GMT when the Knowledge was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
130
137
:ivar date_updated: The date and time in GMT when the Knowledge was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
0 commit comments