From fdb5d0e6b2c56d8b85275aec33aafcafa7059359 Mon Sep 17 00:00:00 2001 From: Victor Algaze Date: Thu, 8 Feb 2024 12:59:00 -0800 Subject: [PATCH] update vf key name --- docs/examples/voiceflow-kb/README.md | 4 ++-- docs/examples/voiceflow/README.md | 4 ++-- examples/voiceflow-kb/README.md | 4 ++-- examples/voiceflow/README.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/examples/voiceflow-kb/README.md b/docs/examples/voiceflow-kb/README.md index e350777..0f3246b 100644 --- a/docs/examples/voiceflow-kb/README.md +++ b/docs/examples/voiceflow-kb/README.md @@ -92,11 +92,11 @@ BOT_TOKEN=__REPLACE__ME__ padding: 10px; "/> -- Save the key under the `VOICEFLOW_KEY` field in **\*[.env](https://github.com/valgaze/speedybot/blob/v2/examples/voiceflow-kb/.env.example)** from earlier-- when you're finished it should look something like this: +- Save the key under the `VOICEFLOW_API_KEY` field in **\*[.env](https://github.com/valgaze/speedybot/blob/v2/examples/voiceflow-kb/.env.example)** from earlier-- when you're finished it should look something like this: ``` BOT_TOKEN=NmFjNODY3MTgtNWIx_PF84_1eb65fdfm1Gak5PRFkzTVRndE5XSXhfUEY4NF8xZWI2NWZkZi05NjQzLTQxN2YtOTk3 -VOICEFLOW_KEY=VF.DM.12345cbc8ef.sjaPjTtrgn +VOICEFLOW_API_KEY=VF.DM.12345cbc8ef.sjaPjTtrgn ``` ::: details Custom runtime? diff --git a/docs/examples/voiceflow/README.md b/docs/examples/voiceflow/README.md index fa023d3..c313f10 100644 --- a/docs/examples/voiceflow/README.md +++ b/docs/examples/voiceflow/README.md @@ -94,11 +94,11 @@ BOT_TOKEN=__REPLACE__ME__ padding: 10px; "/> -- Save the key under the `VOICEFLOW_KEY` field in **\*[.env](https://github.com/valgaze/speedybot/blob/v2/examples/voiceflow/.env.example)** from earlier-- when you're finished it should look something like this: +- Save the key under the `VOICEFLOW_API_KEY` field in **\*[.env](https://github.com/valgaze/speedybot/blob/v2/examples/voiceflow/.env.example)** from earlier-- when you're finished it should look something like this: ``` BOT_TOKEN=NmFjNODY3MTgtNWIx_PF84_1eb65fdfm1Gak5PRFkzTVRndE5XSXhfUEY4NF8xZWI2NWZkZi05NjQzLTQxN2YtOTk3 -VOICEFLOW_KEY=VF.DM.12345cbc8ef.sjaPjTtrgn +VOICEFLOW_API_KEY=VF.DM.12345cbc8ef.sjaPjTtrgn ``` ::: details Custom runtime? diff --git a/examples/voiceflow-kb/README.md b/examples/voiceflow-kb/README.md index 78d0c44..bf470fc 100644 --- a/examples/voiceflow-kb/README.md +++ b/examples/voiceflow-kb/README.md @@ -92,11 +92,11 @@ BOT_TOKEN=__REPLACE__ME__ padding: 10px; "/> -- Save the key under the `VOICEFLOW_KEY` field in **\*[.env](https://github.com/valgaze/speedybot/blob/v2/examples/voiceflow-kb/.env.example)** from earlier-- when you're finished it should look something like this: +- Save the key under the `VOICEFLOW_API_KEY` field in **\*[.env](https://github.com/valgaze/speedybot/blob/v2/examples/voiceflow-kb/.env.example)** from earlier-- when you're finished it should look something like this: ``` BOT_TOKEN=NmFjNODY3MTgtNWIx_PF84_1eb65fdfm1Gak5PRFkzTVRndE5XSXhfUEY4NF8xZWI2NWZkZi05NjQzLTQxN2YtOTk3 -VOICEFLOW_KEY=VF.DM.12345cbc8ef.sjaPjTtrgn +VOICEFLOW_API_KEY=VF.DM.12345cbc8ef.sjaPjTtrgn ``` **Custom runtime:** If you have a custom runtime/endpoint (ie the URL you see in the integration tab is something other than https://general-runtime.voiceflow.com), you can swap the `BASE_URL` value in **[settings/voiceflow.ts](https://github.com/valgaze/speedybot/blob/v2/examples/voiceflow-kb/settings/voiceflow.ts#L7)** diff --git a/examples/voiceflow/README.md b/examples/voiceflow/README.md index 6cd5cce..02eb48b 100644 --- a/examples/voiceflow/README.md +++ b/examples/voiceflow/README.md @@ -94,11 +94,11 @@ BOT_TOKEN=__REPLACE__ME__ padding: 10px; "/> -- Save the key under the `VOICEFLOW_KEY` field in **\*[.env](https://github.com/valgaze/speedybot/blob/v2/examples/voiceflow/.env.example)** from earlier-- when you're finished it should look something like this: +- Save the key under the `VOICEFLOW_API_KEY` field in **\*[.env](https://github.com/valgaze/speedybot/blob/v2/examples/voiceflow/.env.example)** from earlier-- when you're finished it should look something like this: ``` BOT_TOKEN=NmFjNODY3MTgtNWIx_PF84_1eb65fdfm1Gak5PRFkzTVRndE5XSXhfUEY4NF8xZWI2NWZkZi05NjQzLTQxN2YtOTk3 -VOICEFLOW_KEY=VF.DM.12345cbc8ef.sjaPjTtrgn +VOICEFLOW_API_KEY=VF.DM.12345cbc8ef.sjaPjTtrgn ``` **Custom runtime:** If you have a custom runtime/endpoint (ie the URL you see in the integration tab is something other than https://general-runtime.voiceflow.com), you can swap the `BASE_URL` value in **[settings/voiceflow.ts](https://github.com/valgaze/speedybot/blob/v2/examples/voiceflow/settings/voiceflow.ts#L7)**