SimpleResponse constructor

SimpleResponse(Map response)

Implementation

SimpleResponse(Map response){
  this.textToSpeech = response['textToSpeech'];
  this.ssml = response['ssml'];
  this.displayText = response['displayText'];
}