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
#### contactcenterinsights:v1
The following keys were added:
- resources.projects.resources.locations.resources.phraseMatchers.methods.patch (Total Keys: 15)
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
+
"activationUpdateTime": "A String", # Output only. The most recent time at which the activation status was updated.
319
+
"active": True or False, # Applies the phrase matcher only when it is active.
320
+
"displayName": "A String", # The human-readable name of the phrase matcher.
321
+
"name": "A String", # The resource name of the phrase matcher. Format: projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}
322
+
"phraseMatchRuleGroups": [ # A list of phase match rule groups that are included in this matcher.
323
+
{ # A message representing a rule in the phrase matcher.
324
+
"phraseMatchRules": [ # A list of phase match rules that are included in this group.
325
+
{ # The data for a phrase match rule.
326
+
"config": { # Configuration information of a phrase match rule. # Provides additional information about the rule that specifies how to apply the rule.
327
+
"exactMatchConfig": { # Exact match configuration. # The configuration for the exact match rule.
328
+
"caseSensitive": True or False, # Whether to consider case sensitivity when performing an exact match.
329
+
},
330
+
},
331
+
"negated": True or False, # Specifies whether the phrase must be missing from the transcript segment or present in the transcript segment.
332
+
"query": "A String", # Required. The phrase to be matched.
333
+
},
334
+
],
335
+
"type": "A String", # Required. The type of this phrase match rule group.
336
+
},
337
+
],
338
+
"revisionCreateTime": "A String", # Output only. The timestamp of when the revision was created. It is also the create time when a new matcher is added.
339
+
"revisionId": "A String", # 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
+
"roleMatch": "A String", # 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
+
"type": "A String", # Required. The type of this phrase matcher.
342
+
"updateTime": "A String", # Output only. The most recent time at which the phrase matcher was updated.
343
+
"versionTag": "A String", # 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
+
"activationUpdateTime": "A String", # Output only. The most recent time at which the activation status was updated.
357
+
"active": True or False, # Applies the phrase matcher only when it is active.
358
+
"displayName": "A String", # The human-readable name of the phrase matcher.
359
+
"name": "A String", # The resource name of the phrase matcher. Format: projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}
360
+
"phraseMatchRuleGroups": [ # A list of phase match rule groups that are included in this matcher.
361
+
{ # A message representing a rule in the phrase matcher.
362
+
"phraseMatchRules": [ # A list of phase match rules that are included in this group.
363
+
{ # The data for a phrase match rule.
364
+
"config": { # Configuration information of a phrase match rule. # Provides additional information about the rule that specifies how to apply the rule.
365
+
"exactMatchConfig": { # Exact match configuration. # The configuration for the exact match rule.
366
+
"caseSensitive": True or False, # Whether to consider case sensitivity when performing an exact match.
367
+
},
368
+
},
369
+
"negated": True or False, # Specifies whether the phrase must be missing from the transcript segment or present in the transcript segment.
370
+
"query": "A String", # Required. The phrase to be matched.
371
+
},
372
+
],
373
+
"type": "A String", # Required. The type of this phrase match rule group.
374
+
},
375
+
],
376
+
"revisionCreateTime": "A String", # Output only. The timestamp of when the revision was created. It is also the create time when a new matcher is added.
377
+
"revisionId": "A String", # 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
+
"roleMatch": "A String", # 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
+
"type": "A String", # Required. The type of this phrase matcher.
380
+
"updateTime": "A String", # Output only. The most recent time at which the phrase matcher was updated.
381
+
"versionTag": "A String", # The customized version tag to use for the phrase matcher. If not specified, it will default to `revision_id`.
0 commit comments