Skip to content

Instantly share code, notes, and snippets.

@3Nigma
Created March 15, 2020 09:29
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/c761557001eac396d38cd812719b48b5 to your computer and use it in GitHub Desktop.
Save 3Nigma/c761557001eac396d38cd812719b48b5 to your computer and use it in GitHub Desktop.
New DialogFlow conversation session request body - session highlights
{
...
"originalDetectIntentRequest": {
...
"payload": {
...
"conversation": {
"conversationId": "...5nmoRA2pY",
"type": "NEW"
},
"inputs": [
{
"intent": "actions.intent.MAIN",
"rawInputs": [
{
"inputType": "VOICE",
"query": "Talk to my skill"
}
]
}
],
...
}
},
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment