Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (6 loc) · 1.67 KB

File metadata and controls

10 lines (6 loc) · 1.67 KB

core / org.rewedigital.dialog.handler / DialogflowResponseBuilder / withGoogleBasicCard

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.