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
Copy file name to clipboardexpand all lines: docs/dyn/contactcenterinsights_v1.projects.locations.insightsdata.html
+1
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,7 @@ <h3>Method Details</h3>
101
101
"projectId": "A String", # A project ID or number. If specified, then export will attempt to write data to this project instead of the resource project. Otherwise, the resource project will be used.
102
102
"table": "A String", # The BigQuery table name to which the insights data should be written. If this table does not exist, the export call returns an INVALID_ARGUMENT error.
103
103
},
104
+
"exportSchemaVersion": "A String", # Optional. Version of the export schema.
104
105
"filter": "A String", # A filter to reduce results to a specific subset. Useful for exporting conversations with specific properties.
105
106
"kmsKey": "A String", # A fully qualified KMS key name for BigQuery tables protected by CMEK. Format: projects/{project}/locations/{location}/keyRings/{keyring}/cryptoKeys/{key}/cryptoKeyVersions/{version}
106
107
"parent": "A String", # Required. The parent resource to export data from.
parent: string, Required. The parent resource of the QaQuestionTag. (required)
101
+
body: object, The request body.
102
+
The object takes the form of:
103
+
104
+
{ # A tag is a resource which aims to categorize a set of questions across multiple scorecards, e.g., "Customer Satisfaction","Billing", etc.
105
+
"createTime": "A String", # Output only. The time at which the question tag was created.
106
+
"displayName": "A String", # Required. A user-specified display name for the tag.
107
+
"name": "A String", # Identifier. Resource name for the QaQuestionTag Format projects/{project}/locations/{location}/qaQuestionTags/{qa_question_tag} In the above format, the last segment, i.e., qa_question_tag, is a server-generated ID corresponding to the tag resource.
108
+
"qaQuestionIds": [ # Optional. The list of QA question IDs that the tag applies to. Optional, a tag may not necessarily be referenced by any questions.
109
+
"A String",
110
+
],
111
+
"updateTime": "A String", # Output only. The most recent time at which the question tag was updated.
112
+
}
113
+
114
+
x__xgafv: string, V1 error format.
115
+
Allowed values
116
+
1 - v1 error format
117
+
2 - v2 error format
118
+
119
+
Returns:
120
+
An object of the form:
121
+
122
+
{ # A tag is a resource which aims to categorize a set of questions across multiple scorecards, e.g., "Customer Satisfaction","Billing", etc.
123
+
"createTime": "A String", # Output only. The time at which the question tag was created.
124
+
"displayName": "A String", # Required. A user-specified display name for the tag.
125
+
"name": "A String", # Identifier. Resource name for the QaQuestionTag Format projects/{project}/locations/{location}/qaQuestionTags/{qa_question_tag} In the above format, the last segment, i.e., qa_question_tag, is a server-generated ID corresponding to the tag resource.
126
+
"qaQuestionIds": [ # Optional. The list of QA question IDs that the tag applies to. Optional, a tag may not necessarily be referenced by any questions.
127
+
"A String",
128
+
],
129
+
"updateTime": "A String", # Output only. The most recent time at which the question tag was updated.
parent: string, Required. The parent resource of the QaQuestionTags. (required)
139
+
filter: string, Optional. A filter to reduce results to a specific subset. Supports disjunctions (OR) and conjunctions (AND). Supported fields include the following: * `project_id` - id of the project to list tags for * `qa_scorecard_revision_id` - id of the scorecard revision to list tags for * `qa_question_id - id of the question to list tags for`
140
+
pageSize: integer, Optional. The maximum number of questions to return in the response. If the value is zero, the service will select a default size. A call might return fewer objects than requested. A non-empty `next_page_token` in the response indicates that more data is available.
141
+
pageToken: string, Optional. The value returned by the last `ListQaQuestionTagsResponse`. This value indicates that this is a continuation of a prior `ListQaQuestionTags` call and that the system should return the next page of data.
142
+
x__xgafv: string, V1 error format.
143
+
Allowed values
144
+
1 - v1 error format
145
+
2 - v2 error format
146
+
147
+
Returns:
148
+
An object of the form:
149
+
150
+
{ # The response from a ListQaQuestionTags request.
151
+
"nextPageToken": "A String", # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
152
+
"qaQuestionTags": [ # The parent resource of the questions.
153
+
{ # A tag is a resource which aims to categorize a set of questions across multiple scorecards, e.g., "Customer Satisfaction","Billing", etc.
154
+
"createTime": "A String", # Output only. The time at which the question tag was created.
155
+
"displayName": "A String", # Required. A user-specified display name for the tag.
156
+
"name": "A String", # Identifier. Resource name for the QaQuestionTag Format projects/{project}/locations/{location}/qaQuestionTags/{qa_question_tag} In the above format, the last segment, i.e., qa_question_tag, is a server-generated ID corresponding to the tag resource.
157
+
"qaQuestionIds": [ # Optional. The list of QA question IDs that the tag applies to. Optional, a tag may not necessarily be referenced by any questions.
158
+
"A String",
159
+
],
160
+
"updateTime": "A String", # Output only. The most recent time at which the question tag was updated.
0 commit comments