0

I've built an agent in Dialogflow and I've deployed a test version to Google Home. When I'm talking to my agent on the Google Home, if I ask it "what's the news today" or any sort of intent that isn't included in my agent but can be asked outside of my Test App, then the Google Assistant will exit my Test App and respond with a normal Google Home response.

How do I get my agent to ignore all the default Google Home intents when I'm talking to my agent?

Thanks

Sakshi Gatyan
  • 1,903
  • 7
  • 13
Joshua Gao
  • 141
  • 1
  • 1
  • 7
  • Could you clarify these points? 1)Does your agent have similar intents(training phrases) that you're providing in Google Assistant? 2)While integrating Google Assistant did you configure explicit invocation of intent as mentioned in this [documentation](https://cloud.google.com/dialogflow/docs/data/google-assistant-legacy.pdf)? – Sakshi Gatyan Nov 11 '21 at 11:15
  • @SakshiGatyan 1) No I don't have any similar intents. I would like questions like "What's the weather like today" do be caught in the fallback intent. However, Google Home simply exits the test app and answers normally. 2) Yes I have configured explicit invocation. – Joshua Gao Nov 11 '21 at 19:12
  • Did you try handling the [unrecognized action](https://developers.google.com/assistant/df-asdk/dialogflow/define-actions#handling_an_unrecognized_action) using fallback as mentioned [here](https://developers.google.com/assistant/df-asdk/dialogflow/fulfillment#no-match_reprompting)? – Sakshi Gatyan Nov 12 '21 at 12:46
  • 2
    This question is similar to https://stackoverflow.com/questions/65489240/fallback-intent-with-sys-any – Nick Felker Nov 12 '21 at 16:58
  • Hi @JoshuaGao, is your issue resolved? Did the above comments help in resolving your issue? – Sakshi Gatyan Nov 22 '21 at 12:28
  • @SakshiGatyan Yes my issue is resolved through the similar question provided by Nick Felker – Joshua Gao Nov 30 '21 at 22:24
  • Does this answer your question? [Fallback intent with sys any](https://stackoverflow.com/questions/65489240/fallback-intent-with-sys-any) – Sakshi Gatyan Dec 01 '21 at 03:45

0 Answers0