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.authorizedViewSets.authorizedViews.conversations.assessments.html
parent: string, Required. The parent resource of the note. (required)
107
+
body: object, The request body.
108
+
The object takes the form of:
109
+
110
+
{ # The conversation assessment note resource.
111
+
"assessmentNote": { # A note about the entire parent assessment. # The note is associated to the entire parent assessment.
112
+
},
113
+
"content": "A String", # The note content.
114
+
"conversationTurnNote": { # A note about a conversation turn. # The note is associated with a conversation turn.
115
+
"turnIndex": 42, # The conversation turn index that the note is associated with.
116
+
},
117
+
"createTime": "A String", # Output only. The time at which the note was created.
118
+
"name": "A String", # Identifier. The resource name of the note. Format: projects/{project}/locations/{location}/conversations/{conversation}/assessments/{assessment}/notes/{note}
119
+
"noteCreator": { # Information about a user. # Output only. The user that created the note.
120
+
"username": "A String", # The user's username.
121
+
},
122
+
"qaQuestionNote": { # A note about a QA question. # The note is associated with a QA question in one of the conversation's scorecard results.
123
+
"qaQuestion": "A String", # The question resource that the note is associated with.
124
+
},
125
+
"updateTime": "A String", # Output only. The time at which the note was last updated.
126
+
}
127
+
128
+
x__xgafv: string, V1 error format.
129
+
Allowed values
130
+
1 - v1 error format
131
+
2 - v2 error format
132
+
133
+
Returns:
134
+
An object of the form:
135
+
136
+
{ # The conversation assessment note resource.
137
+
"assessmentNote": { # A note about the entire parent assessment. # The note is associated to the entire parent assessment.
138
+
},
139
+
"content": "A String", # The note content.
140
+
"conversationTurnNote": { # A note about a conversation turn. # The note is associated with a conversation turn.
141
+
"turnIndex": 42, # The conversation turn index that the note is associated with.
142
+
},
143
+
"createTime": "A String", # Output only. The time at which the note was created.
144
+
"name": "A String", # Identifier. The resource name of the note. Format: projects/{project}/locations/{location}/conversations/{conversation}/assessments/{assessment}/notes/{note}
145
+
"noteCreator": { # Information about a user. # Output only. The user that created the note.
146
+
"username": "A String", # The user's username.
147
+
},
148
+
"qaQuestionNote": { # A note about a QA question. # The note is associated with a QA question in one of the conversation's scorecard results.
149
+
"qaQuestion": "A String", # The question resource that the note is associated with.
150
+
},
151
+
"updateTime": "A String", # Output only. The time at which the note was last updated.
name: string, Required. The name of the note to delete. (required)
161
+
x__xgafv: string, V1 error format.
162
+
Allowed values
163
+
1 - v1 error format
164
+
2 - v2 error format
165
+
166
+
Returns:
167
+
An object of the form:
168
+
169
+
{ # 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); }
parent: string, Required. The parent resource of the notes. (required)
179
+
pageSize: integer, Optional. The maximum number of notes to return in the response. If 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.
180
+
pageToken: string, Optional. The value returned by the last `ListNotesResponse`. This value indicates that this is a continuation of a prior `ListNotes` call and that the system should return the next page of data.
181
+
x__xgafv: string, V1 error format.
182
+
Allowed values
183
+
1 - v1 error format
184
+
2 - v2 error format
185
+
186
+
Returns:
187
+
An object of the form:
188
+
189
+
{ # The response of listing notes.
190
+
"nextPageToken": "A String", # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
191
+
"notes": [ # The notes that match the request.
192
+
{ # The conversation assessment note resource.
193
+
"assessmentNote": { # A note about the entire parent assessment. # The note is associated to the entire parent assessment.
194
+
},
195
+
"content": "A String", # The note content.
196
+
"conversationTurnNote": { # A note about a conversation turn. # The note is associated with a conversation turn.
197
+
"turnIndex": 42, # The conversation turn index that the note is associated with.
198
+
},
199
+
"createTime": "A String", # Output only. The time at which the note was created.
200
+
"name": "A String", # Identifier. The resource name of the note. Format: projects/{project}/locations/{location}/conversations/{conversation}/assessments/{assessment}/notes/{note}
201
+
"noteCreator": { # Information about a user. # Output only. The user that created the note.
202
+
"username": "A String", # The user's username.
203
+
},
204
+
"qaQuestionNote": { # A note about a QA question. # The note is associated with a QA question in one of the conversation's scorecard results.
205
+
"qaQuestion": "A String", # The question resource that the note is associated with.
206
+
},
207
+
"updateTime": "A String", # Output only. The time at which the note was last updated.
name: string, Identifier. The resource name of the note. Format: projects/{project}/locations/{location}/conversations/{conversation}/assessments/{assessment}/notes/{note} (required)
233
+
body: object, The request body.
234
+
The object takes the form of:
235
+
236
+
{ # The conversation assessment note resource.
237
+
"assessmentNote": { # A note about the entire parent assessment. # The note is associated to the entire parent assessment.
238
+
},
239
+
"content": "A String", # The note content.
240
+
"conversationTurnNote": { # A note about a conversation turn. # The note is associated with a conversation turn.
241
+
"turnIndex": 42, # The conversation turn index that the note is associated with.
242
+
},
243
+
"createTime": "A String", # Output only. The time at which the note was created.
244
+
"name": "A String", # Identifier. The resource name of the note. Format: projects/{project}/locations/{location}/conversations/{conversation}/assessments/{assessment}/notes/{note}
245
+
"noteCreator": { # Information about a user. # Output only. The user that created the note.
246
+
"username": "A String", # The user's username.
247
+
},
248
+
"qaQuestionNote": { # A note about a QA question. # The note is associated with a QA question in one of the conversation's scorecard results.
249
+
"qaQuestion": "A String", # The question resource that the note is associated with.
250
+
},
251
+
"updateTime": "A String", # Output only. The time at which the note was last updated.
252
+
}
253
+
254
+
updateMask: string, Optional. The list of fields to be updated. If the update_mask is empty, all updateable fields will be updated. Acceptable fields include: * `content`
255
+
x__xgafv: string, V1 error format.
256
+
Allowed values
257
+
1 - v1 error format
258
+
2 - v2 error format
259
+
260
+
Returns:
261
+
An object of the form:
262
+
263
+
{ # The conversation assessment note resource.
264
+
"assessmentNote": { # A note about the entire parent assessment. # The note is associated to the entire parent assessment.
265
+
},
266
+
"content": "A String", # The note content.
267
+
"conversationTurnNote": { # A note about a conversation turn. # The note is associated with a conversation turn.
268
+
"turnIndex": 42, # The conversation turn index that the note is associated with.
269
+
},
270
+
"createTime": "A String", # Output only. The time at which the note was created.
271
+
"name": "A String", # Identifier. The resource name of the note. Format: projects/{project}/locations/{location}/conversations/{conversation}/assessments/{assessment}/notes/{note}
272
+
"noteCreator": { # Information about a user. # Output only. The user that created the note.
273
+
"username": "A String", # The user's username.
274
+
},
275
+
"qaQuestionNote": { # A note about a QA question. # The note is associated with a QA question in one of the conversation's scorecard results.
276
+
"qaQuestion": "A String", # The question resource that the note is associated with.
277
+
},
278
+
"updateTime": "A String", # Output only. The time at which the note was last updated.
Copy file name to clipboardExpand all lines: docs/dyn/contactcenterinsights_v1.projects.locations.authorizedViewSets.authorizedViews.conversations.html
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,11 @@ <h2>Instance Methods</h2>
79
79
</p>
80
80
<pclass="firstline">Returns the analyses Resource.</p>
0 commit comments