Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. {
  2. "dialogState": "ElicitIntent",
  3. "intentName": null,
  4. "message": "ERR_CONBOT_RETRY",
  5. "messageFormat": "PlainText",
  6. "responseCard": null,
  7. "sessionAttributes": {},
  8. "slotToElicit": null,
  9. "slots": null
  10. }
  11.  
  12. {
  13. "botAlias": "demo",
  14. "botName": "Test",
  15. "userId": "4291497024159985",
  16. "inputText": "Score please",
  17. "sessionAttributes": {
  18. "isSpeech": "false",
  19. "languageCode": "en",
  20. "inputChannel": "WEB",
  21. "spanId": "7059150085989143",
  22. "jwtToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOlsiTVhfQVBJX1JFU09VUkNFIl0sInVzZXJfbmFtZSI6IlRhZ2l0Iiwic2NvcGUiOlsiQ0IiXSwiZXhwIjoxNTU4NDE5NzA1LCJ1c2VyIjp7ImNoYW5uZWwiOiJNWFJFU1QiLCJjaGFubm",
  23. "loginresponse": "Authenticated",
  24. "accessToken": "XXXX"
  25. }
  26. }
  27.  
  28. fields inputText,@message
  29. | parse @message '"inputText": "*"' as @transcript| filter message="ERR_CONBOT_RETRY"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement