Skip to content

Commit 684c1dc

Browse files
authored
feat: support for intent, events and buttons requests (#67)
1 parent 2ba0d38 commit 684c1dc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+569
-31
lines changed

.github/workflows/release_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: docker/setup-qemu-action@v3
3131
- uses: docker/setup-buildx-action@v3
3232
- uses: sigstore/cosign-installer@v3.10.0
33-
- uses: anchore/sbom-action/download-syft@v0.20.10
33+
- uses: anchore/sbom-action/download-syft@v0.20.11
3434
- uses: crazy-max/ghaction-upx@v3
3535
with:
3636
install-only: true

docs/docs/cmd/voiceflow.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ voiceflow [flags]
2323
-h, --help help for voiceflow
2424
-z, --open-api-key string Open API Key (optional)
2525
-o, --output-format string Output Format. Options: text, json. Default: text (optional) (default "text")
26+
--show-tester-messages Show tester agent messages in agent-to-agent tests (optional) (default true)
2627
-u, --skip-update-check Skip the check for updates check run before every command (optional)
2728
-v, --verbose verbose error output (with stack trace) (optional)
2829
-x, --voiceflow-api-key string Voiceflow API Key (optional)

docs/docs/cmd/voiceflow_agent.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ voiceflow agent [flags]
1717
```
1818
-z, --open-api-key string Open API Key (optional)
1919
-o, --output-format string Output Format. Options: text, json. Default: text (optional) (default "text")
20+
--show-tester-messages Show tester agent messages in agent-to-agent tests (optional) (default true)
2021
-u, --skip-update-check Skip the check for updates check run before every command (optional)
2122
-v, --verbose verbose error output (with stack trace) (optional)
2223
-x, --voiceflow-api-key string Voiceflow API Key (optional)

docs/docs/cmd/voiceflow_agent_export.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ voiceflow agent export [flags]
2020
```
2121
-z, --open-api-key string Open API Key (optional)
2222
-o, --output-format string Output Format. Options: text, json. Default: text (optional) (default "text")
23+
--show-tester-messages Show tester agent messages in agent-to-agent tests (optional) (default true)
2324
-u, --skip-update-check Skip the check for updates check run before every command (optional)
2425
-v, --verbose verbose error output (with stack trace) (optional)
2526
-x, --voiceflow-api-key string Voiceflow API Key (optional)

docs/docs/cmd/voiceflow_analytics.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ voiceflow analytics [flags]
1717
```
1818
-z, --open-api-key string Open API Key (optional)
1919
-o, --output-format string Output Format. Options: text, json. Default: text (optional) (default "text")
20+
--show-tester-messages Show tester agent messages in agent-to-agent tests (optional) (default true)
2021
-u, --skip-update-check Skip the check for updates check run before every command (optional)
2122
-v, --verbose verbose error output (with stack trace) (optional)
2223
-x, --voiceflow-api-key string Voiceflow API Key (optional)

docs/docs/cmd/voiceflow_analytics_fetch.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ voiceflow analytics fetch [flags]
2323
```
2424
-z, --open-api-key string Open API Key (optional)
2525
-o, --output-format string Output Format. Options: text, json. Default: text (optional) (default "text")
26+
--show-tester-messages Show tester agent messages in agent-to-agent tests (optional) (default true)
2627
-u, --skip-update-check Skip the check for updates check run before every command (optional)
2728
-v, --verbose verbose error output (with stack trace) (optional)
2829
-x, --voiceflow-api-key string Voiceflow API Key (optional)

docs/docs/cmd/voiceflow_completion.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ See each sub-command's help for details on how to use the generated script.
1919
```
2020
-z, --open-api-key string Open API Key (optional)
2121
-o, --output-format string Output Format. Options: text, json. Default: text (optional) (default "text")
22+
--show-tester-messages Show tester agent messages in agent-to-agent tests (optional) (default true)
2223
-u, --skip-update-check Skip the check for updates check run before every command (optional)
2324
-v, --verbose verbose error output (with stack trace) (optional)
2425
-x, --voiceflow-api-key string Voiceflow API Key (optional)

docs/docs/cmd/voiceflow_completion_bash.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ voiceflow completion bash
4242
```
4343
-z, --open-api-key string Open API Key (optional)
4444
-o, --output-format string Output Format. Options: text, json. Default: text (optional) (default "text")
45+
--show-tester-messages Show tester agent messages in agent-to-agent tests (optional) (default true)
4546
-u, --skip-update-check Skip the check for updates check run before every command (optional)
4647
-v, --verbose verbose error output (with stack trace) (optional)
4748
-x, --voiceflow-api-key string Voiceflow API Key (optional)

docs/docs/cmd/voiceflow_completion_fish.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ voiceflow completion fish [flags]
3333
```
3434
-z, --open-api-key string Open API Key (optional)
3535
-o, --output-format string Output Format. Options: text, json. Default: text (optional) (default "text")
36+
--show-tester-messages Show tester agent messages in agent-to-agent tests (optional) (default true)
3637
-u, --skip-update-check Skip the check for updates check run before every command (optional)
3738
-v, --verbose verbose error output (with stack trace) (optional)
3839
-x, --voiceflow-api-key string Voiceflow API Key (optional)

docs/docs/cmd/voiceflow_completion_powershell.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ voiceflow completion powershell [flags]
3030
```
3131
-z, --open-api-key string Open API Key (optional)
3232
-o, --output-format string Output Format. Options: text, json. Default: text (optional) (default "text")
33+
--show-tester-messages Show tester agent messages in agent-to-agent tests (optional) (default true)
3334
-u, --skip-update-check Skip the check for updates check run before every command (optional)
3435
-v, --verbose verbose error output (with stack trace) (optional)
3536
-x, --voiceflow-api-key string Voiceflow API Key (optional)

0 commit comments

Comments
 (0)