Google Cloud Dialogflow V2Intent Message Basic Card Response
data class GoogleCloudDialogflowV2IntentMessageBasicCardResponse(val buttons: List<GoogleCloudDialogflowV2IntentMessageBasicCardButtonResponse>, val formattedText: String, val image: GoogleCloudDialogflowV2IntentMessageImageResponse, val subtitle: String, val title: String)
The basic card message. Useful for displaying information.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowV2IntentMessageBasicCardResponse(buttons: List<GoogleCloudDialogflowV2IntentMessageBasicCardButtonResponse>, formattedText: String, image: GoogleCloudDialogflowV2IntentMessageImageResponse, subtitle: String, title: String)