Skip to content

Commit 69316fb

Browse files
authored
deprecate dialogflow guides (#538)
1 parent cfcfb02 commit 69316fb

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
:::warning Deprecation Notice
2+
The Dialogflow integration with SignalWire has been deprecated and is no longer actively supported.
3+
4+
**What this means:**
5+
- Existing Dialogflow applications will continue to function normally
6+
- New Dialogflow integrations cannot be created
7+
- We recommend migrating to alternative AI solutions for new projects
8+
9+
:::

website/docs/main/home/platform/integrations/dialogflow/dialogflow-agents/index.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,13 @@ x-custom:
99
last_reviewed_by: danieleds
1010
---
1111

12+
import DeprecationWarning from "../_deprecated.mdx"
13+
14+
1215
# Integrating with Dialogflow Agents
1316

17+
<DeprecationWarning />
18+
1419
Dialogflow agents allow you to use and build engaging, conversational interfaces
1520
powered by Google's Dialogflow AI. You can import Dialogflow agents in your
1621
[SignalWire Space](https://signalwire.com/signin) and connect them to your

website/docs/main/home/platform/integrations/dialogflow/dialogflow-using-nodejs-to-get-caller-id-send-sms.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ x-custom:
77
ported_from_readme: true
88
---
99

10+
import DeprecationWarning from "./_deprecated.mdx"
11+
12+
13+
<DeprecationWarning />
14+
1015
Generally, DialogFlow is not an SMS interactive platform, but it is more designed for accepting incoming audio, and making machine learning decisions based on audio input.
1116

1217
However, DialogFlow can interact with NodeJS, and therefore can utilize SignalWire’s NodeJS libraries. DialogFlow is able to send outbound GET/POST requests, but in order to enable this, a credit card must be on file in the DialogFlow account (the pay-as-you-go plan is a good option)

website/docs/main/home/platform/integrations/dialogflow/index.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ title: Dialogflow Integration
33
slug: /platform/integrations/dialogflow
44
---
55

6+
import DeprecationWarning from "./_deprecated.mdx"
7+
8+
9+
<DeprecationWarning />
10+
611
This section contains guides for using Dialogflow with SignalWire.
712

813
<DocCardList />

0 commit comments

Comments
 (0)