addContextProperty()

in alexa/skills/smarthome/AlexaResponse.js [82:88]


    addContextProperty(opts) {

      if (this.context === undefined)
        this.context = {properties: []};

      this.context.properties.push(this.createContextProperty(opts));
    }