SimpleResponse constructor

SimpleResponse(
  1. Map response
)

Implementation

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