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. |
ConversationTurnNote
A note about a conversation turn.
JSON representation |
---|
{ "turnIndex": integer } |
Fields | |
---|---|
turnIndex |
The conversation turn index that the note is associated with. |
QaQuestionNote
A note about a QA question.
JSON representation |
---|
{ "qaQuestion": string } |
Fields | |
---|---|
qaQuestion |
The question resource that the note is associated with. |
AssessmentNote
This type has no fields.
A note about the entire parent assessment.
UserInfo
Information about a user.
JSON representation |
---|
{ "username": string } |
Fields | |
---|---|
username |
The user's username. |
Methods |
|
---|---|
|
Create Note. |
|
Deletes a Note. |
|
List Notes. |
|
Update Note. |