mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
35 lines
972 B
Text
35 lines
972 B
Text
|
|
NAME
|
||
|
|
gcloud alpha dialogflow - interact with and manage Dialogflow agents,
|
||
|
|
entities, and intents
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud alpha dialogflow GROUP [GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
(ALPHA) Interact with and manage Dialogflow agents, entities, and intents.
|
||
|
|
|
||
|
|
GCLOUD WIDE FLAGS
|
||
|
|
These flags are available to all commands: --help.
|
||
|
|
|
||
|
|
Run $ gcloud help for details.
|
||
|
|
|
||
|
|
GROUPS
|
||
|
|
GROUP is one of the following:
|
||
|
|
|
||
|
|
agent
|
||
|
|
(ALPHA) Manage, train, and query the Dialogflow agent for a project.
|
||
|
|
|
||
|
|
entity-types
|
||
|
|
(ALPHA) Create, list, describe, update, and delete Dialogflow entity
|
||
|
|
types.
|
||
|
|
|
||
|
|
intents
|
||
|
|
(ALPHA) Create, list, describe, and delete Dialogflow intents.
|
||
|
|
|
||
|
|
NOTES
|
||
|
|
This command is currently in alpha and might change without notice. If this
|
||
|
|
command fails with API permission errors despite specifying the correct
|
||
|
|
project, you might be trying to access an API with an invitation-only early
|
||
|
|
access allowlist.
|
||
|
|
|