core / org.rewedigital.dialog.handler / DialogflowResponseBuilder / withGoogleBasicCard
fun withGoogleBasicCard(basicCard:
GoogleBasicCard
):
DialogflowResponseBuilder
fun withGoogleBasicCard(title:
String
, subtitle:
String
? = null, formattedText:
String
? = null, image:
GoogleImage
? = null, buttons:
MutableList
<
GoogleButton
> = mutableListOf(), imageDisplayOptions:
ImageDisplayOptions
? = ImageDisplayOptions.CROPPED):
DialogflowResponseBuilder
Adds a GoogleBasicCard. RichResponse must start with a GoogleSimpleResponse. Only one GoogleBasicCard per RichResponse is allowed.