blob: 385bdf145a3b469eed3feef6c63cdcc374e76533 [file] [log] [blame]
yoshi-code-bot3e4b5db2021-08-10 00:22:29 -07001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
75<h1><a href="contactcenterinsights_v1.html">Contact Center AI Insights API</a> . <a href="contactcenterinsights_v1.projects.html">projects</a> . <a href="contactcenterinsights_v1.projects.locations.html">locations</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78 <code><a href="contactcenterinsights_v1.projects.locations.conversations.html">conversations()</a></code>
79</p>
80<p class="firstline">Returns the conversations Resource.</p>
81
82<p class="toc_element">
83 <code><a href="contactcenterinsights_v1.projects.locations.insightsdata.html">insightsdata()</a></code>
84</p>
85<p class="firstline">Returns the insightsdata Resource.</p>
86
87<p class="toc_element">
88 <code><a href="contactcenterinsights_v1.projects.locations.issueModels.html">issueModels()</a></code>
89</p>
90<p class="firstline">Returns the issueModels Resource.</p>
91
92<p class="toc_element">
93 <code><a href="contactcenterinsights_v1.projects.locations.operations.html">operations()</a></code>
94</p>
95<p class="firstline">Returns the operations Resource.</p>
96
97<p class="toc_element">
98 <code><a href="contactcenterinsights_v1.projects.locations.phraseMatchers.html">phraseMatchers()</a></code>
99</p>
100<p class="firstline">Returns the phraseMatchers Resource.</p>
101
102<p class="toc_element">
103 <code><a href="#close">close()</a></code></p>
104<p class="firstline">Close httplib2 connections.</p>
105<p class="toc_element">
106 <code><a href="#getSettings">getSettings(name, x__xgafv=None)</a></code></p>
107<p class="firstline">Gets project-level settings.</p>
108<p class="toc_element">
109 <code><a href="#updateSettings">updateSettings(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
110<p class="firstline">Updates project-level settings.</p>
111<h3>Method Details</h3>
112<div class="method">
113 <code class="details" id="close">close()</code>
114 <pre>Close httplib2 connections.</pre>
115</div>
116
117<div class="method">
118 <code class="details" id="getSettings">getSettings(name, x__xgafv=None)</code>
119 <pre>Gets project-level settings.
120
121Args:
122 name: string, Required. The name of the settings resource to get. (required)
123 x__xgafv: string, V1 error format.
124 Allowed values
125 1 - v1 error format
126 2 - v2 error format
127
128Returns:
129 An object of the form:
130
131 { # The settings resource.
132 &quot;analysisConfig&quot;: { # Default configuration when creating Analyses in Insights. # Default analysis settings.
133 &quot;runtimeIntegrationAnalysisPercentage&quot;: 3.14, # Percentage of conversations created using Dialogflow runtime integration to analyze automatically, between [0, 100].
134 },
135 &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.
136 &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the settings was created.
137 &quot;languageCode&quot;: &quot;A String&quot;, # A language code to be applied to each transcript segment unless the segment already specifies a language code. Language code defaults to &quot;en-US&quot; if it is neither specified on the segment nor here.
138 &quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name of the settings resource. Format: projects/{project}/locations/{location}/settings
yoshi-code-botcdf480e2021-08-17 00:20:40 -0700139 &quot;pubsubNotificationSettings&quot;: { # A map that maps a notification trigger to a Pub/Sub topic. Each time a specified trigger occurs, Insights will notify the corresponding Pub/Sub topic. Keys are notification triggers. Supported keys are: * &quot;all-triggers&quot;: Notify each time any of the supported triggers occurs. * &quot;create-analysis&quot;: Notify each time an analysis is created. * &quot;create-conversation&quot;: Notify each time a conversation is created. * &quot;export-insights-data&quot;: Notify each time an export is complete. * &quot;update-conversation&quot;: Notify each time a conversation is updated via UpdateConversation. Values are Pub/Sub topics. The format of each Pub/Sub topic is: projects/{project}/topics/{topic}
yoshi-code-bot3e4b5db2021-08-10 00:22:29 -0700140 &quot;a_key&quot;: &quot;A String&quot;,
141 },
142 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time at which the settings were last updated.
143}</pre>
144</div>
145
146<div class="method">
147 <code class="details" id="updateSettings">updateSettings(name, body=None, updateMask=None, x__xgafv=None)</code>
148 <pre>Updates project-level settings.
149
150Args:
151 name: string, Immutable. The resource name of the settings resource. Format: projects/{project}/locations/{location}/settings (required)
152 body: object, The request body.
153 The object takes the form of:
154
155{ # The settings resource.
156 &quot;analysisConfig&quot;: { # Default configuration when creating Analyses in Insights. # Default analysis settings.
157 &quot;runtimeIntegrationAnalysisPercentage&quot;: 3.14, # Percentage of conversations created using Dialogflow runtime integration to analyze automatically, between [0, 100].
158 },
159 &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.
160 &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the settings was created.
161 &quot;languageCode&quot;: &quot;A String&quot;, # A language code to be applied to each transcript segment unless the segment already specifies a language code. Language code defaults to &quot;en-US&quot; if it is neither specified on the segment nor here.
162 &quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name of the settings resource. Format: projects/{project}/locations/{location}/settings
yoshi-code-botcdf480e2021-08-17 00:20:40 -0700163 &quot;pubsubNotificationSettings&quot;: { # A map that maps a notification trigger to a Pub/Sub topic. Each time a specified trigger occurs, Insights will notify the corresponding Pub/Sub topic. Keys are notification triggers. Supported keys are: * &quot;all-triggers&quot;: Notify each time any of the supported triggers occurs. * &quot;create-analysis&quot;: Notify each time an analysis is created. * &quot;create-conversation&quot;: Notify each time a conversation is created. * &quot;export-insights-data&quot;: Notify each time an export is complete. * &quot;update-conversation&quot;: Notify each time a conversation is updated via UpdateConversation. Values are Pub/Sub topics. The format of each Pub/Sub topic is: projects/{project}/topics/{topic}
yoshi-code-bot3e4b5db2021-08-10 00:22:29 -0700164 &quot;a_key&quot;: &quot;A String&quot;,
165 },
166 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time at which the settings were last updated.
167}
168
169 updateMask: string, Required. The list of fields to be updated.
170 x__xgafv: string, V1 error format.
171 Allowed values
172 1 - v1 error format
173 2 - v2 error format
174
175Returns:
176 An object of the form:
177
178 { # The settings resource.
179 &quot;analysisConfig&quot;: { # Default configuration when creating Analyses in Insights. # Default analysis settings.
180 &quot;runtimeIntegrationAnalysisPercentage&quot;: 3.14, # Percentage of conversations created using Dialogflow runtime integration to analyze automatically, between [0, 100].
181 },
182 &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.
183 &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the settings was created.
184 &quot;languageCode&quot;: &quot;A String&quot;, # A language code to be applied to each transcript segment unless the segment already specifies a language code. Language code defaults to &quot;en-US&quot; if it is neither specified on the segment nor here.
185 &quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name of the settings resource. Format: projects/{project}/locations/{location}/settings
yoshi-code-botcdf480e2021-08-17 00:20:40 -0700186 &quot;pubsubNotificationSettings&quot;: { # A map that maps a notification trigger to a Pub/Sub topic. Each time a specified trigger occurs, Insights will notify the corresponding Pub/Sub topic. Keys are notification triggers. Supported keys are: * &quot;all-triggers&quot;: Notify each time any of the supported triggers occurs. * &quot;create-analysis&quot;: Notify each time an analysis is created. * &quot;create-conversation&quot;: Notify each time a conversation is created. * &quot;export-insights-data&quot;: Notify each time an export is complete. * &quot;update-conversation&quot;: Notify each time a conversation is updated via UpdateConversation. Values are Pub/Sub topics. The format of each Pub/Sub topic is: projects/{project}/topics/{topic}
yoshi-code-bot3e4b5db2021-08-10 00:22:29 -0700187 &quot;a_key&quot;: &quot;A String&quot;,
188 },
189 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time at which the settings were last updated.
190}</pre>
191</div>
192
193</body></html>