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