---
title: "POST /v1/{+parent}/assessments"
method: POST
path: "/v1/{+parent}/assessments"
tags: ["projects"]
---

# POST /v1/{+parent}/assessments

`POST /v1/{+parent}/assessments`

Create Assessment.

## Path parameters

- `parent` string, required

## Request body

- GoogleCloudContactcenterinsightsV1Assessment — The assessment resource.
  - `state` 'STATE_UNSPECIFIED' | 'DRAFT' | 'PUBLISHED' | 'APPEALED' | 'FINALIZED' — Output only. The state of the assessment.
  - `agentInfo` GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo — Information about an agent involved in the conversation.
    - `teams` string[] — User-specified strings representing the agent's teams.
    - `deploymentDisplayName` string — The agent's deployment display name. Only applicable to automated agents.
    - `displayName` string — The agent's name.
    - `versionId` string — The agent's version ID. Only applicable to automated agents.
    - `versionDisplayName` string — The agent's version display name. Only applicable to automated agents.
    - `entrySubagentDisplayName` string — The entry subagent's display name.
    - `agentId` string — A user-specified string representing the agent.
    - `agentType` 'ROLE_UNSPECIFIED' | 'HUMAN_AGENT' | 'AUTOMATED_AGENT' | 'END_USER' | 'ANY_AGENT' — The agent type, e.g. HUMAN_AGENT.
    - `entrySubagentId` string — The entry subagent's ID.
    - `deploymentId` string — The agent's deployment ID. Only applicable to automated agents.
    - `dispositionCode` string — A user-provided string indicating the outcome of the agent's segment of the call.
    - `location` string — The agent's location.
    - `team` string — A user-specified string representing the agent's team. Deprecated in favor of the `teams` field.
  - `name` string — Identifier. The resource name of the assessment. Format: projects/{project}/locations/{location}/conversations/{conversation}/assessments/{assessment}
  - `createTime` string, google-datetime — Output only. The time at which the assessment was created.
  - `updateTime` string, google-datetime — Output only. The time at which the assessment was last updated.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/contactcenterinsights.md) · [All operations](https://skmtc.net/google/apis/contactcenterinsights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/contactcenterinsights/revisions/e071ddf4dfc3/schema)
