Skip to content

Commit 04ba8ef

Browse files
committedNov 2, 2021
feat(contactcenterinsights): update the api
#### contactcenterinsights:v1 The following keys were added: - resources.projects.resources.locations.resources.phraseMatchers.methods.patch (Total Keys: 15)
1 parent c2acfdb commit 04ba8ef

File tree

2 files changed

+115
-1
lines changed

2 files changed

+115
-1
lines changed
 

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

+80
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ <h2>Instance Methods</h2>
9292
<p class="toc_element">
9393
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
9494
<p class="firstline">Retrieves the next page of results.</p>
95+
<p class="toc_element">
96+
<code><a href="#patch">patch(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
97+
<p class="firstline">Updates a phrase matcher.</p>
9598
<h3>Method Details</h3>
9699
<div class="method">
97100
<code class="details" id="close">close()</code>
@@ -302,4 +305,81 @@ <h3>Method Details</h3>
302305
</pre>
303306
</div>
304307

308+
<div class="method">
309+
<code class="details" id="patch">patch(name, body=None, updateMask=None, x__xgafv=None)</code>
310+
<pre>Updates a phrase matcher.
311+
312+
Args:
313+
name: string, The resource name of the phrase matcher. Format: projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher} (required)
314+
body: object, The request body.
315+
The object takes the form of:
316+
317+
{ # The phrase matcher resource.
318+
&quot;activationUpdateTime&quot;: &quot;A String&quot;, # Output only. The most recent time at which the activation status was updated.
319+
&quot;active&quot;: True or False, # Applies the phrase matcher only when it is active.
320+
&quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the phrase matcher.
321+
&quot;name&quot;: &quot;A String&quot;, # The resource name of the phrase matcher. Format: projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}
322+
&quot;phraseMatchRuleGroups&quot;: [ # A list of phase match rule groups that are included in this matcher.
323+
{ # A message representing a rule in the phrase matcher.
324+
&quot;phraseMatchRules&quot;: [ # A list of phase match rules that are included in this group.
325+
{ # The data for a phrase match rule.
326+
&quot;config&quot;: { # Configuration information of a phrase match rule. # Provides additional information about the rule that specifies how to apply the rule.
327+
&quot;exactMatchConfig&quot;: { # Exact match configuration. # The configuration for the exact match rule.
328+
&quot;caseSensitive&quot;: True or False, # Whether to consider case sensitivity when performing an exact match.
329+
},
330+
},
331+
&quot;negated&quot;: True or False, # Specifies whether the phrase must be missing from the transcript segment or present in the transcript segment.
332+
&quot;query&quot;: &quot;A String&quot;, # Required. The phrase to be matched.
333+
},
334+
],
335+
&quot;type&quot;: &quot;A String&quot;, # Required. The type of this phrase match rule group.
336+
},
337+
],
338+
&quot;revisionCreateTime&quot;: &quot;A String&quot;, # Output only. The timestamp of when the revision was created. It is also the create time when a new matcher is added.
339+
&quot;revisionId&quot;: &quot;A String&quot;, # Output only. Immutable. The revision ID of the phrase matcher. A new revision is committed whenever the matcher is changed, except when it is activated or deactivated. A server generated random ID will be used. Example: locations/global/phraseMatchers/my-first-matcher@1234567
340+
&quot;roleMatch&quot;: &quot;A String&quot;, # The role whose utterances the phrase matcher should be matched against. If the role is ROLE_UNSPECIFIED it will be matched against any utterances in the transcript.
341+
&quot;type&quot;: &quot;A String&quot;, # Required. The type of this phrase matcher.
342+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The most recent time at which the phrase matcher was updated.
343+
&quot;versionTag&quot;: &quot;A String&quot;, # The customized version tag to use for the phrase matcher. If not specified, it will default to `revision_id`.
344+
}
345+
346+
updateMask: string, The list of fields to be updated.
347+
x__xgafv: string, V1 error format.
348+
Allowed values
349+
1 - v1 error format
350+
2 - v2 error format
351+
352+
Returns:
353+
An object of the form:
354+
355+
{ # The phrase matcher resource.
356+
&quot;activationUpdateTime&quot;: &quot;A String&quot;, # Output only. The most recent time at which the activation status was updated.
357+
&quot;active&quot;: True or False, # Applies the phrase matcher only when it is active.
358+
&quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the phrase matcher.
359+
&quot;name&quot;: &quot;A String&quot;, # The resource name of the phrase matcher. Format: projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}
360+
&quot;phraseMatchRuleGroups&quot;: [ # A list of phase match rule groups that are included in this matcher.
361+
{ # A message representing a rule in the phrase matcher.
362+
&quot;phraseMatchRules&quot;: [ # A list of phase match rules that are included in this group.
363+
{ # The data for a phrase match rule.
364+
&quot;config&quot;: { # Configuration information of a phrase match rule. # Provides additional information about the rule that specifies how to apply the rule.
365+
&quot;exactMatchConfig&quot;: { # Exact match configuration. # The configuration for the exact match rule.
366+
&quot;caseSensitive&quot;: True or False, # Whether to consider case sensitivity when performing an exact match.
367+
},
368+
},
369+
&quot;negated&quot;: True or False, # Specifies whether the phrase must be missing from the transcript segment or present in the transcript segment.
370+
&quot;query&quot;: &quot;A String&quot;, # Required. The phrase to be matched.
371+
},
372+
],
373+
&quot;type&quot;: &quot;A String&quot;, # Required. The type of this phrase match rule group.
374+
},
375+
],
376+
&quot;revisionCreateTime&quot;: &quot;A String&quot;, # Output only. The timestamp of when the revision was created. It is also the create time when a new matcher is added.
377+
&quot;revisionId&quot;: &quot;A String&quot;, # Output only. Immutable. The revision ID of the phrase matcher. A new revision is committed whenever the matcher is changed, except when it is activated or deactivated. A server generated random ID will be used. Example: locations/global/phraseMatchers/my-first-matcher@1234567
378+
&quot;roleMatch&quot;: &quot;A String&quot;, # The role whose utterances the phrase matcher should be matched against. If the role is ROLE_UNSPECIFIED it will be matched against any utterances in the transcript.
379+
&quot;type&quot;: &quot;A String&quot;, # Required. The type of this phrase matcher.
380+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The most recent time at which the phrase matcher was updated.
381+
&quot;versionTag&quot;: &quot;A String&quot;, # The customized version tag to use for the phrase matcher. If not specified, it will default to `revision_id`.
382+
}</pre>
383+
</div>
384+
305385
</body></html>

