|
285 | 285 | "description": "The level of details of the conversation. Default is `FULL`.",
|
286 | 286 | "enum": [
|
287 | 287 | "CONVERSATION_VIEW_UNSPECIFIED",
|
288 |
| - "BASIC", |
289 |
| - "FULL" |
| 288 | + "FULL", |
| 289 | + "BASIC" |
290 | 290 | ],
|
291 | 291 | "enumDescriptions": [
|
292 |
| - "Not specified. Defaults to FULL on GetConversationRequest and BASIC for ListConversationsRequest.", |
293 |
| - "Transcript field is not populated in the response for Insights conversation.", |
294 |
| - "All fields are populated for Insights conversation." |
| 292 | + "The conversation view is not specified. * Defaults to `FULL` in `GetConversationRequest`. * Defaults to `BASIC` in `ListConversationsRequest`.", |
| 293 | + "Populates all fields in the conversation.", |
| 294 | + "Populates all fields in the conversation except the transcript." |
295 | 295 | ],
|
296 | 296 | "location": "query",
|
297 | 297 | "type": "string"
|
|
341 | 341 | "description": "The level of details of the conversation. Default is `BASIC`.",
|
342 | 342 | "enum": [
|
343 | 343 | "CONVERSATION_VIEW_UNSPECIFIED",
|
344 |
| - "BASIC", |
345 |
| - "FULL" |
| 344 | + "FULL", |
| 345 | + "BASIC" |
346 | 346 | ],
|
347 | 347 | "enumDescriptions": [
|
348 |
| - "Not specified. Defaults to FULL on GetConversationRequest and BASIC for ListConversationsRequest.", |
349 |
| - "Transcript field is not populated in the response for Insights conversation.", |
350 |
| - "All fields are populated for Insights conversation." |
| 348 | + "The conversation view is not specified. * Defaults to `FULL` in `GetConversationRequest`. * Defaults to `BASIC` in `ListConversationsRequest`.", |
| 349 | + "Populates all fields in the conversation.", |
| 350 | + "Populates all fields in the conversation except the transcript." |
351 | 351 | ],
|
352 | 352 | "location": "query",
|
353 | 353 | "type": "string"
|
|
1275 | 1275 | }
|
1276 | 1276 | }
|
1277 | 1277 | },
|
1278 |
| - "revision": "20220103", |
| 1278 | + "revision": "20220116", |
1279 | 1279 | "rootUrl": "https://contactcenterinsights.googleapis.com/",
|
1280 | 1280 | "schemas": {
|
1281 | 1281 | "GoogleCloudContactcenterinsightsV1Analysis": {
|
|
0 commit comments