dialogflow / dialogflow-fulfillment-nodejs

Dialogflow agent fulfillment library supporting v1&v2, 8 platforms, and text, card, image, suggestion, custom responses
Apache License 2.0
598 stars 281 forks source link

Disable DialogFlow Intent #255

Closed iamrahulmaru closed 5 years ago

iamrahulmaru commented 5 years ago

Hello, Is there any option to disable particular dialogflow intent?

I have one of my projects in Dialogflow with Actions on Google NodeJs. There are multiple intents in projects. Now I want to disable one intent (not delete) but i can't find any option to disable it. is there any option or method for that?

alexedtionweb commented 5 years ago

In the dialogflow console you can open the intent and click on the blue dot (on the side of the name of the intent) and select ignore. (you need to open the intent to be able to do that) https://cloud.google.com/dialogflow/docs/images/intents-priority.png

And the documentation about you can setup to a http request to manage intent (I think nobody uses that, the interface is enough but you can find in the GCP DOCS)

iamrahulmaru commented 5 years ago

@alexedtionweb thank you..