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 provider will add punctuation to recognition result */
67
67
enableAutomaticPunctuation?: boolean;
68
-
/** 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. */
68
+
/** 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 . */
/** The HTTP method to be used when sending a webhook request. */
30
30
method?: string;
31
-
/** The list of webhook event triggers that are enabled for this Service: `onMessageAdded`, `onMessageUpdated`, `onMessageRemoved`, `onConversationUpdated`, `onConversationRemoved`, `onParticipantAdded`, `onParticipantUpdated`, `onParticipantRemoved` */
31
+
/** 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` */
32
32
filters?: Array<string>;
33
33
/** The absolute url the pre-event webhook request should be sent to. */
34
34
preWebhookUrl?: string;
@@ -212,7 +212,7 @@ export class WebhookInstance {
212
212
accountSid: string;
213
213
method: WebhookMethod;
214
214
/**
215
-
* The list of webhook event triggers that are enabled for this Service: `onMessageAdded`, `onMessageUpdated`, `onMessageRemoved`, `onConversationUpdated`, `onConversationRemoved`, `onParticipantAdded`, `onParticipantUpdated`, `onParticipantRemoved`
215
+
* 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`
/** The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Payments resource. */
28
28
accountSid: string;
29
29
/** A descriptive string that you create to describe the resource. It can be up to 64 characters long. */
30
30
friendlyName?: string;
31
31
/** */
32
-
keyType?: NewApiKeyKeytype;
32
+
keyType?: KeyKeytype;
33
33
/** 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). */
34
34
policy?: any;
35
35
}
36
36
37
-
exportinterfaceNewApiKeySolution{}
37
+
exportinterfaceKeySolution{}
38
38
39
-
exportinterfaceNewApiKeyListInstance{
39
+
exportinterfaceKeyListInstance{
40
40
_version: V1;
41
-
_solution: NewApiKeySolution;
41
+
_solution: KeySolution;
42
42
_uri: string;
43
43
44
44
/**
45
-
* Create a NewApiKeyInstance
45
+
* Create a KeyInstance
46
46
*
47
47
* @param params - Parameter for request
48
48
* @param callback - Callback to handle processed record
49
49
*
50
-
* @returns Resolves to processed NewApiKeyInstance
0 commit comments