Resource: Assessment
The assessment resource.
JSON representation |
---|
{ "name": string, "createTime": string, "updateTime": string, "state": enum ( |
Fields | |
---|---|
name |
Identifier. The resource name of the assessment. Format: projects/{project}/locations/{location}/conversations/{conversation}/assessments/{assessment} |
createTime |
Output only. The time at which the assessment 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 assessment 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: |
state |
Output only. The state of the assessment. |
agentInfo |
Information about the agent the assessment is for. |
State
The state of the assessment. Defaults to DRAFT.
Enums | |
---|---|
STATE_UNSPECIFIED |
The state is unspecified. This value should not be used. |
DRAFT |
The default state of all new assessments. |
PUBLISHED |
The assessment has been published. |
APPEALED |
The assessment has been appealed. |
FINALIZED |
The assessment has been finalized. |
Methods |
|
---|---|
|
Appeal an Assessment. |
|
Create Assessment. |
|
Delete an Assessment. |
|
Finalize an Assessment. |
|
Get Assessment. |
|
List Assessments. |
|
Publish an Assessment. |