Skip to content

cxcli flow create

Creates a flow in an agent

cxcli flow create [flow-name] [flags]

Options

  -a, --agent-name string                     Dialogflow CX Agent Name
  -d, --description string                    Optional. Description for this flow
  -h, --help                                  help for create
  -e, --locale string                         Optional. Locale of the flow. Default: agent locale
  -l, --location-id string                    Dialogflow CX Location ID of the Project
  -s, --nlu-classification-threshold string   Optional. NLU Classification Threshold. From 0.0 (completely uncertain) to 1.0 (completely certain). Default 0.3 (default "0.3")
  -t, --nlu-model-training-mode string        Optional. NLU Model training mode. Possible values: automatic or manual. Default manual (default "manual")
  -m, --nlu-model-type string                 Optional. NLU Model Type. Possible values: advanced or standard. Default standard (default "standard")
  -p, --project-id string                     Dialogflow CX Project ID

Options inherited from parent commands

  -c, --credentials string     Google Cloud credentials JSON file
  -o, --output-format string   Output Format (default "text")
  -u, --skip-update-check      Skip the check for updates check run before every command
  -v, --verbose                verbose error output (with stack trace)

See also