@@ -1264,7 +1264,7 @@ namespace VoiceResponse {
1264
1264
}
1265
1265
1266
1266
/**
1267
- * Attributes to pass to break_
1267
+ * Attributes to pass to break
1268
1268
*/
1269
1269
export interface SsmlBreakAttributes {
1270
1270
/** strength - Set a pause based on strength */
@@ -1338,7 +1338,7 @@ namespace VoiceResponse {
1338
1338
}
1339
1339
1340
1340
/**
1341
- * Attributes to pass to break_
1341
+ * Attributes to pass to break
1342
1342
*/
1343
1343
export interface SsmlBreakAttributes {
1344
1344
/** strength - Set a pause based on strength */
@@ -1396,7 +1396,7 @@ namespace VoiceResponse {
1396
1396
}
1397
1397
1398
1398
/**
1399
- * Attributes to pass to break_
1399
+ * Attributes to pass to break
1400
1400
*/
1401
1401
export interface SsmlBreakAttributes {
1402
1402
/** strength - Set a pause based on strength */
@@ -1470,7 +1470,7 @@ namespace VoiceResponse {
1470
1470
}
1471
1471
1472
1472
/**
1473
- * Attributes to pass to break_
1473
+ * Attributes to pass to break
1474
1474
*/
1475
1475
export interface SsmlBreakAttributes {
1476
1476
/** strength - Set a pause based on strength */
@@ -1544,7 +1544,7 @@ namespace VoiceResponse {
1544
1544
}
1545
1545
1546
1546
/**
1547
- * Attributes to pass to break_
1547
+ * Attributes to pass to break
1548
1548
*/
1549
1549
export interface SsmlBreakAttributes {
1550
1550
/** strength - Set a pause based on strength */
@@ -1618,7 +1618,7 @@ namespace VoiceResponse {
1618
1618
}
1619
1619
1620
1620
/**
1621
- * Attributes to pass to break_
1621
+ * Attributes to pass to break
1622
1622
*/
1623
1623
export interface SsmlBreakAttributes {
1624
1624
/** strength - Set a pause based on strength */
@@ -1692,7 +1692,7 @@ namespace VoiceResponse {
1692
1692
}
1693
1693
1694
1694
/**
1695
- * Attributes to pass to break_
1695
+ * Attributes to pass to break
1696
1696
*/
1697
1697
export interface SsmlBreakAttributes {
1698
1698
/** strength - Set a pause based on strength */
@@ -2798,7 +2798,7 @@ namespace VoiceResponse {
2798
2798
*
2799
2799
* @param attributes - TwiML attributes
2800
2800
*/
2801
- break_ (
2801
+ break (
2802
2802
attributes ?: VoiceResponse . SsmlBreakAttributes
2803
2803
) : VoiceResponse . SsmlBreak {
2804
2804
return new VoiceResponse . SsmlBreak ( this . say . ele ( "break" , attributes ) ) ;
@@ -3079,7 +3079,7 @@ namespace VoiceResponse {
3079
3079
*
3080
3080
* @param attributes - TwiML attributes
3081
3081
*/
3082
- break_ (
3082
+ break (
3083
3083
attributes ?: VoiceResponse . SsmlBreakAttributes
3084
3084
) : VoiceResponse . SsmlBreak {
3085
3085
return new VoiceResponse . SsmlBreak (
@@ -3264,7 +3264,7 @@ namespace VoiceResponse {
3264
3264
*
3265
3265
* @param attributes - TwiML attributes
3266
3266
*/
3267
- break_ (
3267
+ break (
3268
3268
attributes ?: VoiceResponse . SsmlBreakAttributes
3269
3269
) : VoiceResponse . SsmlBreak {
3270
3270
return new VoiceResponse . SsmlBreak (
@@ -3477,7 +3477,7 @@ namespace VoiceResponse {
3477
3477
*
3478
3478
* @param attributes - TwiML attributes
3479
3479
*/
3480
- break_ (
3480
+ break (
3481
3481
attributes ?: VoiceResponse . SsmlBreakAttributes
3482
3482
) : VoiceResponse . SsmlBreak {
3483
3483
return new VoiceResponse . SsmlBreak ( this . ssmlP . ele ( "break" , attributes ) ) ;
@@ -3685,7 +3685,7 @@ namespace VoiceResponse {
3685
3685
*
3686
3686
* @param attributes - TwiML attributes
3687
3687
*/
3688
- break_ (
3688
+ break (
3689
3689
attributes ?: VoiceResponse . SsmlBreakAttributes
3690
3690
) : VoiceResponse . SsmlBreak {
3691
3691
return new VoiceResponse . SsmlBreak (
@@ -3904,7 +3904,7 @@ namespace VoiceResponse {
3904
3904
*
3905
3905
* @param attributes - TwiML attributes
3906
3906
*/
3907
- break_ (
3907
+ break (
3908
3908
attributes ?: VoiceResponse . SsmlBreakAttributes
3909
3909
) : VoiceResponse . SsmlBreak {
3910
3910
return new VoiceResponse . SsmlBreak ( this . ssmlS . ele ( "break" , attributes ) ) ;
@@ -4109,7 +4109,7 @@ namespace VoiceResponse {
4109
4109
*
4110
4110
* @param attributes - TwiML attributes
4111
4111
*/
4112
- break_ (
4112
+ break (
4113
4113
attributes ?: VoiceResponse . SsmlBreakAttributes
4114
4114
) : VoiceResponse . SsmlBreak {
4115
4115
return new VoiceResponse . SsmlBreak ( this . ssmlW . ele ( "break" , attributes ) ) ;
0 commit comments