-
when using agent.end("my string"), the converstaion text comes out as empty in logs. When debugging through dialogflow's trial UI, I do see `"triggerEndOfConversation": true` in the fulfillment respon…
-
My dialogflow agent is connected to a webhook for fulfillment using API v2, when I try to response back with ask for sign in response it doesn't perform the appropriate function and instead outputs th…
-
# Todo Transactions API JSON
- Add response structure for implementing Transactions API with Dialogflow API V2.
-
# Why
- Dialogflow の Dashboard にわざわざ行きたいくない
- Intents を誰でも作成できるようにしたい
# How
- [Google Cloud: API でインテントを管理する](https://cloud.google.com/dialogflow/es/docs/how/manage-intents?hl=ja#create-intent-n…
75asa updated
3 years ago
-
@abhi007tyagi hi, thankyou for your code. i've implemented it on my application.
But i wonder how to make double responses on android. it would be great if it can.
![Screenshot_20190328-130118 …
-
Upgraded to 0.6.1 and ran into a bug when mixing fulfillment messages coming from console and from our own fulfillment function. For some messages we keep the response in the dialogflow console and fo…
-
I am trying to get permission to access location by using the below code
```
const requestPermission = (agent) => {
console.log('In permission');
agent.add(new Permission({…
4rpit updated
4 years ago
-
The readme procedure is not detailed enough to get through an integration with DialogFlow.
All configuration regarding how to set the environment variable GOOGLE_APPLICATION_CREDENTIALS using the jso…
-
Been trying to assemble an apk for a long time now but keep running across this error when building.
java.util.concurrent.ExecutionException: com.android.builder.internal.aapt.v2.Aapt2Exception: …
-
Tenho um app que utiliza da biblioteca do Firestore e também precisa utilizar a do DialogFlow, até o momento estou utilizando a [biblioteca V1](https://github.com/dialogflow/dialogflow-android-client)…