core / org.rewedigital.dialog.handler / DialogflowResponseBuilder / withGoogleSimpleResponse
fun withGoogleSimpleResponse(simpleResponse:
GoogleSimpleResponse
):
DialogflowResponseBuilder
Adds a GoogleSimpleResponse. RichResponse must start with a GoogleSimpleResponse. A maximum of two GoogleSimpleResponse per RichResponse are allowed.
fun withGoogleSimpleResponse(simpleResponse:
String
):
DialogflowResponseBuilder
Adds a GoogleSimpleResponse with the given string. RichResponse must start with a GoogleSimpleResponse. A maximum of two GoogleSimpleResponse per RichResponse are allowed.