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: src/Twilio/Rest/Api/V2010/Account/Call/TranscriptionOptions.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ public class CreateTranscriptionOptions : IOptions<TranscriptionResource>
73
73
///<summary> The provider will add punctuation to recognition result </summary>
74
74
publicbool?EnableAutomaticPunctuation{get;set;}
75
75
76
-
///<summary> 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. </summary>
76
+
///<summary> The SID of the [Voice Intelligence Service](https://www.twilio.com/docs/voice/intelligence/api/service-resource) for persisting transcripts and running post-call Language Operators . </summary>
Copy file name to clipboardExpand all lines: src/Twilio/Rest/Api/V2010/Account/Call/TranscriptionResource.cs
+2-2
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ public static async System.Threading.Tasks.Task<TranscriptionResource> CreateAsy
131
131
/// <param name="speechModel"> Recognition model used by the transcription engine, among those supported by the provider </param>
132
132
/// <param name="hints"> A Phrase contains words and phrase \\\"hints\\\" so that the speech recognition engine is more likely to recognize them. </param>
133
133
/// <param name="enableAutomaticPunctuation"> The provider will add punctuation to recognition result </param>
134
-
/// <param name="intelligenceService"> 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. </param>
134
+
/// <param name="intelligenceService"> The SID of the [Voice Intelligence Service](https://www.twilio.com/docs/voice/intelligence/api/service-resource) for persisting transcripts and running post-call Language Operators . </param>
135
135
/// <param name="client"> Client to make requests to Twilio </param>
136
136
/// <returns> A single instance of Transcription </returns>
137
137
publicstaticTranscriptionResourceCreate(
@@ -174,7 +174,7 @@ public static TranscriptionResource Create(
174
174
/// <param name="speechModel"> Recognition model used by the transcription engine, among those supported by the provider </param>
175
175
/// <param name="hints"> A Phrase contains words and phrase \\\"hints\\\" so that the speech recognition engine is more likely to recognize them. </param>
176
176
/// <param name="enableAutomaticPunctuation"> The provider will add punctuation to recognition result </param>
177
-
/// <param name="intelligenceService"> 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. </param>
177
+
/// <param name="intelligenceService"> The SID of the [Voice Intelligence Service](https://www.twilio.com/docs/voice/intelligence/api/service-resource) for persisting transcripts and running post-call Language Operators . </param>
178
178
/// <param name="client"> Client to make requests to Twilio </param>
179
179
/// <returns> Task that resolves to A single instance of Transcription </returns>
Copy file name to clipboardExpand all lines: src/Twilio/Rest/Conversations/V1/Configuration/WebhookOptions.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ public class UpdateWebhookOptions : IOptions<WebhookResource>
51
51
///<summary> The HTTP method to be used when sending a webhook request. </summary>
52
52
publicstringMethod{get;set;}
53
53
54
-
///<summary> The list of webhook event triggers that are enabled for this Service: `onMessageAdded`, `onMessageUpdated`, `onMessageRemoved`, `onConversationUpdated`, `onConversationRemoved`, `onParticipantAdded`, `onParticipantUpdated`, `onParticipantRemoved` </summary>
54
+
///<summary> The list of webhook event triggers that are enabled for this Service: `onMessageAdded`, `onMessageUpdated`, `onMessageRemoved`, `onMessageAdd`, `onMessageUpdate`, `onMessageRemove`, `onConversationUpdated`, `onConversationRemoved`, `onConversationAdd`, `onConversationAdded`, `onConversationRemove`, `onConversationUpdate`, `onConversationStateUpdated`, `onParticipantAdded`, `onParticipantUpdated`, `onParticipantRemoved`, `onParticipantAdd`, `onParticipantRemove`, `onParticipantUpdate`, `onDeliveryUpdated`, `onUserAdded`, `onUserUpdate`, `onUserUpdated` </summary>
55
55
publicList<string>Filters{get;set;}
56
56
57
57
///<summary> The absolute url the pre-event webhook request should be sent to. </summary>
Copy file name to clipboardExpand all lines: src/Twilio/Rest/Conversations/V1/Configuration/WebhookResource.cs
+3-3
Original file line number
Diff line number
Diff line change
@@ -162,7 +162,7 @@ public static async System.Threading.Tasks.Task<WebhookResource> UpdateAsync(Upd
162
162
163
163
/// <summary> update </summary>
164
164
/// <param name="method"> The HTTP method to be used when sending a webhook request. </param>
165
-
/// <param name="filters"> The list of webhook event triggers that are enabled for this Service: `onMessageAdded`, `onMessageUpdated`, `onMessageRemoved`, `onConversationUpdated`, `onConversationRemoved`, `onParticipantAdded`, `onParticipantUpdated`, `onParticipantRemoved` </param>
165
+
/// <param name="filters"> The list of webhook event triggers that are enabled for this Service: `onMessageAdded`, `onMessageUpdated`, `onMessageRemoved`, `onMessageAdd`, `onMessageUpdate`, `onMessageRemove`, `onConversationUpdated`, `onConversationRemoved`, `onConversationAdd`, `onConversationAdded`, `onConversationRemove`, `onConversationUpdate`, `onConversationStateUpdated`, `onParticipantAdded`, `onParticipantUpdated`, `onParticipantRemoved`, `onParticipantAdd`, `onParticipantRemove`, `onParticipantUpdate`, `onDeliveryUpdated`, `onUserAdded`, `onUserUpdate`, `onUserUpdated` </param>
166
166
/// <param name="preWebhookUrl"> The absolute url the pre-event webhook request should be sent to. </param>
167
167
/// <param name="postWebhookUrl"> The absolute url the post-event webhook request should be sent to. </param>
168
168
/// <param name="target"> </param>
@@ -183,7 +183,7 @@ public static WebhookResource Update(
183
183
#if !NET35
184
184
/// <summary> update </summary>
185
185
/// <param name="method"> The HTTP method to be used when sending a webhook request. </param>
186
-
/// <param name="filters"> The list of webhook event triggers that are enabled for this Service: `onMessageAdded`, `onMessageUpdated`, `onMessageRemoved`, `onConversationUpdated`, `onConversationRemoved`, `onParticipantAdded`, `onParticipantUpdated`, `onParticipantRemoved` </param>
186
+
/// <param name="filters"> The list of webhook event triggers that are enabled for this Service: `onMessageAdded`, `onMessageUpdated`, `onMessageRemoved`, `onMessageAdd`, `onMessageUpdate`, `onMessageRemove`, `onConversationUpdated`, `onConversationRemoved`, `onConversationAdd`, `onConversationAdded`, `onConversationRemove`, `onConversationUpdate`, `onConversationStateUpdated`, `onParticipantAdded`, `onParticipantUpdated`, `onParticipantRemoved`, `onParticipantAdd`, `onParticipantRemove`, `onParticipantUpdate`, `onDeliveryUpdated`, `onUserAdded`, `onUserUpdate`, `onUserUpdated` </param>
187
187
/// <param name="preWebhookUrl"> The absolute url the pre-event webhook request should be sent to. </param>
188
188
/// <param name="postWebhookUrl"> The absolute url the post-event webhook request should be sent to. </param>
189
189
/// <param name="target"> </param>
@@ -244,7 +244,7 @@ public static string ToJson(object model)
///<summary> The list of webhook event triggers that are enabled for this Service: `onMessageAdded`, `onMessageUpdated`, `onMessageRemoved`, `onConversationUpdated`, `onConversationRemoved`, `onParticipantAdded`, `onParticipantUpdated`, `onParticipantRemoved` </summary>
247
+
///<summary> The list of webhook event triggers that are enabled for this Service: `onMessageAdded`, `onMessageUpdated`, `onMessageRemoved`, `onMessageAdd`, `onMessageUpdate`, `onMessageRemove`, `onConversationUpdated`, `onConversationRemoved`, `onConversationAdd`, `onConversationAdded`, `onConversationRemove`, `onConversationUpdate`, `onConversationStateUpdated`, `onParticipantAdded`, `onParticipantUpdated`, `onParticipantRemoved`, `onParticipantAdd`, `onParticipantRemove`, `onParticipantUpdate`, `onDeliveryUpdated`, `onUserAdded`, `onUserUpdate`, `onUserUpdated` </summary>
///<summary> The \\\\`Policy\\\\` object is a collection that specifies the allowed Twilio permissions for the restricted key. For more information on the permissions available with restricted API keys, refer to the [Twilio documentation](https://www.twilio.com/docs/iam/api-keys/restricted-api-keys#permissions-available-with-restricted-api-keys). </summary>
41
41
publicobjectPolicy{get;set;}
42
42
43
43
44
44
/// <summary> Construct a new CreateNewKeyOptions </summary>
45
45
/// <param name="accountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Payments resource. </param>
@@ -91,15 +91,15 @@ public static async System.Threading.Tasks.Task<NewApiKeyResource> CreateAsync(C
91
91
/// <param name="keyType"> </param>
92
92
/// <param name="policy"> The \\\\`Policy\\\\` object is a collection that specifies the allowed Twilio permissions for the restricted key. For more information on the permissions available with restricted API keys, refer to the [Twilio documentation](https://www.twilio.com/docs/iam/api-keys/restricted-api-keys#permissions-available-with-restricted-api-keys). </param>
93
93
/// <param name="client"> Client to make requests to Twilio </param>
94
-
/// <returns> A single instance of NewApiKey </returns>
@@ -110,29 +110,29 @@ public static NewApiKeyResource Create(
110
110
/// <param name="keyType"> </param>
111
111
/// <param name="policy"> The \\\\`Policy\\\\` object is a collection that specifies the allowed Twilio permissions for the restricted key. For more information on the permissions available with restricted API keys, refer to the [Twilio documentation](https://www.twilio.com/docs/iam/api-keys/restricted-api-keys#permissions-available-with-restricted-api-keys). </param>
112
112
/// <param name="client"> Client to make requests to Twilio </param>
113
-
/// <returns> Task that resolves to A single instance of NewApiKey </returns>
0 commit comments