diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 00000000..e69de29b diff --git a/404.html b/404.html new file mode 100644 index 00000000..30149d2d --- /dev/null +++ b/404.html @@ -0,0 +1,2703 @@ + + + +
+ + + + + + + + + + + + + + + + + + +You can find the create functionality within the cxcli agent create
subcommand. You can read the documentation about this command here.
The argument to --timezone
is a value from the IANA time zone database. This is an example:
+
Here is a simple example of the cxcli agent create
command:
cxcli agent create test-agent --project-id test-cx-346408 --location-id us-central1 --locale en --timezone Europe/Madrid
+
The above command will give you output similar to the following:
+$ cxcli agent create test-agent --project-id test-cx-346408 --location-id us-central1 --locale en --timezone Europe/Madrid
+INFO Agent created with id: projects/test-cx-346408/locations/us-central1/agents/e2ae2503-f38c-46a1-a3bf-22e57617baf0
+
If you want to learn more about Dialogflow CX Agent creation, refer to the official documentation.
+ + + + + + + + + + + + + + + +You can find the delete functionality within the cxcli agent delete
subcommand. You can read the documentation about this command here.
Here is a simple example of the cxcli agent delete
command:
The above command will give you output similar to the following:
+$ cxcli agent delete test-agent --project-id test-cx-346408 --location-id us-central1
+INFO Agent deleted
+
If you want to learn more about Dialogflow CX Agent deletion, refer to the official documentation.
+ + + + + + + + + + + + + + + +You can find the export functionality within the cxcli agent export
subcommand. You can read the documentation about this command here.
Exported file format
+You can export your agent in blob
or json
format. When you choose json
format, the output file is going to be a zip
file.
Here is a simple example of the cxcli agent export
command:
cxcli agent export test-agent --project-id test-cx-346408 --location-id us-central1 --export-format blob
+
The above command will give you output similar to the following:
+$ cxcli agent export test-agent --project-id test-cx-346408 --location-id us-central1 --export-format json --output-file agent.zip
+INFO Agent exported to file: agent.zip
+
are you running this command in a CI/CD pipeline?
+If this is the case, we recommend that you set the --output-format
parameter to json
.
If you want to learn more about Dialogflow CX exports, refer to the official documentation.
+ + + + + + + + + + + + + + + +An agent in Dialogflow CX is the entity that handles all the conversations that we have defined on the Dialogflow CX console with the end users.
+An agent is basically an assistant that will manage the state of each user's conversation when the end users are interacting with the agent through text or audio in multiple channels.
+With cxcli
, you can easily interact with your Dialogflow CX agents.
All of the commands that are available in cxcli
to interact with your agents are located within the cxcli agent
subcommand.
You can create an agent using this tool.
+The cxcli
has a command that allows you to create an agent. You can find a more detailed explanation here
You can update an agent using this cli.
+The cxcli
has a command that allows you to update an agent. You can find a more detailed explanation here
The cxcli
has a command that allows you to delete your agent. You can find a more detailed explanation here
You can restore an agent using a blob
or a json-package
file. Right now the Dialogflow CX API, used by the cxcli
, works with the blob
and json
format.
The cxcli
has a command that allows you to restore an agent. You can find a more detailed explanation here
An agent can be exported as a blob
or a json-package
file. Right now the Dialogflow CX API, used by the cxcli
, works with the blob
and json
format.
The cxcli
has a command that allows you to export your agent. You can find a more detailed explanation here
If you want to see the full usage of the cxcli agent
command, please refer to this page.
If you want to learn more about Dialogflow CX agents, refer to the official documentation.
+ + + + + + + + + + + + + + + +You can find the restore functionality within the cxcli agent restore
subcommand. You can read the documentation about this command here.
File format to be restored
+Now you can restore your agents in blob
or json
format. When you choose json
format, the input file has to be a zip
file with a proper Dialogflow CX structure.
Here is a simple example of the cxcli agent restore
command:
cxcli agent restore test-agent --project-id test-cx-346408 --location-id us-central1 --input agent.blob
+
The above command will give you output similar to the following:
+$ cxcli agent restore test-agent --project-id test-cx-346408 --location-id us-central1 --input agent.zip
+INFO Agent restored
+
Are you running this command in a CI/CD pipeline?
+If this is the case, we recommend that you set the --output-format
parameter to json
.
If you want to learn more about Dialogflow CX restores, refer to the official documentation.
+ + + + + + + + + + + + + + + +You can find the update functionality within the cxcli agent update
subcommand. You can read the documentation about this command here.
The argument to --timezone
is a value from the IANA time zone database. This is an example:
+
Here is a simple example of the cxcli agent update
command:
cxcli agent update test-agent --project-id test-cx-346408 --location-id us-central1 --locale en --timezone Europe/Madrid
+
The above command will give you output similar to the following:
+$ cxcli agent update test-agent --project-id test-cx-346408 --location-id us-central1 --locale en --timezone Europe/Madrid
+INFO Agent updated
+
If you want to learn more about Dialogflow CX Agent update, refer to the official documentation.
+ + + + + + + + + + + + + + + +{"use strict";/*!
+ * escape-html
+ * Copyright(c) 2012-2013 TJ Holowaychuk
+ * Copyright(c) 2015 Andreas Lubbe
+ * Copyright(c) 2015 Tiancheng "Timothy" Gu
+ * MIT Licensed
+ */var Va=/["'&<>]/;qn.exports=za;function za(e){var t=""+e,r=Va.exec(t);if(!r)return t;var o,n="",i=0,s=0;for(i=r.index;i