‎googleapiclient/discovery_cache/documents/contactcenterinsights.v1.json

+35-1
Original file line numberDiff line numberDiff line change
@@ -1081,6 +1081,40 @@
10811081
"scopes": [
10821082
"https://www.googleapis.com/auth/cloud-platform"
10831083
]
1084+
},
1085+
"patch": {
1086+
"description": "Updates a phrase matcher.",
1087+
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/phraseMatchers/{phraseMatchersId}",
1088+
"httpMethod": "PATCH",
1089+
"id": "contactcenterinsights.projects.locations.phraseMatchers.patch",
1090+
"parameterOrder": [
1091+
"name"
1092+
],
1093+
"parameters": {
1094+
"name": {
1095+
"description": "The resource name of the phrase matcher. Format: projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}",
1096+
"location": "path",
1097+
"pattern": "^projects/[^/]+/locations/[^/]+/phraseMatchers/[^/]+$",
1098+
"required": true,
1099+
"type": "string"
1100+
},
1101+
"updateMask": {
1102+
"description": "The list of fields to be updated.",
1103+
"format": "google-fieldmask",
1104+
"location": "query",
1105+
"type": "string"
1106+
}
1107+
},
1108+
"path": "v1/{+name}",
1109+
"request": {
1110+
"$ref": "GoogleCloudContactcenterinsightsV1PhraseMatcher"
1111+
},
1112+
"response": {
1113+
"$ref": "GoogleCloudContactcenterinsightsV1PhraseMatcher"
1114+
},
1115+
"scopes": [
1116+
"https://www.googleapis.com/auth/cloud-platform"
1117+
]
10841118
}
10851119
}
10861120
}
@@ -1089,7 +1123,7 @@
10891123
}
10901124
}
10911125
},
1092-
"revision": "20211022",
1126+
"revision": "20211029",
10931127
"rootUrl": "https://contactcenterinsights.googleapis.com/",
10941128
"schemas": {
10951129
"GoogleCloudContactcenterinsightsV1Analysis": {

0 commit comments

Comments
 (0)