Metadata constructor

Metadata(Map response)

Implementation

Metadata(Map response) {
  this._intentId = response["intentId"];
  this._webhookUsed = response["webhookUsed"];
  this._webhookForSlotFillingUsed = response["webhookForSlotFillingUsed"];
  this._intentName = response["intentName"];
}