Skip to content

Commit f157c9a

Browse files
chore(contactcenterinsights): update the api
1 parent 60f91b9 commit f157c9a

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

docs/dyn/contactcenterinsights_v1.projects.locations.conversations.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -646,9 +646,9 @@ <h3>Method Details</h3>
646646
name: string, Required. The name of the conversation to get. (required)
647647
view: string, The level of details of the conversation. Default is `FULL`.
648648
Allowed values
649-
CONVERSATION_VIEW_UNSPECIFIED - Not specified. Defaults to FULL on GetConversationRequest and BASIC for ListConversationsRequest.
650-
BASIC - Transcript field is not populated in the response for Insights conversation.
651-
FULL - All fields are populated for Insights conversation.
649+
CONVERSATION_VIEW_UNSPECIFIED - The conversation view is not specified. * Defaults to `FULL` in `GetConversationRequest`. * Defaults to `BASIC` in `ListConversationsRequest`.
650+
FULL - Populates all fields in the conversation.
651+
BASIC - Populates all fields in the conversation except the transcript.
652652
x__xgafv: string, V1 error format.
653653
Allowed values
654654
1 - v1 error format
@@ -891,9 +891,9 @@ <h3>Method Details</h3>
891891
pageToken: string, The value returned by the last `ListConversationsResponse`. This value indicates that this is a continuation of a prior `ListConversations` call and that the system should return the next page of data.
892892
view: string, The level of details of the conversation. Default is `BASIC`.
893893
Allowed values
894-
CONVERSATION_VIEW_UNSPECIFIED - Not specified. Defaults to FULL on GetConversationRequest and BASIC for ListConversationsRequest.
895-
BASIC - Transcript field is not populated in the response for Insights conversation.
896-
FULL - All fields are populated for Insights conversation.
894+
CONVERSATION_VIEW_UNSPECIFIED - The conversation view is not specified. * Defaults to `FULL` in `GetConversationRequest`. * Defaults to `BASIC` in `ListConversationsRequest`.
895+
FULL - Populates all fields in the conversation.
896+
BASIC - Populates all fields in the conversation except the transcript.
897897
x__xgafv: string, V1 error format.
898898
Allowed values
899899
1 - v1 error format

googleapiclient/discovery_cache/documents/contactcenterinsights.v1.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -285,13 +285,13 @@
285285
"description": "The level of details of the conversation. Default is `FULL`.",
286286
"enum": [
287287
"CONVERSATION_VIEW_UNSPECIFIED",
288-
"BASIC",
289-
"FULL"
288+
"FULL",
289+
"BASIC"
290290
],
291291
"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."
295295
],
296296
"location": "query",
297297
"type": "string"
@@ -341,13 +341,13 @@
341341
"description": "The level of details of the conversation. Default is `BASIC`.",
342342
"enum": [
343343
"CONVERSATION_VIEW_UNSPECIFIED",
344-
"BASIC",
345-
"FULL"
344+
"FULL",
345+
"BASIC"
346346
],
347347
"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."
351351
],
352352
"location": "query",
353353
"type": "string"
@@ -1275,7 +1275,7 @@
12751275
}
12761276
}
12771277
},
1278-
"revision": "20220103",
1278+
"revision": "20220116",
12791279
"rootUrl": "https://contactcenterinsights.googleapis.com/",
12801280
"schemas": {
12811281
"GoogleCloudContactcenterinsightsV1Analysis": {

0 commit comments

Comments
 (0)