Skip to content

Commit 712c0b1

Browse files
committed
docs: added docs for the test platform
1 parent 755a296 commit 712c0b1

31 files changed

+579
-12
lines changed

docs/docs/agents/export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Export an agent
22

3-
With the `vocieflow-cli` you can export your agent inforamtion. This is useful when you want to get the `.vf` file of your project. The `voiceflow-cli` has one command that allows you to export an agent from your terminal:
3+
With the `voiceflow-cli` you can export your agent information. This is useful when you want to get the `.vf` file of your project. The `voiceflow-cli` has one command that allows you to export an agent from your terminal:
44

55
To export an agent, you need to know the `agent-id` and the `version-id` of the agent you want to export from. You can find that information in the Voiceflow Agent section under your Agent Settings on [voiceflow.com](https://voiceflow.com).
66

docs/docs/agents/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<img alt="Flow" src="/images/agent.png" style="height:512px;width:512px" />
77
</p>
88

9-
A Voiceflow agent is a conversational AI that can be used to create voice and chat applications. It is a collection of conversational components that are used to create a conversational flow. The agent can be used to create voice and chat applications that can be used to interact with users.
9+
A Voiceflow agent is a conversational AI that can be used to create agents. It is a collection of conversational components that are used to create a conversational flow. The agent can be used to create agents that can be used to interact with users.
1010

1111
## Reference
1212

13-
The `voiceflow-cli` has a command that allows you to interact with your Vocieflow Agents from your terminal or from your CI pipelines.
13+
The `voiceflow-cli` has a command that allows you to interact with your Voiceflow Agents from your terminal or from your CI pipelines.
1414

1515
To know more, you can run the `voiceflow agent` command. For the usage, please refer to this [page](/cmd/voiceflow_agent).

docs/docs/analytics/fetch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Fetch Analytics
22

3-
With the `vocieflow-cli` you can fetch the analytics of your project. This is useful when you want to get the get the analytics and import them to another system. The `voiceflow-cli` has one command that allows you to export your voiceflow agent Analytics from your terminal:
3+
With the `voiceflow-cli` you can fetch the analytics of your project. This is useful when you want to get the get the analytics and import them to another system. The `voiceflow-cli` has one command that allows you to export your voiceflow agent Analytics from your terminal:
44

55
To export the analytics, you need to know the `agent-id` of the agent you want to export from. You can find that information in the Voiceflow Agent section under your Agent Settings on [voiceflow.com](https://voiceflow.com).
66

docs/docs/analytics/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<img alt="Flow" src="/images/analytics.png" style="height:512px;width:512px" />
77
</p>
88

9-
Voiceflow agents' analytics provide insights into how your users are interacting with your voice and chat applications. It helps you understand how your users are interacting with your application, what intents they are hitting, and where they are dropping off.
9+
Voiceflow agents' analytics provide insights into how your users are interacting with your agents. It helps you understand how your users are interacting with your agents, what intents they are hitting, and where they are dropping off.
1010

1111
## Reference
1212

13-
The `voiceflow-cli` has a command that allows you to interact with your Vocieflow Agents' analytics from your terminal or from your CI pipelines.
13+
The `voiceflow-cli` has a command that allows you to interact with your Voiceflow Agents' analytics from your terminal or from your CI pipelines.
1414

1515
To know more, you can run the `voiceflow analytics` command. For the usage, please refer to this [page](/cmd/voiceflow_analytics).

docs/docs/documents/upload-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Upload URLs to the Knowledge Base
22

3-
With the `vocieflow-cli` you can upload content from a file to your Voiceflow Knowledge Base with customizable processing options. This is useful when you want to perform a automations around your knowledge base. The `voiceflow-cli` has one command that allows you to update your knowledge base from your terminal:
3+
With the `voiceflow-cli` you can upload content from a file to your Voiceflow Knowledge Base with customizable processing options. This is useful when you want to perform a automations around your knowledge base. The `voiceflow-cli` has one command that allows you to update your knowledge base from your terminal:
44

55
## Command Usage
66
```bash

docs/docs/documents/upload-url.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Upload URLs to the Knowledge Base
22

3-
With the `vocieflow-cli` you can upload content from a URL to your Voiceflow Knowledge Base with customizable processing options. This is useful when you want to perform a automations around your knowledge base. The `voiceflow-cli` has one command that allows you to update your knowledge base from your terminal:
3+
With the `voiceflow-cli` you can upload content from a URL to your Voiceflow Knowledge Base with customizable processing options. This is useful when you want to perform a automations around your knowledge base. The `voiceflow-cli` has one command that allows you to update your knowledge base from your terminal:
44

55
## Command Usage
66
```bash
399 KB
Loading
260 KB
Loading
239 KB
Loading
323 KB
Loading

0 commit comments

Comments
 (0)