Resource: Note
The conversation assessment note resource.
JSON representation |
---|
{ "name": string, "createTime": string, "updateTime": string, "noteCreator": { object ( |
Fields | |
---|---|
name |
Identifier. The resource name of the note. Format: projects/{project}/locations/{location}/conversations/{conversation}/assessments/{assessment}/notes/{note} |
createTime |
Output only. The time at which the note was created. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. The time at which the note was last updated. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
noteCreator |
Output only. The user that created the note. |
Union field note_type . The type of the note. note_type can be only one of the following: |
|
conversationTurnNote |
The note is associated with a conversation turn. |
qaQuestionNote |
The note is associated with a QA question in one of the conversation's scorecard results. |
assessmentNote |
The note is associated to the entire parent assessment. |
content |
The note content. |
Methods |
|
---|---|
|
Create Note. |
|
Deletes a Note. |
|
List Notes. |
|
Update Note. |