1

Getting errors saying this doesn't work in simulation?

https://console.actions.google.com/project/helloworld-4e256/simulator

I'm following this tutorial here: https://www.youtube.com/watch?v=IYkUEunn9iA

enter image description here

{
    "response": "Sorry, this action is not available in simulation",
    "audioResponse": "//NExAAQQ...",
    "debugInfo": {
        "sharedDebugInfo": [
            {
                "name": "GOOGLE_SYSTEM_ACTION",
                "debugInfo": "Your query is handled by Google’s system actions"
            }
        ]
    },
    "visualResponse": {
        "visualElements": [
            {
                "displayText": {
                    "content": "Sorry, this action is not available in simulation"
                }
            }
        ]
    }
}

However in API.ai it does work, at least in the test area of the right side bar.

What step am I missing?

enter image description here

New Problem, can't re-activate

I turned my test to inactive, and now can't re-activate it

enter image description here

Leon Gaban
  • 36,509
  • 115
  • 332
  • 529
  • The tutorial you are looking at is a bit old so the screens are now a bit different... Especially, when you are going to 'fulfillment' - Try to publish again your action on 'action on google' and then click 'test'. It should open the simulator and work for you. – Ido Green Jul 11 '17 at 16:02
  • Oh I didn't publish, but hit test.... doesn't publish push this to the Google store or make it open for review? – Leon Gaban Jul 11 '17 at 16:05
  • Sorry - I meant to 'enable' it with the switch on the top-right corner. – Ido Green Jul 12 '17 at 22:00

1 Answers1

3

Go to your Actions Integration settings:

  1. Make sure you've selected intents properly.
  2. Update your app.

Go to Simulator:

To start interacting with your test app:

First pass: Talk to <app-name> (compulsory).

Example:

1.first


2.second

Then you will be with your app and can use app commands in your triggered intents.

And make sure you've filled app details properly in Overview page of AoG.

Community
  • 1
  • 1
J Shubham
  • 609
  • 7
  • 21