Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Fixes for issues in payload, undefined intents and telephony #258

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 24, 2019

  1. Configuration menu
    Copy the full SHA
    19a6061 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. Fixed convertPayloadJson to deal with the payloads received from Dial…

    …ogflow.
    
    The dialogflow's payload-response requires a platform string and it cannot be undefined,
    so considering the convention used in rich-response, setting the
    platform to unspecified if it has not been set. But also considering the
    case where a platform can be set by passing in the platform key:value in
    the payload. This fixes the error that is being thrown by
    payload-response.js on line 60.
    aybhalala committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    34f99b7 View commit details
    Browse the repository at this point in the history