Skip to content

Commit 21dc8b2

Browse files
feat(contactcenterinsights): update the api
#### contactcenterinsights:v1 The following keys were deleted: - resources.projects.resources.locations.resources.qaQuestionTags.methods.create (Total Keys: 12) - resources.projects.resources.locations.resources.qaQuestionTags.methods.list (Total Keys: 18) - schemas.GoogleCloudContactcenterinsightsV1ListQaQuestionTagsResponse (Total Keys: 5) - schemas.GoogleCloudContactcenterinsightsV1QaQuestionTag (Total Keys: 12) The following keys were added: - schemas.GoogleCloudContactcenterinsightsV1ExportInsightsDataMetadata.properties.completedExportCount (Total Keys: 2) - schemas.GoogleCloudContactcenterinsightsV1ExportInsightsDataMetadata.properties.failedExportCount (Total Keys: 2) - schemas.GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataMetadata.properties.completedExportCount (Total Keys: 2) - schemas.GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataMetadata.properties.failedExportCount (Total Keys: 2)
1 parent 0cfb93b commit 21dc8b2

5 files changed

+143
-253
lines changed

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

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ <h3>Method Details</h3>
124124
&quot;entityMentionData&quot;: { # The data for an entity mention annotation. This represents a mention of an `Entity` in the conversation. # Data specifying an entity mention.
125125
&quot;entityUniqueId&quot;: &quot;A String&quot;, # The key of this entity in conversation entities. Can be used to retrieve the exact `Entity` this mention is attached to.
126126
&quot;sentiment&quot;: { # The data for a sentiment annotation. # Sentiment expressed for this mention of the entity.
127-
&quot;magnitude&quot;: 3.14, # A non-negative number from 0 to infinity which represents the abolute magnitude of sentiment regardless of score.
127+
&quot;magnitude&quot;: 3.14, # A non-negative number from 0 to infinity which represents the absolute magnitude of sentiment regardless of score.
128128
&quot;score&quot;: 3.14, # The sentiment score between -1.0 (negative) and 1.0 (positive).
129129
},
130130
&quot;type&quot;: &quot;A String&quot;, # The type of the entity mention.
@@ -138,7 +138,7 @@ <h3>Method Details</h3>
138138
},
139139
&quot;issueMatchData&quot;: { # The data for an issue match annotation. # Data specifying an issue match.
140140
&quot;issueAssignment&quot;: { # Information about the issue. # Information about the issue&#x27;s assignment.
141-
&quot;displayName&quot;: &quot;A String&quot;, # Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
141+
&quot;displayName&quot;: &quot;A String&quot;, # Immutable. Display name of the assigned issue. This field is set at time of analysis and immutable since then.
142142
&quot;issue&quot;: &quot;A String&quot;, # Resource name of the assigned issue.
143143
&quot;score&quot;: 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
144144
},
@@ -148,7 +148,7 @@ <h3>Method Details</h3>
148148
&quot;phraseMatcher&quot;: &quot;A String&quot;, # The unique identifier (the resource name) of the phrase matcher.
149149
},
150150
&quot;sentimentData&quot;: { # The data for a sentiment annotation. # Data specifying sentiment.
151-
&quot;magnitude&quot;: 3.14, # A non-negative number from 0 to infinity which represents the abolute magnitude of sentiment regardless of score.
151+
&quot;magnitude&quot;: 3.14, # A non-negative number from 0 to infinity which represents the absolute magnitude of sentiment regardless of score.
152152
&quot;score&quot;: 3.14, # The sentiment score between -1.0 (negative) and 1.0 (positive).
153153
},
154154
&quot;silenceData&quot;: { # The data for a silence annotation. # Data specifying silence.
@@ -163,7 +163,7 @@ <h3>Method Details</h3>
163163
},
164164
&quot;salience&quot;: 3.14, # The salience score associated with the entity in the [0, 1.0] range. The salience score for an entity provides information about the importance or centrality of that entity to the entire document text. Scores closer to 0 are less salient, while scores closer to 1.0 are highly salient.
165165
&quot;sentiment&quot;: { # The data for a sentiment annotation. # The aggregate sentiment expressed for this entity in the conversation.
166-
&quot;magnitude&quot;: 3.14, # A non-negative number from 0 to infinity which represents the abolute magnitude of sentiment regardless of score.
166+
&quot;magnitude&quot;: 3.14, # A non-negative number from 0 to infinity which represents the absolute magnitude of sentiment regardless of score.
167167
&quot;score&quot;: 3.14, # The sentiment score between -1.0 (negative) and 1.0 (positive).
168168
},
169169
&quot;type&quot;: &quot;A String&quot;, # The entity type.
@@ -179,7 +179,7 @@ <h3>Method Details</h3>
179179
&quot;issueModel&quot;: &quot;A String&quot;, # Issue model that generates the result. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
180180
&quot;issues&quot;: [ # All the matched issues.
181181
{ # Information about the issue.
182-
&quot;displayName&quot;: &quot;A String&quot;, # Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
182+
&quot;displayName&quot;: &quot;A String&quot;, # Immutable. Display name of the assigned issue. This field is set at time of analysis and immutable since then.
183183
&quot;issue&quot;: &quot;A String&quot;, # Resource name of the assigned issue.
184184
&quot;score&quot;: 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
185185
},
@@ -266,7 +266,7 @@ <h3>Method Details</h3>
266266
{ # One channel of conversation-level sentiment data.
267267
&quot;channelTag&quot;: 42, # The channel of the audio that the data applies to.
268268
&quot;sentimentData&quot;: { # The data for a sentiment annotation. # Data specifying sentiment.
269-
&quot;magnitude&quot;: 3.14, # A non-negative number from 0 to infinity which represents the abolute magnitude of sentiment regardless of score.
269+
&quot;magnitude&quot;: 3.14, # A non-negative number from 0 to infinity which represents the absolute magnitude of sentiment regardless of score.
270270
&quot;score&quot;: 3.14, # The sentiment score between -1.0 (negative) and 1.0 (positive).
271271
},
272272
},
@@ -389,7 +389,7 @@ <h3>Method Details</h3>
389389
&quot;entityMentionData&quot;: { # The data for an entity mention annotation. This represents a mention of an `Entity` in the conversation. # Data specifying an entity mention.
390390
&quot;entityUniqueId&quot;: &quot;A String&quot;, # The key of this entity in conversation entities. Can be used to retrieve the exact `Entity` this mention is attached to.
391391
&quot;sentiment&quot;: { # The data for a sentiment annotation. # Sentiment expressed for this mention of the entity.
392-
&quot;magnitude&quot;: 3.14, # A non-negative number from 0 to infinity which represents the abolute magnitude of sentiment regardless of score.
392+
&quot;magnitude&quot;: 3.14, # A non-negative number from 0 to infinity which represents the absolute magnitude of sentiment regardless of score.
393393
&quot;score&quot;: 3.14, # The sentiment score between -1.0 (negative) and 1.0 (positive).
394394
},
395395
&quot;type&quot;: &quot;A String&quot;, # The type of the entity mention.
@@ -403,7 +403,7 @@ <h3>Method Details</h3>
403403
},
404404
&quot;issueMatchData&quot;: { # The data for an issue match annotation. # Data specifying an issue match.
405405
&quot;issueAssignment&quot;: { # Information about the issue. # Information about the issue&#x27;s assignment.
406-
&quot;displayName&quot;: &quot;A String&quot;, # Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
406+
&quot;displayName&quot;: &quot;A String&quot;, # Immutable. Display name of the assigned issue. This field is set at time of analysis and immutable since then.
407407
&quot;issue&quot;: &quot;A String&quot;, # Resource name of the assigned issue.
408408
&quot;score&quot;: 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
409409
},
@@ -413,7 +413,7 @@ <h3>Method Details</h3>
413413
&quot;phraseMatcher&quot;: &quot;A String&quot;, # The unique identifier (the resource name) of the phrase matcher.
414414
},
415415
&quot;sentimentData&quot;: { # The data for a sentiment annotation. # Data specifying sentiment.
416-
&quot;magnitude&quot;: 3.14, # A non-negative number from 0 to infinity which represents the abolute magnitude of sentiment regardless of score.
416+
&quot;magnitude&quot;: 3.14, # A non-negative number from 0 to infinity which represents the absolute magnitude of sentiment regardless of score.
417417
&quot;score&quot;: 3.14, # The sentiment score between -1.0 (negative) and 1.0 (positive).
418418
},
419419
&quot;silenceData&quot;: { # The data for a silence annotation. # Data specifying silence.
@@ -428,7 +428,7 @@ <h3>Method Details</h3>
428428
},
429429
&quot;salience&quot;: 3.14, # The salience score associated with the entity in the [0, 1.0] range. The salience score for an entity provides information about the importance or centrality of that entity to the entire document text. Scores closer to 0 are less salient, while scores closer to 1.0 are highly salient.
430430
&quot;sentiment&quot;: { # The data for a sentiment annotation. # The aggregate sentiment expressed for this entity in the conversation.
431-
&quot;magnitude&quot;: 3.14, # A non-negative number from 0 to infinity which represents the abolute magnitude of sentiment regardless of score.
431+
&quot;magnitude&quot;: 3.14, # A non-negative number from 0 to infinity which represents the absolute magnitude of sentiment regardless of score.
432432
&quot;score&quot;: 3.14, # The sentiment score between -1.0 (negative) and 1.0 (positive).
433433
},
434434
&quot;type&quot;: &quot;A String&quot;, # The entity type.
@@ -444,7 +444,7 @@ <h3>Method Details</h3>
444444
&quot;issueModel&quot;: &quot;A String&quot;, # Issue model that generates the result. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
445445
&quot;issues&quot;: [ # All the matched issues.
446446
{ # Information about the issue.
447-
&quot;displayName&quot;: &quot;A String&quot;, # Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
447+
&quot;displayName&quot;: &quot;A String&quot;, # Immutable. Display name of the assigned issue. This field is set at time of analysis and immutable since then.
448448
&quot;issue&quot;: &quot;A String&quot;, # Resource name of the assigned issue.
449449
&quot;score&quot;: 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
450450
},
@@ -531,7 +531,7 @@ <h3>Method Details</h3>
531531
{ # One channel of conversation-level sentiment data.
532532
&quot;channelTag&quot;: 42, # The channel of the audio that the data applies to.
533533
&quot;sentimentData&quot;: { # The data for a sentiment annotation. # Data specifying sentiment.
534-
&quot;magnitude&quot;: 3.14, # A non-negative number from 0 to infinity which represents the abolute magnitude of sentiment regardless of score.
534+
&quot;magnitude&quot;: 3.14, # A non-negative number from 0 to infinity which represents the absolute magnitude of sentiment regardless of score.
535535
&quot;score&quot;: 3.14, # The sentiment score between -1.0 (negative) and 1.0 (positive).
536536
},
537537
},
@@ -613,7 +613,7 @@ <h3>Method Details</h3>
613613
&quot;entityMentionData&quot;: { # The data for an entity mention annotation. This represents a mention of an `Entity` in the conversation. # Data specifying an entity mention.
614614
&quot;entityUniqueId&quot;: &quot;A String&quot;, # The key of this entity in conversation entities. Can be used to retrieve the exact `Entity` this mention is attached to.
615615
&quot;sentiment&quot;: { # The data for a sentiment annotation. # Sentiment expressed for this mention of the entity.
616-
&quot;magnitude&quot;: 3.14, # A non-negative number from 0 to infinity which represents the abolute magnitude of sentiment regardless of score.
616+
&quot;magnitude&quot;: 3.14, # A non-negative number from 0 to infinity which represents the absolute magnitude of sentiment regardless of score.
617617
&quot;score&quot;: 3.14, # The sentiment score between -1.0 (negative) and 1.0 (positive).
618618
},
619619
&quot;type&quot;: &quot;A String&quot;, # The type of the entity mention.
@@ -627,7 +627,7 @@ <h3>Method Details</h3>
627627
},
628628
&quot;issueMatchData&quot;: { # The data for an issue match annotation. # Data specifying an issue match.
629629
&quot;issueAssignment&quot;: { # Information about the issue. # Information about the issue&#x27;s assignment.
630-
&quot;displayName&quot;: &quot;A String&quot;, # Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
630+
&quot;displayName&quot;: &quot;A String&quot;, # Immutable. Display name of the assigned issue. This field is set at time of analysis and immutable since then.
631631
&quot;issue&quot;: &quot;A String&quot;, # Resource name of the assigned issue.
632632
&quot;score&quot;: 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
633633
},
@@ -637,7 +637,7 @@ <h3>Method Details</h3>
637637
&quot;phraseMatcher&quot;: &quot;A String&quot;, # The unique identifier (the resource name) of the phrase matcher.
638638
},
639639
&quot;sentimentData&quot;: { # The data for a sentiment annotation. # Data specifying sentiment.
640-
&quot;magnitude&quot;: 3.14, # A non-negative number from 0 to infinity which represents the abolute magnitude of sentiment regardless of score.
640+
&quot;magnitude&quot;: 3.14, # A non-negative number from 0 to infinity which represents the absolute magnitude of sentiment regardless of score.
641641
&quot;score&quot;: 3.14, # The sentiment score between -1.0 (negative) and 1.0 (positive).
642642
},
643643
&quot;silenceData&quot;: { # The data for a silence annotation. # Data specifying silence.
@@ -652,7 +652,7 @@ <h3>Method Details</h3>
652652
},
653653
&quot;salience&quot;: 3.14, # The salience score associated with the entity in the [0, 1.0] range. The salience score for an entity provides information about the importance or centrality of that entity to the entire document text. Scores closer to 0 are less salient, while scores closer to 1.0 are highly salient.
654654
&quot;sentiment&quot;: { # The data for a sentiment annotation. # The aggregate sentiment expressed for this entity in the conversation.
655-
&quot;magnitude&quot;: 3.14, # A non-negative number from 0 to infinity which represents the abolute magnitude of sentiment regardless of score.
655+
&quot;magnitude&quot;: 3.14, # A non-negative number from 0 to infinity which represents the absolute magnitude of sentiment regardless of score.
656656
&quot;score&quot;: 3.14, # The sentiment score between -1.0 (negative) and 1.0 (positive).
657657
},
658658
&quot;type&quot;: &quot;A String&quot;, # The entity type.
@@ -668,7 +668,7 @@ <h3>Method Details</h3>
668668
&quot;issueModel&quot;: &quot;A String&quot;, # Issue model that generates the result. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
669669
&quot;issues&quot;: [ # All the matched issues.
670670
{ # Information about the issue.
671-
&quot;displayName&quot;: &quot;A String&quot;, # Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
671+
&quot;displayName&quot;: &quot;A String&quot;, # Immutable. Display name of the assigned issue. This field is set at time of analysis and immutable since then.
672672
&quot;issue&quot;: &quot;A String&quot;, # Resource name of the assigned issue.
673673
&quot;score&quot;: 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
674674
},
@@ -755,7 +755,7 @@ <h3>Method Details</h3>
755755
{ # One channel of conversation-level sentiment data.
756756
&quot;channelTag&quot;: 42, # The channel of the audio that the data applies to.
757757
&quot;sentimentData&quot;: { # The data for a sentiment annotation. # Data specifying sentiment.
758-
&quot;magnitude&quot;: 3.14, # A non-negative number from 0 to infinity which represents the abolute magnitude of sentiment regardless of score.
758+
&quot;magnitude&quot;: 3.14, # A non-negative number from 0 to infinity which represents the absolute magnitude of sentiment regardless of score.
759759
&quot;score&quot;: 3.14, # The sentiment score between -1.0 (negative) and 1.0 (positive).
760760
},
761761
},

0 commit comments

Comments
 (0)