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

# POST /v1/{+parent}/issueModels:import

`POST /v1/{+parent}/issueModels:import`

Imports an issue model from a Cloud Storage bucket.

## Path parameters

- `parent` string, required

## Request body

- GoogleCloudContactcenterinsightsV1ImportIssueModelRequest — Request to import an issue model.
  - `createNewModel` boolean — Optional. If set to true, will create an issue model from the imported file with randomly generated IDs for the issue model and corresponding issues. Otherwise, replaces an existing model with the same ID as the file.
  - `parent` string — Required. The parent resource of the issue model.
  - `gcsSource` GoogleCloudContactcenterinsightsV1ImportIssueModelRequestGcsSource — Google Cloud Storage Object URI to get the issue model file from.
    - `objectUri` string — Required. Format: `gs:///`

## 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/versions/e071ddf4dfc3/schema)
