Skip to content

Commit e0be4be

Browse files
feat(contactcenterinsights): update the api
#### contactcenterinsights:v1 The following keys were deleted: - resources.projects.resources.locations.resources.authorizedViewSet.resources.authorizedView.methods.calculateStats (Total Keys: 13) - resources.projects.resources.locations.resources.authorizedViewSet.resources.authorizedView.methods.queryMetrics (Total Keys: 12) - resources.projects.resources.locations.resources.authorizedViewSet.resources.authorizedViews.resources.conversations.resources.feedbackLabels.methods.create (Total Keys: 14) - resources.projects.resources.locations.resources.authorizedViewSet.resources.authorizedViews.resources.conversations.resources.feedbackLabels.methods.delete (Total Keys: 11) - resources.projects.resources.locations.resources.authorizedViewSet.resources.authorizedViews.resources.conversations.resources.feedbackLabels.methods.get (Total Keys: 11) - resources.projects.resources.locations.resources.authorizedViewSet.resources.authorizedViews.resources.conversations.resources.feedbackLabels.methods.list (Total Keys: 18) - resources.projects.resources.locations.resources.authorizedViewSet.resources.authorizedViews.resources.conversations.resources.feedbackLabels.methods.patch (Total Keys: 15) - resources.projects.resources.locations.resources.authorizedViewSets.resources.authorizedViews.methods.getIamPolicy (Total Keys: 14) - resources.projects.resources.locations.resources.authorizedViewSets.resources.authorizedViews.methods.setIamPolicy (Total Keys: 12) - resources.projects.resources.locations.resources.authorizedViewSets.resources.authorizedViews.methods.testIamPermissions (Total Keys: 12) - resources.projects.resources.locations.resources.authorizedViewSets.resources.authorizedViews.resources.conversations.methods.create (Total Keys: 14) - resources.projects.resources.locations.resources.authorizedViewSets.resources.authorizedViews.resources.conversations.methods.delete (Total Keys: 13) - resources.projects.resources.locations.resources.authorizedViewSets.resources.authorizedViews.resources.conversations.methods.get (Total Keys: 13) - resources.projects.resources.locations.resources.authorizedViewSets.resources.authorizedViews.resources.conversations.methods.list (Total Keys: 22) - resources.projects.resources.locations.resources.authorizedViewSets.resources.authorizedViews.resources.conversations.methods.patch (Total Keys: 15) - resources.projects.resources.locations.resources.authorizedViewSets.resources.authorizedViews.resources.conversations.methods.upload (Total Keys: 20) - resources.projects.resources.locations.resources.authorizedViewSets.resources.authorizedViews.resources.conversations.resources.analyses.methods.create (Total Keys: 12) - resources.projects.resources.locations.resources.authorizedViewSets.resources.authorizedViews.resources.conversations.resources.analyses.methods.delete (Total Keys: 11) - resources.projects.resources.locations.resources.authorizedViewSets.resources.authorizedViews.resources.conversations.resources.analyses.methods.get (Total Keys: 11) - resources.projects.resources.locations.resources.authorizedViewSets.resources.authorizedViews.resources.conversations.resources.analyses.methods.list (Total Keys: 18) - resources.projects.resources.locations.resources.authorizedViewSets.resources.authorizedViews.resources.operations.methods.cancel (Total Keys: 11) - resources.projects.resources.locations.resources.authorizedViewSets.resources.authorizedViews.resources.operations.methods.get (Total Keys: 11) - resources.projects.resources.locations.resources.authorizedViewSets.resources.authorizedViews.resources.operations.methods.list (Total Keys: 18) - schemas.GoogleCloudContactcenterinsightsV1QaAnswer.properties.potentialScore (Total Keys: 3) - schemas.GoogleCloudContactcenterinsightsV1alpha1QaAnswer.properties.potentialScore (Total Keys: 3) - schemas.GoogleIamV1AuditConfig (Total Keys: 5) - schemas.GoogleIamV1AuditLogConfig (Total Keys: 5) - schemas.GoogleIamV1Binding (Total Keys: 6) - schemas.GoogleIamV1Policy (Total Keys: 8) - schemas.GoogleIamV1SetIamPolicyRequest (Total Keys: 5) - schemas.GoogleIamV1TestIamPermissionsRequest (Total Keys: 4) - schemas.GoogleIamV1TestIamPermissionsResponse (Total Keys: 4) - schemas.GoogleTypeExpr (Total Keys: 4) The following keys were added: - schemas.GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo.properties.agentType.type (Total Keys: 1) - schemas.GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadataAgentInfo.properties.agentType.type (Total Keys: 1)
1 parent 7027911 commit e0be4be

