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

# POST /v3/{+parent}/examples

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

## Path parameters

- `parent` string, required

## Request body

- GoogleCloudDialogflowCxV3Example
  - `displayName` string
  - `name` string
  - `tokenCount` string, int64
  - `playbookInput` GoogleCloudDialogflowCxV3PlaybookInput
    - `precedingConversationSummary` string
  - `playbookOutput` GoogleCloudDialogflowCxV3PlaybookOutput
    - `executionSummary` string
  - `languageCode` string
  - `updateTime` string, google-datetime
  - `actions` GoogleCloudDialogflowCxV3Action[]
    - `playbookInvocation` GoogleCloudDialogflowCxV3PlaybookInvocation
      - `playbookState` 'OUTPUT_STATE_UNSPECIFIED' | 'OUTPUT_STATE_OK' | 'OUTPUT_STATE_CANCELLED' | 'OUTPUT_STATE_FAILED' | 'OUTPUT_STATE_ESCALATED' | 'OUTPUT_STATE_PENDING'
      - `displayName` string
      - `playbookInput` GoogleCloudDialogflowCxV3PlaybookInput
        - `precedingConversationSummary` string
      - `playbookOutput` GoogleCloudDialogflowCxV3PlaybookOutput
        - `executionSummary` string
      - `playbook` string
    - `toolUse` GoogleCloudDialogflowCxV3ToolUse
      - `tool` string
      - `displayName` string
      - `action` string
      - `outputActionParameters` object
      - `inputActionParameters` object
    - `playbookTransition` GoogleCloudDialogflowCxV3PlaybookTransition
      - `playbook` string
      - `displayName` string
    - `flowTransition` GoogleCloudDialogflowCxV3FlowTransition
      - `displayName` string
      - `flow` string
    - `userUtterance` GoogleCloudDialogflowCxV3UserUtterance
      - `text` string
    - `agentUtterance` GoogleCloudDialogflowCxV3AgentUtterance
      - `text` string
    - `flowInvocation` GoogleCloudDialogflowCxV3FlowInvocation
      - `flow` string
      - `displayName` string
      - `flowState` 'OUTPUT_STATE_UNSPECIFIED' | 'OUTPUT_STATE_OK' | 'OUTPUT_STATE_CANCELLED' | 'OUTPUT_STATE_FAILED' | 'OUTPUT_STATE_ESCALATED' | 'OUTPUT_STATE_PENDING'
  - `conversationState` 'OUTPUT_STATE_UNSPECIFIED' | 'OUTPUT_STATE_OK' | 'OUTPUT_STATE_CANCELLED' | 'OUTPUT_STATE_FAILED' | 'OUTPUT_STATE_ESCALATED' | 'OUTPUT_STATE_PENDING'
  - `createTime` string, google-datetime
  - `description` string

## 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)
