blob: fde901124d6d4a6519120965cc0c01c8e2e5873c [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> . <a href="contactcenterinsights_v1.projects.locations.conversations.html">conversations</a> . <a href="contactcenterinsights_v1.projects.locations.conversations.analyses.html">analyses</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78 <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
81 <code><a href="#create">create(parent, body=None, x__xgafv=None)</a></code></p>
82<p class="firstline">Creates an analysis. The long running operation is done when the analysis has completed.</p>
83<p class="toc_element">
84 <code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
85<p class="firstline">Deletes an analysis.</p>
86<p class="toc_element">
87 <code><a href="#get">get(name, x__xgafv=None)</a></code></p>
88<p class="firstline">Gets an analysis.</p>
89<p class="toc_element">
90 <code><a href="#list">list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
91<p class="firstline">Lists analyses.</p>
92<p class="toc_element">
93 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
94<p class="firstline">Retrieves the next page of results.</p>
95<h3>Method Details</h3>
96<div class="method">
97 <code class="details" id="close">close()</code>
98 <pre>Close httplib2 connections.</pre>
99</div>
100
101<div class="method">
102 <code class="details" id="create">create(parent, body=None, x__xgafv=None)</code>
103 <pre>Creates an analysis. The long running operation is done when the analysis has completed.
104
105Args:
106 parent: string, Required. The parent resource of the analysis. (required)
107 body: object, The request body.
108 The object takes the form of:
109
110{ # The analysis resource.
111 &quot;analysisResult&quot;: { # The result of an analysis. # Output only. The result of the analysis, which is populated when the analysis finishes.
112 &quot;callAnalysisMetadata&quot;: { # Call-specific metadata created during analysis. # Call-specific metadata created by the analysis.
113 &quot;annotations&quot;: [ # A list of call annotations that apply to this call.
114 { # A piece of metadata that applies to a window of a call.
115 &quot;annotationEndBoundary&quot;: { # A point in a conversation that marks the start or the end of an annotation. # The boundary in the conversation where the annotation ends, inclusive.
116 &quot;transcriptIndex&quot;: 42, # The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero.
117 &quot;wordIndex&quot;: 42, # The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero.
118 },
119 &quot;annotationStartBoundary&quot;: { # A point in a conversation that marks the start or the end of an annotation. # The boundary in the conversation where the annotation starts, inclusive.
120 &quot;transcriptIndex&quot;: 42, # The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero.
121 &quot;wordIndex&quot;: 42, # The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero.
122 },
123 &quot;channelTag&quot;: 42, # The channel of the audio where the annotation occurs. For single-channel audio, this field is not populated.
124 &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.
125 &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.
126 &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.
128 &quot;score&quot;: 3.14, # The sentiment score between -1.0 (negative) and 1.0 (positive).
129 },
130 &quot;type&quot;: &quot;A String&quot;, # The type of the entity mention.
131 },
132 &quot;holdData&quot;: { # The data for a hold annotation. # Data specifying a hold.
133 },
134 &quot;intentMatchData&quot;: { # The data for an intent match. Represents an intent match for a text segment in the conversation. A text segment can be part of a sentence, a complete sentence, or an utterance with multiple sentences. # Data specifying an intent match.
135 &quot;intentUniqueId&quot;: &quot;A String&quot;, # The id of the matched intent. Can be used to retrieve the corresponding intent information.
136 },
137 &quot;interruptionData&quot;: { # The data for an interruption annotation. # Data specifying an interruption.
138 },
139 &quot;phraseMatchData&quot;: { # The data for a matched phrase matcher. Represents information identifying a phrase matcher for a given match. # Data specifying a phrase match.
140 &quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the phrase matcher.
141 &quot;phraseMatcher&quot;: &quot;A String&quot;, # The unique identifier (the resource name) of the phrase matcher.
142 },
143 &quot;sentimentData&quot;: { # The data for a sentiment annotation. # Data specifying sentiment.
144 &quot;magnitude&quot;: 3.14, # A non-negative number from 0 to infinity which represents the abolute magnitude of sentiment regardless of score.
145 &quot;score&quot;: 3.14, # The sentiment score between -1.0 (negative) and 1.0 (positive).
146 },
147 &quot;silenceData&quot;: { # The data for a silence annotation. # Data specifying silence.
148 },
149 },
150 ],
151 &quot;entities&quot;: { # All the entities in the call.
152 &quot;a_key&quot;: { # The data for an entity annotation. Represents a phrase in the conversation that is a known entity, such as a person, an organization, or location.
153 &quot;displayName&quot;: &quot;A String&quot;, # The representative name for the entity.
154 &quot;metadata&quot;: { # Metadata associated with the entity. For most entity types, the metadata is a Wikipedia URL (`wikipedia_url`) and Knowledge Graph MID (`mid`), if they are available. For the metadata associated with other entity types, see the Type table below.
155 &quot;a_key&quot;: &quot;A String&quot;,
156 },
157 &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.
158 &quot;sentiment&quot;: { # The data for a sentiment annotation. # The aggregate sentiment expressed for this entity in the conversation.
159 &quot;magnitude&quot;: 3.14, # A non-negative number from 0 to infinity which represents the abolute magnitude of sentiment regardless of score.
160 &quot;score&quot;: 3.14, # The sentiment score between -1.0 (negative) and 1.0 (positive).
161 },
162 &quot;type&quot;: &quot;A String&quot;, # The entity type.
163 },
164 },
165 &quot;intents&quot;: { # All the matched intents in the call.
166 &quot;a_key&quot;: { # The data for an intent. Represents a detected intent in the conversation, for example MAKES_PROMISE.
167 &quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the intent.
168 &quot;id&quot;: &quot;A String&quot;, # The unique identifier of the intent.
169 },
170 },
171 &quot;issueModelResult&quot;: { # Issue Modeling result on a conversation. # Overall conversation-level issue modeling result.
172 &quot;issueModel&quot;: &quot;A String&quot;, # Issue model that generates the result.
173 &quot;issues&quot;: [ # All the matched issues.
174 { # Information about the issue.
175 &quot;issue&quot;: &quot;A String&quot;, # Resource name of the assigned issue.
176 &quot;score&quot;: 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
177 },
178 ],
179 },
180 &quot;phraseMatchers&quot;: { # All the matched phrase matchers in the call.
181 &quot;a_key&quot;: { # The data for a matched phrase matcher. Represents information identifying a phrase matcher for a given match.
182 &quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the phrase matcher.
183 &quot;phraseMatcher&quot;: &quot;A String&quot;, # The unique identifier (the resource name) of the phrase matcher.
184 },
185 },
186 &quot;sentiments&quot;: [ # Overall conversation-level sentiment for each channel of the call.
187 { # One channel of conversation-level sentiment data.
188 &quot;channelTag&quot;: 42, # The channel of the audio that the data applies to.
189 &quot;sentimentData&quot;: { # The data for a sentiment annotation. # Data specifying sentiment.
190 &quot;magnitude&quot;: 3.14, # A non-negative number from 0 to infinity which represents the abolute magnitude of sentiment regardless of score.
191 &quot;score&quot;: 3.14, # The sentiment score between -1.0 (negative) and 1.0 (positive).
192 },
193 },
194 ],
195 },
196 &quot;endTime&quot;: &quot;A String&quot;, # The time at which the analysis ended.
197 },
198 &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the analysis was created, which occurs when the long-running operation completes.
199 &quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}
200 &quot;requestTime&quot;: &quot;A String&quot;, # Output only. The time at which the analysis was requested.
201}
202
203 x__xgafv: string, V1 error format.
204 Allowed values
205 1 - v1 error format
206 2 - v2 error format
207
208Returns:
209 An object of the form:
210
211 { # This resource represents a long-running operation that is the result of a network API call.
212 &quot;done&quot;: True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
213 &quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
214 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
215 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
216 {
217 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
218 },
219 ],
220 &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
221 },
222 &quot;metadata&quot;: { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
223 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
224 },
225 &quot;name&quot;: &quot;A String&quot;, # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
226 &quot;response&quot;: { # The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
227 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
228 },
229}</pre>
230</div>
231
232<div class="method">
233 <code class="details" id="delete">delete(name, x__xgafv=None)</code>
234 <pre>Deletes an analysis.
235
236Args:
237 name: string, Required. The name of the analysis to delete. (required)
238 x__xgafv: string, V1 error format.
239 Allowed values
240 1 - v1 error format
241 2 - v2 error format
242
243Returns:
244 An object of the form:
245
246 { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
247}</pre>
248</div>
249
250<div class="method">
251 <code class="details" id="get">get(name, x__xgafv=None)</code>
252 <pre>Gets an analysis.
253
254Args:
255 name: string, Required. The name of the analysis to get. (required)
256 x__xgafv: string, V1 error format.
257 Allowed values
258 1 - v1 error format
259 2 - v2 error format
260
261Returns:
262 An object of the form:
263
264 { # The analysis resource.
265 &quot;analysisResult&quot;: { # The result of an analysis. # Output only. The result of the analysis, which is populated when the analysis finishes.
266 &quot;callAnalysisMetadata&quot;: { # Call-specific metadata created during analysis. # Call-specific metadata created by the analysis.
267 &quot;annotations&quot;: [ # A list of call annotations that apply to this call.
268 { # A piece of metadata that applies to a window of a call.
269 &quot;annotationEndBoundary&quot;: { # A point in a conversation that marks the start or the end of an annotation. # The boundary in the conversation where the annotation ends, inclusive.
270 &quot;transcriptIndex&quot;: 42, # The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero.
271 &quot;wordIndex&quot;: 42, # The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero.
272 },
273 &quot;annotationStartBoundary&quot;: { # A point in a conversation that marks the start or the end of an annotation. # The boundary in the conversation where the annotation starts, inclusive.
274 &quot;transcriptIndex&quot;: 42, # The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero.
275 &quot;wordIndex&quot;: 42, # The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero.
276 },
277 &quot;channelTag&quot;: 42, # The channel of the audio where the annotation occurs. For single-channel audio, this field is not populated.
278 &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.
279 &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.
280 &quot;sentiment&quot;: { # The data for a sentiment annotation. # Sentiment expressed for this mention of the entity.
281 &quot;magnitude&quot;: 3.14, # A non-negative number from 0 to infinity which represents the abolute magnitude of sentiment regardless of score.
282 &quot;score&quot;: 3.14, # The sentiment score between -1.0 (negative) and 1.0 (positive).
283 },
284 &quot;type&quot;: &quot;A String&quot;, # The type of the entity mention.
285 },
286 &quot;holdData&quot;: { # The data for a hold annotation. # Data specifying a hold.
287 },
288 &quot;intentMatchData&quot;: { # The data for an intent match. Represents an intent match for a text segment in the conversation. A text segment can be part of a sentence, a complete sentence, or an utterance with multiple sentences. # Data specifying an intent match.
289 &quot;intentUniqueId&quot;: &quot;A String&quot;, # The id of the matched intent. Can be used to retrieve the corresponding intent information.
290 },
291 &quot;interruptionData&quot;: { # The data for an interruption annotation. # Data specifying an interruption.
292 },
293 &quot;phraseMatchData&quot;: { # The data for a matched phrase matcher. Represents information identifying a phrase matcher for a given match. # Data specifying a phrase match.
294 &quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the phrase matcher.
295 &quot;phraseMatcher&quot;: &quot;A String&quot;, # The unique identifier (the resource name) of the phrase matcher.
296 },
297 &quot;sentimentData&quot;: { # The data for a sentiment annotation. # Data specifying sentiment.
298 &quot;magnitude&quot;: 3.14, # A non-negative number from 0 to infinity which represents the abolute magnitude of sentiment regardless of score.
299 &quot;score&quot;: 3.14, # The sentiment score between -1.0 (negative) and 1.0 (positive).
300 },
301 &quot;silenceData&quot;: { # The data for a silence annotation. # Data specifying silence.
302 },
303 },
304 ],
305 &quot;entities&quot;: { # All the entities in the call.
306 &quot;a_key&quot;: { # The data for an entity annotation. Represents a phrase in the conversation that is a known entity, such as a person, an organization, or location.
307 &quot;displayName&quot;: &quot;A String&quot;, # The representative name for the entity.
308 &quot;metadata&quot;: { # Metadata associated with the entity. For most entity types, the metadata is a Wikipedia URL (`wikipedia_url`) and Knowledge Graph MID (`mid`), if they are available. For the metadata associated with other entity types, see the Type table below.
309 &quot;a_key&quot;: &quot;A String&quot;,
310 },
311 &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.
312 &quot;sentiment&quot;: { # The data for a sentiment annotation. # The aggregate sentiment expressed for this entity in the conversation.
313 &quot;magnitude&quot;: 3.14, # A non-negative number from 0 to infinity which represents the abolute magnitude of sentiment regardless of score.
314 &quot;score&quot;: 3.14, # The sentiment score between -1.0 (negative) and 1.0 (positive).
315 },
316 &quot;type&quot;: &quot;A String&quot;, # The entity type.
317 },
318 },
319 &quot;intents&quot;: { # All the matched intents in the call.
320 &quot;a_key&quot;: { # The data for an intent. Represents a detected intent in the conversation, for example MAKES_PROMISE.
321 &quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the intent.
322 &quot;id&quot;: &quot;A String&quot;, # The unique identifier of the intent.
323 },
324 },
325 &quot;issueModelResult&quot;: { # Issue Modeling result on a conversation. # Overall conversation-level issue modeling result.
326 &quot;issueModel&quot;: &quot;A String&quot;, # Issue model that generates the result.
327 &quot;issues&quot;: [ # All the matched issues.
328 { # Information about the issue.
329 &quot;issue&quot;: &quot;A String&quot;, # Resource name of the assigned issue.
330 &quot;score&quot;: 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
331 },
332 ],
333 },
334 &quot;phraseMatchers&quot;: { # All the matched phrase matchers in the call.
335 &quot;a_key&quot;: { # The data for a matched phrase matcher. Represents information identifying a phrase matcher for a given match.
336 &quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the phrase matcher.
337 &quot;phraseMatcher&quot;: &quot;A String&quot;, # The unique identifier (the resource name) of the phrase matcher.
338 },
339 },
340 &quot;sentiments&quot;: [ # Overall conversation-level sentiment for each channel of the call.
341 { # One channel of conversation-level sentiment data.
342 &quot;channelTag&quot;: 42, # The channel of the audio that the data applies to.
343 &quot;sentimentData&quot;: { # The data for a sentiment annotation. # Data specifying sentiment.
344 &quot;magnitude&quot;: 3.14, # A non-negative number from 0 to infinity which represents the abolute magnitude of sentiment regardless of score.
345 &quot;score&quot;: 3.14, # The sentiment score between -1.0 (negative) and 1.0 (positive).
346 },
347 },
348 ],
349 },
350 &quot;endTime&quot;: &quot;A String&quot;, # The time at which the analysis ended.
351 },
352 &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the analysis was created, which occurs when the long-running operation completes.
353 &quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}
354 &quot;requestTime&quot;: &quot;A String&quot;, # Output only. The time at which the analysis was requested.
355}</pre>
356</div>
357
358<div class="method">
359 <code class="details" id="list">list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
360 <pre>Lists analyses.
361
362Args:
363 parent: string, Required. The parent resource of the analyses. (required)
364 filter: string, A filter to reduce results to a specific subset. Useful for querying conversations with specific properties.
365 pageSize: integer, The maximum number of analyses to return in the response. If this value is zero, the service will select a default size. A call might return fewer objects than requested. A non-empty `next_page_token` in the response indicates that more data is available.
366 pageToken: string, The value returned by the last `ListAnalysesResponse`; indicates that this is a continuation of a prior `ListAnalyses` call and the system should return the next page of data.
367 x__xgafv: string, V1 error format.
368 Allowed values
369 1 - v1 error format
370 2 - v2 error format
371
372Returns:
373 An object of the form:
374
375 { # The response to list analyses.
376 &quot;analyses&quot;: [ # The analyses that match the request.
377 { # The analysis resource.
378 &quot;analysisResult&quot;: { # The result of an analysis. # Output only. The result of the analysis, which is populated when the analysis finishes.
379 &quot;callAnalysisMetadata&quot;: { # Call-specific metadata created during analysis. # Call-specific metadata created by the analysis.
380 &quot;annotations&quot;: [ # A list of call annotations that apply to this call.
381 { # A piece of metadata that applies to a window of a call.
382 &quot;annotationEndBoundary&quot;: { # A point in a conversation that marks the start or the end of an annotation. # The boundary in the conversation where the annotation ends, inclusive.
383 &quot;transcriptIndex&quot;: 42, # The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero.
384 &quot;wordIndex&quot;: 42, # The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero.
385 },
386 &quot;annotationStartBoundary&quot;: { # A point in a conversation that marks the start or the end of an annotation. # The boundary in the conversation where the annotation starts, inclusive.
387 &quot;transcriptIndex&quot;: 42, # The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero.
388 &quot;wordIndex&quot;: 42, # The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero.
389 },
390 &quot;channelTag&quot;: 42, # The channel of the audio where the annotation occurs. For single-channel audio, this field is not populated.
391 &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.
392 &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.
393 &quot;sentiment&quot;: { # The data for a sentiment annotation. # Sentiment expressed for this mention of the entity.
394 &quot;magnitude&quot;: 3.14, # A non-negative number from 0 to infinity which represents the abolute magnitude of sentiment regardless of score.
395 &quot;score&quot;: 3.14, # The sentiment score between -1.0 (negative) and 1.0 (positive).
396 },
397 &quot;type&quot;: &quot;A String&quot;, # The type of the entity mention.
398 },
399 &quot;holdData&quot;: { # The data for a hold annotation. # Data specifying a hold.
400 },
401 &quot;intentMatchData&quot;: { # The data for an intent match. Represents an intent match for a text segment in the conversation. A text segment can be part of a sentence, a complete sentence, or an utterance with multiple sentences. # Data specifying an intent match.
402 &quot;intentUniqueId&quot;: &quot;A String&quot;, # The id of the matched intent. Can be used to retrieve the corresponding intent information.
403 },
404 &quot;interruptionData&quot;: { # The data for an interruption annotation. # Data specifying an interruption.
405 },
406 &quot;phraseMatchData&quot;: { # The data for a matched phrase matcher. Represents information identifying a phrase matcher for a given match. # Data specifying a phrase match.
407 &quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the phrase matcher.
408 &quot;phraseMatcher&quot;: &quot;A String&quot;, # The unique identifier (the resource name) of the phrase matcher.
409 },
410 &quot;sentimentData&quot;: { # The data for a sentiment annotation. # Data specifying sentiment.
411 &quot;magnitude&quot;: 3.14, # A non-negative number from 0 to infinity which represents the abolute magnitude of sentiment regardless of score.
412 &quot;score&quot;: 3.14, # The sentiment score between -1.0 (negative) and 1.0 (positive).
413 },
414 &quot;silenceData&quot;: { # The data for a silence annotation. # Data specifying silence.
415 },
416 },
417 ],
418 &quot;entities&quot;: { # All the entities in the call.
419 &quot;a_key&quot;: { # The data for an entity annotation. Represents a phrase in the conversation that is a known entity, such as a person, an organization, or location.
420 &quot;displayName&quot;: &quot;A String&quot;, # The representative name for the entity.
421 &quot;metadata&quot;: { # Metadata associated with the entity. For most entity types, the metadata is a Wikipedia URL (`wikipedia_url`) and Knowledge Graph MID (`mid`), if they are available. For the metadata associated with other entity types, see the Type table below.
422 &quot;a_key&quot;: &quot;A String&quot;,
423 },
424 &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.
425 &quot;sentiment&quot;: { # The data for a sentiment annotation. # The aggregate sentiment expressed for this entity in the conversation.
426 &quot;magnitude&quot;: 3.14, # A non-negative number from 0 to infinity which represents the abolute magnitude of sentiment regardless of score.
427 &quot;score&quot;: 3.14, # The sentiment score between -1.0 (negative) and 1.0 (positive).
428 },
429 &quot;type&quot;: &quot;A String&quot;, # The entity type.
430 },
431 },
432 &quot;intents&quot;: { # All the matched intents in the call.
433 &quot;a_key&quot;: { # The data for an intent. Represents a detected intent in the conversation, for example MAKES_PROMISE.
434 &quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the intent.
435 &quot;id&quot;: &quot;A String&quot;, # The unique identifier of the intent.
436 },
437 },
438 &quot;issueModelResult&quot;: { # Issue Modeling result on a conversation. # Overall conversation-level issue modeling result.
439 &quot;issueModel&quot;: &quot;A String&quot;, # Issue model that generates the result.
440 &quot;issues&quot;: [ # All the matched issues.
441 { # Information about the issue.
442 &quot;issue&quot;: &quot;A String&quot;, # Resource name of the assigned issue.
443 &quot;score&quot;: 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
444 },
445 ],
446 },
447 &quot;phraseMatchers&quot;: { # All the matched phrase matchers in the call.
448 &quot;a_key&quot;: { # The data for a matched phrase matcher. Represents information identifying a phrase matcher for a given match.
449 &quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the phrase matcher.
450 &quot;phraseMatcher&quot;: &quot;A String&quot;, # The unique identifier (the resource name) of the phrase matcher.
451 },
452 },
453 &quot;sentiments&quot;: [ # Overall conversation-level sentiment for each channel of the call.
454 { # One channel of conversation-level sentiment data.
455 &quot;channelTag&quot;: 42, # The channel of the audio that the data applies to.
456 &quot;sentimentData&quot;: { # The data for a sentiment annotation. # Data specifying sentiment.
457 &quot;magnitude&quot;: 3.14, # A non-negative number from 0 to infinity which represents the abolute magnitude of sentiment regardless of score.
458 &quot;score&quot;: 3.14, # The sentiment score between -1.0 (negative) and 1.0 (positive).
459 },
460 },
461 ],
462 },
463 &quot;endTime&quot;: &quot;A String&quot;, # The time at which the analysis ended.
464 },
465 &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the analysis was created, which occurs when the long-running operation completes.
466 &quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}
467 &quot;requestTime&quot;: &quot;A String&quot;, # Output only. The time at which the analysis was requested.
468 },
469 ],
470 &quot;nextPageToken&quot;: &quot;A String&quot;, # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
471}</pre>
472</div>
473
474<div class="method">
475 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
476 <pre>Retrieves the next page of results.
477
478Args:
479 previous_request: The request for the previous page. (required)
480 previous_response: The response from the request for the previous page. (required)
481
482Returns:
483 A request object that you can call &#x27;execute()&#x27; on to request the next
484 page. Returns None if there are no more items in the collection.
485 </pre>
486</div>
487
488</body></html>