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
///<summary> Specify if the call had any subjective quality issues. Possible values, one or more of: no_quality_issue, low_volume, choppy_robotic, echo, dtmf, latency, owa, static_noise. Use comma separated values to indicate multiple quality issues for the same call </summary>
68
+
///<summary> Specify if the call had any subjective quality issues. Possible values, one or more of `no_quality_issue`, `low_volume`, `choppy_robotic`, `echo`, `dtmf`, `latency`, `owa`, `static_noise`. Use comma separated values to indicate multiple quality issues for the same call. </summary>
69
69
publicstringQualityIssues{get;set;}
70
70
71
-
///<summary> Specify if the call was a spam call. Use this to provide feedback on whether calls placed from your account were marked as spam, or if inbound calls received by your account were unwanted spam. Is of type Boolean: true, false. Use true if the call was a spam call. </summary>
71
+
///<summary> A boolean flag to indicate if the call was a spam call. Use this to provide feedback on whether calls placed from your account were marked as spam, or if inbound calls received by your account were unwanted spam. Use `true` if the call was a spam call. </summary>
72
72
publicbool?Spam{get;set;}
73
73
74
74
///<summary> Specify the call score. This is of type integer. Use a range of 1-5 to indicate the call experience score, with the following mapping as a reference for rating the call [5: Excellent, 4: Good, 3 : Fair, 2 : Poor, 1: Bad]. </summary>
75
75
publicint?CallScore{get;set;}
76
76
77
-
///<summary> Specify any comments pertaining to the call. This of type string with a max limit of 100 characters. Twilio does not treat this field as PII, so don’t put any PII in here. </summary>
77
+
///<summary> Specify any comments pertaining to the call. `comment` has a maximum character limit of 100. Twilio does not treat this field as PII, so no PII should be included in the `comment`. </summary>
78
78
publicstringComment{get;set;}
79
79
80
-
///<summary> Associate this call with an incident or support ticket. This is of type string with a max limit of 100 characters. Twilio does not treat this field as PII, so don’t put any PII in here. </summary>
80
+
///<summary> Associate this call with an incident or support ticket. The `incident` parameter is of type string with a maximum character limit of 100. Twilio does not treat this field as PII, so no PII should be included in `incident`. </summary>
/// <param name="client"> Client to make requests to Twilio </param>
161
161
/// <returns> Task that resolves to A single instance of Annotation </returns>
@@ -169,15 +169,15 @@ public static async System.Threading.Tasks.Task<AnnotationResource> UpdateAsync(
169
169
}
170
170
#endif
171
171
172
-
/// <summary> Create/Update the annotation for the call </summary>
172
+
/// <summary> Update an Annotation for a specific Call. </summary>
173
173
/// <param name="pathCallSid"> The unique string that Twilio created to identify this Call resource. It always starts with a CA. </param>
174
174
/// <param name="answeredBy"> </param>
175
175
/// <param name="connectivityIssue"> </param>
176
-
/// <param name="qualityIssues"> Specify if the call had any subjective quality issues. Possible values, one or more of: no_quality_issue, low_volume, choppy_robotic, echo, dtmf, latency, owa, static_noise. Use comma separated values to indicate multiple quality issues for the same call </param>
177
-
/// <param name="spam"> Specify if the call was a spam call. Use this to provide feedback on whether calls placed from your account were marked as spam, or if inbound calls received by your account were unwanted spam. Is of type Boolean: true, false. Use true if the call was a spam call. </param>
176
+
/// <param name="qualityIssues"> Specify if the call had any subjective quality issues. Possible values, one or more of `no_quality_issue`, `low_volume`, `choppy_robotic`, `echo`, `dtmf`, `latency`, `owa`, `static_noise`. Use comma separated values to indicate multiple quality issues for the same call. </param>
177
+
/// <param name="spam"> A boolean flag to indicate if the call was a spam call. Use this to provide feedback on whether calls placed from your account were marked as spam, or if inbound calls received by your account were unwanted spam. Use `true` if the call was a spam call. </param>
178
178
/// <param name="callScore"> Specify the call score. This is of type integer. Use a range of 1-5 to indicate the call experience score, with the following mapping as a reference for rating the call [5: Excellent, 4: Good, 3 : Fair, 2 : Poor, 1: Bad]. </param>
179
-
/// <param name="comment"> Specify any comments pertaining to the call. This of type string with a max limit of 100 characters. Twilio does not treat this field as PII, so don’t put any PII in here. </param>
180
-
/// <param name="incident"> Associate this call with an incident or support ticket. This is of type string with a max limit of 100 characters. Twilio does not treat this field as PII, so don’t put any PII in here. </param>
179
+
/// <param name="comment"> Specify any comments pertaining to the call. `comment` has a maximum character limit of 100. Twilio does not treat this field as PII, so no PII should be included in the `comment`. </param>
180
+
/// <param name="incident"> Associate this call with an incident or support ticket. The `incident` parameter is of type string with a maximum character limit of 100. Twilio does not treat this field as PII, so no PII should be included in `incident`. </param>
181
181
/// <param name="client"> Client to make requests to Twilio </param>
182
182
/// <returns> A single instance of Annotation </returns>
183
183
publicstaticAnnotationResourceUpdate(
@@ -196,15 +196,15 @@ public static AnnotationResource Update(
196
196
}
197
197
198
198
#if !NET35
199
-
/// <summary> Create/Update the annotation for the call </summary>
199
+
/// <summary> Update an Annotation for a specific Call. </summary>
200
200
/// <param name="pathCallSid"> The unique string that Twilio created to identify this Call resource. It always starts with a CA. </param>
201
201
/// <param name="answeredBy"> </param>
202
202
/// <param name="connectivityIssue"> </param>
203
-
/// <param name="qualityIssues"> Specify if the call had any subjective quality issues. Possible values, one or more of: no_quality_issue, low_volume, choppy_robotic, echo, dtmf, latency, owa, static_noise. Use comma separated values to indicate multiple quality issues for the same call </param>
204
-
/// <param name="spam"> Specify if the call was a spam call. Use this to provide feedback on whether calls placed from your account were marked as spam, or if inbound calls received by your account were unwanted spam. Is of type Boolean: true, false. Use true if the call was a spam call. </param>
203
+
/// <param name="qualityIssues"> Specify if the call had any subjective quality issues. Possible values, one or more of `no_quality_issue`, `low_volume`, `choppy_robotic`, `echo`, `dtmf`, `latency`, `owa`, `static_noise`. Use comma separated values to indicate multiple quality issues for the same call. </param>
204
+
/// <param name="spam"> A boolean flag to indicate if the call was a spam call. Use this to provide feedback on whether calls placed from your account were marked as spam, or if inbound calls received by your account were unwanted spam. Use `true` if the call was a spam call. </param>
205
205
/// <param name="callScore"> Specify the call score. This is of type integer. Use a range of 1-5 to indicate the call experience score, with the following mapping as a reference for rating the call [5: Excellent, 4: Good, 3 : Fair, 2 : Poor, 1: Bad]. </param>
206
-
/// <param name="comment"> Specify any comments pertaining to the call. This of type string with a max limit of 100 characters. Twilio does not treat this field as PII, so don’t put any PII in here. </param>
207
-
/// <param name="incident"> Associate this call with an incident or support ticket. This is of type string with a max limit of 100 characters. Twilio does not treat this field as PII, so don’t put any PII in here. </param>
206
+
/// <param name="comment"> Specify any comments pertaining to the call. `comment` has a maximum character limit of 100. Twilio does not treat this field as PII, so no PII should be included in the `comment`. </param>
207
+
/// <param name="incident"> Associate this call with an incident or support ticket. The `incident` parameter is of type string with a maximum character limit of 100. Twilio does not treat this field as PII, so no PII should be included in `incident`. </param>
208
208
/// <param name="client"> Client to make requests to Twilio </param>
209
209
/// <returns> Task that resolves to A single instance of Annotation </returns>
///<summary> Specify if the call had any subjective quality issues. Possible values, one or more of: no_quality_issue, low_volume, choppy_robotic, echo, dtmf, latency, owa, static_noise. Use comma separated values to indicate multiple quality issues for the same call </summary>
260
+
///<summary> Specifies if the call had any subjective quality issues. Possible values are one or more of `no_quality_issue`, `low_volume`, `choppy_robotic`, `echo`, `dtmf`, `latency`, `owa`, or `static_noise`. </summary>
261
261
[JsonProperty("quality_issues")]
262
262
publicList<string>QualityIssues{get;privateset;}
263
263
264
-
///<summary> Specify if the call was a spam call. Use this to provide feedback on whether calls placed from your account were marked as spam, or if inbound calls received by your account were unwanted spam. Is of type Boolean: true, false. Use true if the call was a spam call. </summary>
264
+
///<summary> Specifies if the call was a spam call. Use this to provide feedback on whether calls placed from your account were marked as spam, or if inbound calls received by your account were unwanted spam. Is of type Boolean: true, false. Use true if the call was a spam call. </summary>
265
265
[JsonProperty("spam")]
266
266
publicbool?Spam{get;privateset;}
267
267
268
-
///<summary> Specify the call score. This is of type integer. Use a range of 1-5 to indicate the call experience score, with the following mapping as a reference for rating the call [5: Excellent, 4: Good, 3 : Fair, 2 : Poor, 1: Bad]. </summary>
268
+
///<summary> Specifies the Call Score, if available. This is of type integer. Use a range of 1-5 to indicate the call experience score, with the following mapping as a reference for rating the call [5: Excellent, 4: Good, 3 : Fair, 2 : Poor, 1: Bad]. </summary>
269
269
[JsonProperty("call_score")]
270
270
publicint?CallScore{get;privateset;}
271
271
272
-
///<summary> Specify any comments pertaining to the call. This of type string with a max limit of 100 characters. Twilio does not treat this field as PII, so don’t put any PII in here. </summary>
272
+
///<summary> Specifies any comments pertaining to the call. Twilio does not treat this field as PII, so no PII should be included in comments. </summary>
273
273
[JsonProperty("comment")]
274
274
publicstringComment{get;privateset;}
275
275
276
-
///<summary> Associate this call with an incident or support ticket. This is of type string with a max limit of 100 characters. Twilio does not treat this field as PII, so don’t put any PII in here. </summary>
276
+
///<summary> Incident or support ticket associated with this call. The `incident` property is of type string with a maximum character limit of 100. Twilio does not treat this field as PII, so no PII should be included in `incident`. </summary>
0 commit comments