mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
40 lines
1.1 KiB
Text
40 lines
1.1 KiB
Text
NAME
|
|
gcloud alpha dialogflow agent - manage, train, and query the Dialogflow
|
|
agent for a project
|
|
|
|
SYNOPSIS
|
|
gcloud alpha dialogflow agent COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) Manage, train, and query the Dialogflow agent for a project.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
describe
|
|
(ALPHA) Describe the Dialogflow agent of the current project.
|
|
|
|
export
|
|
(ALPHA) Export the Dialogflow agent to a zip file.
|
|
|
|
import
|
|
(ALPHA) Import a Dialogflow agent from a zip file.
|
|
|
|
query
|
|
(ALPHA) Send a text or audio conversational query to the agent of the
|
|
current project.
|
|
|
|
train
|
|
(ALPHA) Train the Dialogflow agent of the current project.
|
|
|
|
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.
|
|
|