Skip to content

Instantly share code, notes, and snippets.

@3Nigma
Created March 15, 2020 09:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 3Nigma/dddd47dda1ec37611d6c2e24d028237d to your computer and use it in GitHub Desktop.
Save 3Nigma/dddd47dda1ec37611d6c2e24d028237d to your computer and use it in GitHub Desktop.
New DialogFlow conversation session request body - session highlights with custom query
{
...
"originalDetectIntentRequest": {
...
"payload": {
...
"conversation": {
"conversationId": "...gZsMB8ajfLvsg",
"type": "NEW"
},
"inputs": [
{
"intent": "actions.intent.MAIN",
"rawInputs": [
{
"inputType": "VOICE",
"query": "Talk to my skill on dev 1"
}
]
}
],
...
}
},
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment