REST Resource: projects.locations.authorizedViewSets.authorizedViews.conversations.assessments

Resource: Assessment

The assessment resource.

JSON representation
{
  "name": string,
  "createTime": string,
  "updateTime": string,
  "state": enum (State),
  "agentInfo": {
    object (AgentInfo)
  }
}
Fields
name

string

Identifier. The resource name of the assessment. Format: projects/{project}/locations/{location}/conversations/{conversation}/assessments/{assessment}

createTime

string (Timestamp format)

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: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

updateTime

string (Timestamp format)

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: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

state

enum (State)

Output only. The state of the assessment.

agentInfo

object (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

Appeal an Assessment.

create

Create Assessment.

delete

Delete an Assessment.

finalize

Finalize an Assessment.

get

Get Assessment.

list

List Assessments.

publish

Publish an Assessment.