Skip to content

Commit df98656

Browse files
feat(contactcenterinsights): update the api
#### contactcenterinsights:v1 The following keys were added: - schemas.GoogleCloudContactcenterinsightsV1SettingsAnalysisConfig.properties.uploadConversationAnalysisPercentage (Total Keys: 2)
1 parent 283e648 commit df98656

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/dyn/contactcenterinsights_v1.projects.locations.html

+3
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ <h3>Method Details</h3>
151151
&quot;runSilenceAnnotator&quot;: True or False, # Whether to run the silence annotator.
152152
},
153153
&quot;runtimeIntegrationAnalysisPercentage&quot;: 3.14, # Percentage of conversations created using Dialogflow runtime integration to analyze automatically, between [0, 100].
154+
&quot;uploadConversationAnalysisPercentage&quot;: 3.14, # Percentage of conversations created using the UploadConversation endpoint to analyze automatically, between [0, 100].
154155
},
155156
&quot;conversationTtl&quot;: &quot;A String&quot;, # The default TTL for newly-created conversations. If a conversation has a specified expiration, that value will be used instead. Changing this value will not change the expiration of existing conversations. Conversations with no expire time persist until they are deleted.
156157
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the settings was created.
@@ -190,6 +191,7 @@ <h3>Method Details</h3>
190191
&quot;runSilenceAnnotator&quot;: True or False, # Whether to run the silence annotator.
191192
},
192193
&quot;runtimeIntegrationAnalysisPercentage&quot;: 3.14, # Percentage of conversations created using Dialogflow runtime integration to analyze automatically, between [0, 100].
194+
&quot;uploadConversationAnalysisPercentage&quot;: 3.14, # Percentage of conversations created using the UploadConversation endpoint to analyze automatically, between [0, 100].
193195
},
194196
&quot;conversationTtl&quot;: &quot;A String&quot;, # The default TTL for newly-created conversations. If a conversation has a specified expiration, that value will be used instead. Changing this value will not change the expiration of existing conversations. Conversations with no expire time persist until they are deleted.
195197
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the settings was created.
@@ -228,6 +230,7 @@ <h3>Method Details</h3>
228230
&quot;runSilenceAnnotator&quot;: True or False, # Whether to run the silence annotator.
229231
},
230232
&quot;runtimeIntegrationAnalysisPercentage&quot;: 3.14, # Percentage of conversations created using Dialogflow runtime integration to analyze automatically, between [0, 100].
233+
&quot;uploadConversationAnalysisPercentage&quot;: 3.14, # Percentage of conversations created using the UploadConversation endpoint to analyze automatically, between [0, 100].
231234
},
232235
&quot;conversationTtl&quot;: &quot;A String&quot;, # The default TTL for newly-created conversations. If a conversation has a specified expiration, that value will be used instead. Changing this value will not change the expiration of existing conversations. Conversations with no expire time persist until they are deleted.
233236
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the settings was created.

googleapiclient/discovery_cache/documents/contactcenterinsights.v1.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -1356,7 +1356,7 @@
13561356
}
13571357
}
13581358
},
1359-
"revision": "20230219",
1359+
"revision": "20230226",
13601360
"rootUrl": "https://contactcenterinsights.googleapis.com/",
13611361
"schemas": {
13621362
"GoogleCloudContactcenterinsightsV1Analysis": {
@@ -3329,6 +3329,11 @@
33293329
"description": "Percentage of conversations created using Dialogflow runtime integration to analyze automatically, between [0, 100].",
33303330
"format": "double",
33313331
"type": "number"
3332+
},
3333+
"uploadConversationAnalysisPercentage": {
3334+
"description": "Percentage of conversations created using the UploadConversation endpoint to analyze automatically, between [0, 100].",
3335+
"format": "double",
3336+
"type": "number"
33323337
}
33333338
},
33343339
"type": "object"

0 commit comments

Comments
 (0)