Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change parameters data type #3

Merged

Conversation

yogyrahmawan
Copy link
Contributor

There is error when unmarshalling response on the parameters data type.
Based on https://dialogflow.com/docs/reference/agent/query

"parameters": {
      "fruit": [
        "apples"
      ]
    }

Parameters type should be map with string keys and string slices as the values,

@mlabouardy mlabouardy merged commit 84d8aa0 into mlabouardy:master Dec 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants