Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e244199

Browse files
committedFeb 18, 2025
feat(contactcenterinsights): update the api
#### contactcenterinsights:v1 The following keys were added: - resources.projects.resources.locations.resources.qaQuestionTags.methods.create (Total Keys: 12) - resources.projects.resources.locations.resources.qaQuestionTags.methods.list (Total Keys: 18) - schemas.GoogleCloudContactcenterinsightsV1ExportInsightsDataRequest.properties.exportSchemaVersion.type (Total Keys: 1) - schemas.GoogleCloudContactcenterinsightsV1ListQaQuestionTagsResponse (Total Keys: 5) - schemas.GoogleCloudContactcenterinsightsV1QaQuestionTag (Total Keys: 12) - schemas.GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataRequest.properties.exportSchemaVersion.type (Total Keys: 1)
1 parent 030ff7d commit e244199

4 files changed

+364
-1
lines changed
 

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

+5
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@ <h2>Instance Methods</h2>
114114
</p>
115115
<p class="firstline">Returns the phraseMatchers Resource.</p>
116116

117+
<p class="toc_element">
118+
<code><a href="contactcenterinsights_v1.projects.locations.qaQuestionTags.html">qaQuestionTags()</a></code>
119+
</p>
120+
<p class="firstline">Returns the qaQuestionTags Resource.</p>
121+
117122
<p class="toc_element">
118123
<code><a href="contactcenterinsights_v1.projects.locations.qaScorecards.html">qaScorecards()</a></code>
119124
</p>

