-
Hi Guys,
I am trying to integrate Azure with Dialogflow CX Integration and followed the steps to integrate as mentioned below.
https://github.com/GoogleCloudPlatform/dialogflow-integrations/tree…
-
As I have noticed in official document, Teams integration is not part of built in integrations supported by Google. It being an independent integration, can someone help me with trusted third party or…
-
# Context
A good final step of this project would be a walkthrough video with the typical scenarios. We can re-use Dialogflow chatbot interface by embedding its code on a simple web page or just re…
-
I having an issue where only textToSpeech responses seem to work properly. I'm trying to test that the correct suggestions appear but only the textToSpeech array does. When I test it with the google a…
-
Dialogflow Console allows to add Custom Payload to Default platform.
Webhook request for such an intent with custom payload in Default platform fails to parse with below exception.
```
Error: P…
-
Love the library!
I want to add multiple language responses, so that when a user sends a query in a certain language, the response comes back in that language.
Something like:
```
Dialogflow_V…
24dev updated
4 years ago
-
## Is your feature request related to a problem? Please describe.
Currently, Dialogflow as a connector is only reading from "Airy Chat Plugin". As an Airy user, i need to enable Dialogflow when insta…
-
Hi All,
I am trying to read data from an API in Dialogflow. Below is the code but I am getting the following error and it looks like I have defined my responses in agent.add but still getting the f…
-
Hi folks! 👋
I want to send multiple custom payloads through one intent handler.
Appears like multiple `agent.add`s with custom payloads (e.g using `agent.FACEBOOK`) currently fail.
From the C…
-
Dialogflow-cli depends on grpc 1.7.3 indirectly. This version is not compatible with NodeJS 10 (https://github.com/grpc/grpc-node/issues/400#issuecomment-397857095)
Upgrading the dialogflow package…