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
Copy file name to clipboardExpand all lines: docs/dyn/contactcenterinsights_v1.projects.locations.conversations.analyses.html
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -217,6 +217,11 @@ <h3>Method Details</h3>
217
217
"runPhraseMatcherAnnotator": True or False, # Whether to run the active phrase matcher annotator(s).
218
218
"runSentimentAnnotator": True or False, # Whether to run the sentiment annotator.
219
219
"runSilenceAnnotator": True or False, # Whether to run the silence annotator.
220
+
"runSummarizationAnnotator": True or False, # Whether to run the summarization annotator.
221
+
"summarizationConfig": { # Configuration for summarization. # Configuration for the summarization annotator.
222
+
"conversationProfile": "A String", # Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
223
+
"summarizationModel": "A String", # Default summarization model to be used.
224
+
},
220
225
},
221
226
"createTime": "A String", # Output only. The time at which the analysis was created, which occurs when the long-running operation completes.
222
227
"name": "A String", # Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}
@@ -394,6 +399,11 @@ <h3>Method Details</h3>
394
399
"runPhraseMatcherAnnotator": True or False, # Whether to run the active phrase matcher annotator(s).
395
400
"runSentimentAnnotator": True or False, # Whether to run the sentiment annotator.
396
401
"runSilenceAnnotator": True or False, # Whether to run the silence annotator.
402
+
"runSummarizationAnnotator": True or False, # Whether to run the summarization annotator.
403
+
"summarizationConfig": { # Configuration for summarization. # Configuration for the summarization annotator.
404
+
"conversationProfile": "A String", # Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
405
+
"summarizationModel": "A String", # Default summarization model to be used.
406
+
},
397
407
},
398
408
"createTime": "A String", # Output only. The time at which the analysis was created, which occurs when the long-running operation completes.
399
409
"name": "A String", # Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}
@@ -530,6 +540,11 @@ <h3>Method Details</h3>
530
540
"runPhraseMatcherAnnotator": True or False, # Whether to run the active phrase matcher annotator(s).
531
541
"runSentimentAnnotator": True or False, # Whether to run the sentiment annotator.
532
542
"runSilenceAnnotator": True or False, # Whether to run the silence annotator.
543
+
"runSummarizationAnnotator": True or False, # Whether to run the summarization annotator.
544
+
"summarizationConfig": { # Configuration for summarization. # Configuration for the summarization annotator.
545
+
"conversationProfile": "A String", # Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
546
+
"summarizationModel": "A String", # Default summarization model to be used.
547
+
},
533
548
},
534
549
"createTime": "A String", # Output only. The time at which the analysis was created, which occurs when the long-running operation completes.
535
550
"name": "A String", # Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}
0 commit comments