1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00

gcloud: Wed Aug 23 10:30:46 UTC 2023

This commit is contained in:
Automated 2023-08-23 10:30:46 +00:00
parent 5f3d6bc974
commit f9edf67fe5
677 changed files with 22815 additions and 975 deletions

View file

@ -4,9 +4,8 @@ NAME
SYNOPSIS
gcloud alpha dialogflow intents create --display-name=DISPLAY_NAME
[--is-fallback] [--no-ml-enabled]
[--other-properties=[OTHER_PROPERTIES,...]] [--priority=PRIORITY]
[--responses=[RESPONSES,...]]
[--is-fallback] [--no-ml-enabled] [--other-properties=[KEY=VALUE,...]]
[--priority=PRIORITY] [--responses=[RESPONSES,...]]
[--training-phrases=[TRAINING_PHRASES,...]] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -32,7 +31,7 @@ OPTIONAL FLAGS
If true, enable machine learning for the intent. Enabled by default,
use --no-ml-enabled to disable.
--other-properties=[OTHER_PROPERTIES,...]
--other-properties=[KEY=VALUE,...]
Map containing other properties to set on the intent.
For more information on available properties, see:

View file

@ -4,7 +4,7 @@ NAME
SYNOPSIS
gcloud alpha dialogflow intents update INTENT [--is-fallback]
[--no-ml-enabled] [--other-properties=[OTHER_PROPERTIES,...]]
[--no-ml-enabled] [--other-properties=[KEY=VALUE,...]]
[--priority=PRIORITY] [--responses=[RESPONSES,...]]
[--training-phrases=[TRAINING_PHRASES,...]] [GCLOUD_WIDE_FLAG ...]
@ -45,7 +45,7 @@ FLAGS
If true, enable machine learning for the intent. Enabled by default,
use --no-ml-enabled to disable.
--other-properties=[OTHER_PROPERTIES,...]
--other-properties=[KEY=VALUE,...]
Map containing other properties to set on the intent.
Only the properties specified will be updated.