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
// The SID or the unique name of the [IntelligentService](https://www.twilio.com/docs/voice/intelligence/api/service-resource) to process the transcription.
54
+
// 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: rest/api/v2010/docs/AccountsCallsTranscriptionsApi.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Name | Type | Description
46
46
**SpeechModel** | **string** | Recognition model used by the transcription engine, among those supported by the provider
47
47
**Hints** | **string** | A Phrase contains words and phrase \\\"hints\\\" so that the speech recognition engine is more likely to recognize them.
48
48
**EnableAutomaticPunctuation** | **bool** | The provider will add punctuation to recognition result
49
-
**IntelligenceService** | **string** | The SID or the unique name of the [IntelligentService](https://www.twilio.com/docs/voice/intelligence/api/service-resource) to process the transcription.
49
+
**IntelligenceService** | **string** | 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.
**Type** | **string** | The type of the knowledge source. |
13
+
**EmbeddingModel** | **string** | The embedding model to be used for the knowledge source. It's required for 'Database' type but disallowed for other types. |[optional]
13
14
14
15
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**Description** | **string** | The type of knowledge source. |[optional]
8
-
**Id** | **string** | The description of knowledge. |[optional]
8
+
**Id** | **string** | The description of knowledge. |
9
9
**AccountSid** | **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Knowledge resource. |[optional]
10
10
**KnowledgeSourceDetails** | **map[string]interface{}** | The details of the knowledge source based on the type. |[optional]
11
-
**Name** | **string** | The name of the knowledge source. |[optional]
11
+
**Name** | **string** | The name of the knowledge source. |
12
12
**Status** | **string** | The status of processing the knowledge source ('QUEUED', 'PROCESSING', 'COMPLETED', 'FAILED') |[optional]
13
-
**Type** | **string** | The type of knowledge source ('Web', 'Database', 'Text', 'File') |[optional]
13
+
**Type** | **string** | The type of knowledge source ('Web', 'Database', 'Text', 'File') |
14
14
**Url** | **string** | The url of the knowledge resource. |[optional]
15
-
**DateCreated** | [**time.Time**](time.Time.md) | The date and time in GMT when the Knowledge was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. |[optional]
16
-
**DateUpdated** | [**time.Time**](time.Time.md) | The date and time in GMT when the Knowledge was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. |[optional]
15
+
**EmbeddingModel** | **string** | The embedding model to be used for the knowledge source. |[optional]
16
+
**DateCreated** | [**time.Time**](time.Time.md) | The date and time in GMT when the Knowledge was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. |
17
+
**DateUpdated** | [**time.Time**](time.Time.md) | The date and time in GMT when the Knowledge was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. |
17
18
18
19
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**Type** | **string** | The description of the knowledge source. |[optional]
12
+
**EmbeddingModel** | **string** | The embedding model to be used for the knowledge source. It's only applicable to 'Database' type. |[optional]
12
13
13
14
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments