Response from dialogflow does not come to Google Assistant

Vladimir Penyazkov

Sometimes Google Assistant does not answer me even though I receive correct response from the fulfillment. That happens only when I use voice command, by using keyboard it always works fine.

What I receive instead of the response

It's just 'thinking'.

After using conv.close('You've punched-in into demo as Jack'); in DialogFlow history I can see following response:

{
  "queryText": "Jack",
  "fulfillmentMessages": [
    {
      "text": {
        "text": [
          "[{\"type\":0,\"speech\":\"\"}]"
        ]
      }
    }
  ],
  "webhookPayload": {
    "google": {
      "userStorage": "{\"data\":{}}",
      "richResponse": {
        "items": [
          {
            "simpleResponse": {
              "textToSpeech": "You've punched-in into demo as Jack"
            }
          }
        ]
      },
      "expectUserResponse": false
    }
  },
  "outputContexts": [
    ...
  ],
  "intent": {
    "id": "96f93154-0ae4-4bb4-91c3-c1b796d7cda3",
    "displayName": "punch-in"
  },
  "intentDetectionConfidence": 1,
  "languageCode": "en"
}

Does any one experienced such issue?

Noticed on Galaxy S7, Android 6.0.1. actions-on-google v.2.2.0

Vladimir Penyazkov

The google assistant team resolved the issues I created to them, and after that the issues is not reproduced.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Dialogflow, Google Assistant: Getting error "MalformedResponse 'final_response' must be set"

From Dev

DialogFlow/Actions: Allow Google Assistant user to create Event in Google Calendar from Actions App

From Dev

Where does the version string in generated Google Endpoint libs come from?

From Dev

Where does the version string in generated Google Endpoint libs come from?

From Dev

Struts Assistant Tool Window does not come up in IntelliJ

From Dev

Struts Assistant Tool Window does not come up in IntelliJ

From Dev

"Failed to parse Dialogflow response into AppResponse because of empty speech response" with flask-assistant

From Dev

Where does "request" and "response" come from, and how could I have found out?

From Dev

Where does this method come from

From Dev

Where does 'session' come from?

From Dev

Where does TrackballControls come from?

From Dev

Where does "struct" come from?

From Dev

Where does the \r come from?

From Dev

Where does the url come from?

From Dev

Where does amp; come from?

From Dev

Where does the sequence come from?

From Dev

Where does 'session' come from?

From Dev

Where does this margin come from?

From Dev

Where does this space come from?

From Dev

Where does "#" come from in SML?

From Java

How to process a request to an external REST service and return the response to Google Assistant?

From Dev

How to process a request to an external REST service and return the response to Google Assistant?

From Dev

Can I make google assistant understand my entities and train it for the same or I need DialogFlow?

From Dev

WSO2 ESB - REST API - Response Does Not Come

From Java

Where does the static requirement come from?

From Java

Where does the static requirement come from?

From Dev

Where does this MouseEvent property come from?

From Dev

Where does `recipe` hash come from in chef?

From Dev

Where does the value for __name__ come from?

Related Related

  1. 1

    Dialogflow, Google Assistant: Getting error "MalformedResponse 'final_response' must be set"

  2. 2

    DialogFlow/Actions: Allow Google Assistant user to create Event in Google Calendar from Actions App

  3. 3

    Where does the version string in generated Google Endpoint libs come from?

  4. 4

    Where does the version string in generated Google Endpoint libs come from?

  5. 5

    Struts Assistant Tool Window does not come up in IntelliJ

  6. 6

    Struts Assistant Tool Window does not come up in IntelliJ

  7. 7

    "Failed to parse Dialogflow response into AppResponse because of empty speech response" with flask-assistant

  8. 8

    Where does "request" and "response" come from, and how could I have found out?

  9. 9

    Where does this method come from

  10. 10

    Where does 'session' come from?

  11. 11

    Where does TrackballControls come from?

  12. 12

    Where does "struct" come from?

  13. 13

    Where does the \r come from?

  14. 14

    Where does the url come from?

  15. 15

    Where does amp; come from?

  16. 16

    Where does the sequence come from?

  17. 17

    Where does 'session' come from?

  18. 18

    Where does this margin come from?

  19. 19

    Where does this space come from?

  20. 20

    Where does "#" come from in SML?

  21. 21

    How to process a request to an external REST service and return the response to Google Assistant?

  22. 22

    How to process a request to an external REST service and return the response to Google Assistant?

  23. 23

    Can I make google assistant understand my entities and train it for the same or I need DialogFlow?

  24. 24

    WSO2 ESB - REST API - Response Does Not Come

  25. 25

    Where does the static requirement come from?

  26. 26

    Where does the static requirement come from?

  27. 27

    Where does this MouseEvent property come from?

  28. 28

    Where does `recipe` hash come from in chef?

  29. 29

    Where does the value for __name__ come from?

HotTag

Archive