‎docs/dyn/contactcenterinsights_v1.projects.locations.insightsdata.html

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ <h3>Method Details</h3>
101101
&quot;projectId&quot;: &quot;A String&quot;, # 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.
102102
&quot;table&quot;: &quot;A String&quot;, # 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.
103103
},
104+
&quot;exportSchemaVersion&quot;: &quot;A String&quot;, # Optional. Version of the export schema.
104105
&quot;filter&quot;: &quot;A String&quot;, # A filter to reduce results to a specific subset. Useful for exporting conversations with specific properties.
105106
&quot;kmsKey&quot;: &quot;A String&quot;, # A fully qualified KMS key name for BigQuery tables protected by CMEK. Format: projects/{project}/locations/{location}/keyRings/{keyring}/cryptoKeys/{key}/cryptoKeyVersions/{version}
106107
&quot;parent&quot;: &quot;A String&quot;, # Required. The parent resource to export data from.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,180 @@
1+
<html><body>
2+
<style>
3+
4+
body, h1, h2, h3, div, span, p, pre, a {
5+
margin: 0;
6+
padding: 0;
7+
border: 0;
8+
font-weight: inherit;
9+
font-style: inherit;
10+
font-size: 100%;
11+
font-family: inherit;
12+
vertical-align: baseline;
13+
}
14+
15+
body {
16+
font-size: 13px;
17+
padding: 1em;
18+
}
19+
20+
h1 {
21+
font-size: 26px;
22+
margin-bottom: 1em;
23+
}
24+
25+
h2 {
26+
font-size: 24px;
27+
margin-bottom: 1em;
28+
}
29+
30+
h3 {
31+
font-size: 20px;
32+
margin-bottom: 1em;
33+
margin-top: 1em;
34+
}
35+
36+
pre, code {
37+
line-height: 1.5;
38+
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39+
}
40+
41+
pre {
42+
margin-top: 0.5em;
43+
}
44+
45+
h1, h2, h3, p {
46+
font-family: Arial, sans serif;
47+
}
48+
49+
h1, h2, h3 {
50+
border-bottom: solid #CCC 1px;
51+
}
52+
53+
.toc_element {
54+
margin-top: 0.5em;
55+
}
56+
57+
.firstline {
58+
margin-left: 2 em;
59+
}
60+
61+
.method {
62+
margin-top: 1em;
63+
border: solid 1px #CCC;
64+
padding: 1em;
65+
background: #EEE;
66+
}
67+
68+
.details {
69+
font-weight: bold;
70+
font-size: 14px;
71+
}
72+
73+
</style>
74+
75+
<h1><a href="contactcenterinsights_v1.html">Contact Center AI Insights API</a> . <a href="contactcenterinsights_v1.projects.html">projects</a> . <a href="contactcenterinsights_v1.projects.locations.html">locations</a> . <a href="contactcenterinsights_v1.projects.locations.qaQuestionTags.html">qaQuestionTags</a></h1>
76+
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="#close">close()</a></code></p>
79+
<p class="firstline">Close httplib2 connections.</p>
80+
<p class="toc_element">
81+
<code><a href="#create">create(parent, body=None, x__xgafv=None)</a></code></p>
82+
<p class="firstline">Create a QaQuestionTag.</p>
83+
<p class="toc_element">
84+
<code><a href="#list">list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
85+
<p class="firstline">Lists the question tags.</p>
86+
<p class="toc_element">
87+
<code><a href="#list_next">list_next()</a></code></p>
88+
<p class="firstline">Retrieves the next page of results.</p>
89+
<h3>Method Details</h3>
90+
<div class="method">
91+
<code class="details" id="close">close()</code>
92+
<pre>Close httplib2 connections.</pre>
93+
</div>
94+
95+
<div class="method">
96+
<code class="details" id="create">create(parent, body=None, x__xgafv=None)</code>
97+
<pre>Create a QaQuestionTag.
98+
99+
Args:
100+
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., &quot;Customer Satisfaction&quot;,&quot;Billing&quot;, etc.
105+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the question tag was created.
106+
&quot;displayName&quot;: &quot;A String&quot;, # Required. A user-specified display name for the tag.
107+
&quot;name&quot;: &quot;A String&quot;, # 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+
&quot;qaQuestionIds&quot;: [ # Optional. The list of QA question IDs that the tag applies to. Optional, a tag may not necessarily be referenced by any questions.
109+
&quot;A String&quot;,
110+
],
111+
&quot;updateTime&quot;: &quot;A String&quot;, # 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., &quot;Customer Satisfaction&quot;,&quot;Billing&quot;, etc.
123+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the question tag was created.
124+
&quot;displayName&quot;: &quot;A String&quot;, # Required. A user-specified display name for the tag.
125+
&quot;name&quot;: &quot;A String&quot;, # 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+
&quot;qaQuestionIds&quot;: [ # Optional. The list of QA question IDs that the tag applies to. Optional, a tag may not necessarily be referenced by any questions.
127+
&quot;A String&quot;,
128+
],
129+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The most recent time at which the question tag was updated.
130+
}</pre>
131+
</div>
132+
133+
<div class="method">
134+
<code class="details" id="list">list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
135+
<pre>Lists the question tags.
136+
137+
Args:
138+
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+
&quot;nextPageToken&quot;: &quot;A String&quot;, # 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+
&quot;qaQuestionTags&quot;: [ # 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., &quot;Customer Satisfaction&quot;,&quot;Billing&quot;, etc.
154+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the question tag was created.
155+
&quot;displayName&quot;: &quot;A String&quot;, # Required. A user-specified display name for the tag.
156+
&quot;name&quot;: &quot;A String&quot;, # 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+
&quot;qaQuestionIds&quot;: [ # Optional. The list of QA question IDs that the tag applies to. Optional, a tag may not necessarily be referenced by any questions.
158+
&quot;A String&quot;,
159+
],
160+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The most recent time at which the question tag was updated.
161+
},
162+
],
163+
}</pre>
164+
</div>
165+
166+
<div class="method">
167+
<code class="details" id="list_next">list_next()</code>
168+
<pre>Retrieves the next page of results.
169+
170+
Args:
171+
previous_request: The request for the previous page. (required)
172+
previous_response: The response from the request for the previous page. (required)
173+
174+
Returns:
175+
A request object that you can call &#x27;execute()&#x27; on to request the next
176+
page. Returns None if there are no more items in the collection.
177+
</pre>
178+
</div>
179+
180+
</body></html>

0 commit comments

Comments
 (0)
Please sign in to comment.