core / org.rewedigital.dialog.handler / DialogflowResponseBuilder / withTextMessage
fun withTextMessage(text:
TextMessage
, platform:
Platform
? = null):
DialogflowResponseBuilder
Adds a TextMessage with the given Platform.
fun withTextMessage(vararg text:
String
, platform:
Platform
? = null):
DialogflowResponseBuilder
Adds a TextMessage with a list of a given string and Platform.