5 files changed

+147
-1105
lines changed

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

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -203,11 +203,11 @@ <h3>Method Details</h3>
203203
{ # An answer to a QaQuestion.
204204
&quot;answerSources&quot;: [ # List of all individual answers given to the question.
205205
{ # A question may have multiple answers from varying sources, one of which becomes the &quot;main&quot; answer above. AnswerSource represents each individual answer.
206-
&quot;answerValue&quot;: { # Message for holding the value of the answer. QaQuestion.AnswerChoice defines the possible answer values for a question. # The answer value from this source.
206+
&quot;answerValue&quot;: { # Message for holding the value of a QaAnswer. QaQuestion.AnswerChoice defines the possible answer values for a question. # The answer value from this source.
207207
&quot;boolValue&quot;: True or False, # Boolean value.
208208
&quot;key&quot;: &quot;A String&quot;, # A short string used as an identifier. Matches the value used in QaQuestion.AnswerChoice.key.
209-
&quot;naValue&quot;: True or False, # A value of &quot;Not Applicable (N/A)&quot;.
210-
&quot;normalizedScore&quot;: 3.14, # Output only. Normalized score of the questions. Calculated as score / potential_score iff potential_score != 0 else 0
209+
&quot;naValue&quot;: True or False, # A value of &quot;Not Applicable (N/A)&quot;. Should only ever be `true`.
210+
&quot;normalizedScore&quot;: 3.14, # Output only. Normalized score of the questions. Calculated as score / potential_score.
211211
&quot;numValue&quot;: 3.14, # Numerical value.
212212
&quot;potentialScore&quot;: 3.14, # Output only. The maximum potential score of the question.
213213
&quot;score&quot;: 3.14, # Output only. Numerical score of the answer.
@@ -216,18 +216,17 @@ <h3>Method Details</h3>
216216
&quot;sourceType&quot;: &quot;A String&quot;, # What created the answer.
217217
},
218218
],
219-
&quot;answerValue&quot;: { # Message for holding the value of the answer. QaQuestion.AnswerChoice defines the possible answer values for a question. # The main answer value, incorporating any manual edits if they exist.
219+
&quot;answerValue&quot;: { # Message for holding the value of a QaAnswer. QaQuestion.AnswerChoice defines the possible answer values for a question. # The main answer value, incorporating any manual edits if they exist.
220220
&quot;boolValue&quot;: True or False, # Boolean value.
221221
&quot;key&quot;: &quot;A String&quot;, # A short string used as an identifier. Matches the value used in QaQuestion.AnswerChoice.key.
222-
&quot;naValue&quot;: True or False, # A value of &quot;Not Applicable (N/A)&quot;.
223-
&quot;normalizedScore&quot;: 3.14, # Output only. Normalized score of the questions. Calculated as score / potential_score iff potential_score != 0 else 0
222+
&quot;naValue&quot;: True or False, # A value of &quot;Not Applicable (N/A)&quot;. Should only ever be `true`.
223+
&quot;normalizedScore&quot;: 3.14, # Output only. Normalized score of the questions. Calculated as score / potential_score.
224224
&quot;numValue&quot;: 3.14, # Numerical value.
225225
&quot;potentialScore&quot;: 3.14, # Output only. The maximum potential score of the question.
226226
&quot;score&quot;: 3.14, # Output only. Numerical score of the answer.
227227
&quot;strValue&quot;: &quot;A String&quot;, # String value.
228228
},
229229
&quot;conversation&quot;: &quot;A String&quot;, # The conversation the answer applies to.
230-
&quot;potentialScore&quot;: 3.14, # The maximum potential score of the question. If the question was answered using `na_value`, this field will be zero. Deprecated: Use AnswerValue.potential_score instead.
231230
&quot;qaQuestion&quot;: &quot;A String&quot;, # The QaQuestion answered by this answer.
232231
&quot;questionBody&quot;: &quot;A String&quot;, # Question text. E.g., &quot;Did the agent greet the customer?&quot;
233232
&quot;tags&quot;: [ # User-defined list of arbitrary tags. Matches the value from QaScorecard.ScorecardQuestion.tags. Used for grouping/organization and for weighting the score of each answer.
@@ -469,11 +468,11 @@ <h3>Method Details</h3>
469468
{ # An answer to a QaQuestion.
470469
&quot;answerSources&quot;: [ # List of all individual answers given to the question.
471470
{ # A question may have multiple answers from varying sources, one of which becomes the &quot;main&quot; answer above. AnswerSource represents each individual answer.
472-
&quot;answerValue&quot;: { # Message for holding the value of the answer. QaQuestion.AnswerChoice defines the possible answer values for a question. # The answer value from this source.
471+
&quot;answerValue&quot;: { # Message for holding the value of a QaAnswer. QaQuestion.AnswerChoice defines the possible answer values for a question. # The answer value from this source.
473472
&quot;boolValue&quot;: True or False, # Boolean value.
474473
&quot;key&quot;: &quot;A String&quot;, # A short string used as an identifier. Matches the value used in QaQuestion.AnswerChoice.key.
475-
&quot;naValue&quot;: True or False, # A value of &quot;Not Applicable (N/A)&quot;.
476-
&quot;normalizedScore&quot;: 3.14, # Output only. Normalized score of the questions. Calculated as score / potential_score iff potential_score != 0 else 0
474+
&quot;naValue&quot;: True or False, # A value of &quot;Not Applicable (N/A)&quot;. Should only ever be `true`.
475+
&quot;normalizedScore&quot;: 3.14, # Output only. Normalized score of the questions. Calculated as score / potential_score.
477476
&quot;numValue&quot;: 3.14, # Numerical value.
478477
&quot;potentialScore&quot;: 3.14, # Output only. The maximum potential score of the question.
479478
&quot;score&quot;: 3.14, # Output only. Numerical score of the answer.
@@ -482,18 +481,17 @@ <h3>Method Details</h3>
482481
&quot;sourceType&quot;: &quot;A String&quot;, # What created the answer.
483482
},
484483
],
485-
&quot;answerValue&quot;: { # Message for holding the value of the answer. QaQuestion.AnswerChoice defines the possible answer values for a question. # The main answer value, incorporating any manual edits if they exist.
484+
&quot;answerValue&quot;: { # Message for holding the value of a QaAnswer. QaQuestion.AnswerChoice defines the possible answer values for a question. # The main answer value, incorporating any manual edits if they exist.
486485
&quot;boolValue&quot;: True or False, # Boolean value.
487486
&quot;key&quot;: &quot;A String&quot;, # A short string used as an identifier. Matches the value used in QaQuestion.AnswerChoice.key.
488-
&quot;naValue&quot;: True or False, # A value of &quot;Not Applicable (N/A)&quot;.
489-
&quot;normalizedScore&quot;: 3.14, # Output only. Normalized score of the questions. Calculated as score / potential_score iff potential_score != 0 else 0
487+
&quot;naValue&quot;: True or False, # A value of &quot;Not Applicable (N/A)&quot;. Should only ever be `true`.
488+
&quot;normalizedScore&quot;: 3.14, # Output only. Normalized score of the questions. Calculated as score / potential_score.
490489
&quot;numValue&quot;: 3.14, # Numerical value.
491490
&quot;potentialScore&quot;: 3.14, # Output only. The maximum potential score of the question.
492491
&quot;score&quot;: 3.14, # Output only. Numerical score of the answer.
493492
&quot;strValue&quot;: &quot;A String&quot;, # String value.
494493
},
495494
&quot;conversation&quot;: &quot;A String&quot;, # The conversation the answer applies to.
496-
&quot;potentialScore&quot;: 3.14, # The maximum potential score of the question. If the question was answered using `na_value`, this field will be zero. Deprecated: Use AnswerValue.potential_score instead.
497495
&quot;qaQuestion&quot;: &quot;A String&quot;, # The QaQuestion answered by this answer.
498496
&quot;questionBody&quot;: &quot;A String&quot;, # Question text. E.g., &quot;Did the agent greet the customer?&quot;
499497
&quot;tags&quot;: [ # User-defined list of arbitrary tags. Matches the value from QaScorecard.ScorecardQuestion.tags. Used for grouping/organization and for weighting the score of each answer.
@@ -694,11 +692,11 @@ <h3>Method Details</h3>
694692
{ # An answer to a QaQuestion.
695693
&quot;answerSources&quot;: [ # List of all individual answers given to the question.
696694
{ # A question may have multiple answers from varying sources, one of which becomes the &quot;main&quot; answer above. AnswerSource represents each individual answer.
697-
&quot;answerValue&quot;: { # Message for holding the value of the answer. QaQuestion.AnswerChoice defines the possible answer values for a question. # The answer value from this source.
695+
&quot;answerValue&quot;: { # Message for holding the value of a QaAnswer. QaQuestion.AnswerChoice defines the possible answer values for a question. # The answer value from this source.
698696
&quot;boolValue&quot;: True or False, # Boolean value.
699697
&quot;key&quot;: &quot;A String&quot;, # A short string used as an identifier. Matches the value used in QaQuestion.AnswerChoice.key.
700-
&quot;naValue&quot;: True or False, # A value of &quot;Not Applicable (N/A)&quot;.
701-
&quot;normalizedScore&quot;: 3.14, # Output only. Normalized score of the questions. Calculated as score / potential_score iff potential_score != 0 else 0
698+
&quot;naValue&quot;: True or False, # A value of &quot;Not Applicable (N/A)&quot;. Should only ever be `true`.
699+
&quot;normalizedScore&quot;: 3.14, # Output only. Normalized score of the questions. Calculated as score / potential_score.
702700
&quot;numValue&quot;: 3.14, # Numerical value.
703701
&quot;potentialScore&quot;: 3.14, # Output only. The maximum potential score of the question.
704702
&quot;score&quot;: 3.14, # Output only. Numerical score of the answer.
@@ -707,18 +705,17 @@ <h3>Method Details</h3>
707705
&quot;sourceType&quot;: &quot;A String&quot;, # What created the answer.
708706
},
709707
],
710-
&quot;answerValue&quot;: { # Message for holding the value of the answer. QaQuestion.AnswerChoice defines the possible answer values for a question. # The main answer value, incorporating any manual edits if they exist.
708+
&quot;answerValue&quot;: { # Message for holding the value of a QaAnswer. QaQuestion.AnswerChoice defines the possible answer values for a question. # The main answer value, incorporating any manual edits if they exist.
711709
&quot;boolValue&quot;: True or False, # Boolean value.
712710
&quot;key&quot;: &quot;A String&quot;, # A short string used as an identifier. Matches the value used in QaQuestion.AnswerChoice.key.
713-
&quot;naValue&quot;: True or False, # A value of &quot;Not Applicable (N/A)&quot;.
714-
&quot;normalizedScore&quot;: 3.14, # Output only. Normalized score of the questions. Calculated as score / potential_score iff potential_score != 0 else 0
711+
&quot;naValue&quot;: True or False, # A value of &quot;Not Applicable (N/A)&quot;. Should only ever be `true`.
712+
&quot;normalizedScore&quot;: 3.14, # Output only. Normalized score of the questions. Calculated as score / potential_score.
715713
&quot;numValue&quot;: 3.14, # Numerical value.
716714
&quot;potentialScore&quot;: 3.14, # Output only. The maximum potential score of the question.
717715
&quot;score&quot;: 3.14, # Output only. Numerical score of the answer.
718716
&quot;strValue&quot;: &quot;A String&quot;, # String value.
719717
},
720718
&quot;conversation&quot;: &quot;A String&quot;, # The conversation the answer applies to.
721-
&quot;potentialScore&quot;: 3.14, # The maximum potential score of the question. If the question was answered using `na_value`, this field will be zero. Deprecated: Use AnswerValue.potential_score instead.
722719
&quot;qaQuestion&quot;: &quot;A String&quot;, # The QaQuestion answered by this answer.
723720
&quot;questionBody&quot;: &quot;A String&quot;, # Question text. E.g., &quot;Did the agent greet the customer?&quot;
724721
&quot;tags&quot;: [ # User-defined list of arbitrary tags. Matches the value from QaScorecard.ScorecardQuestion.tags. Used for grouping/organization and for weighting the score of each answer.

0 commit comments

Comments
 (0)