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

# POST /v3/{+parent}/intents

`POST /v3/{+parent}/intents`

## Path parameters

- `parent` string, required

## Query parameters

- `languageCode` string

## Request body

- GoogleCloudDialogflowCxV3Intent
  - `displayName` string
  - `labels` object
  - `parameters` GoogleCloudDialogflowCxV3IntentParameter[]
    - `entityType` string
    - `id` string
    - `redact` boolean
    - `isList` boolean
  - `name` string
  - `isFallback` boolean
  - `trainingPhrases` GoogleCloudDialogflowCxV3IntentTrainingPhrase[]
    - `id` string
    - `repeatCount` integer
    - `parts` GoogleCloudDialogflowCxV3IntentTrainingPhrasePart[]
      - `text` string
      - `parameterId` string
  - `description` string
  - `dtmfPattern` string
  - `priority` integer

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/dialogflow.md) · [All operations](https://skmtc.dev/google/apis/dialogflow/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/dialogflow/revisions/9d65e7f14110/schema)
