core / org.rewedigital.dialog.model.google / GoogleSimpleResponse
data class GoogleSimpleResponse
Name | Summary |
---|---|
<init> | GoogleSimpleResponse(textToSpeech: String ? = null, ssml: String ? = null, displayText: String ? = null) |
Name | Summary |
---|---|
displayText | val displayText: String ? |
ssml | val ssml: String ? |
textToSpeech | val textToSpeech: String ? |