Google Cloud Dialogflow V2Intent Message Card Response
data class GoogleCloudDialogflowV2IntentMessageCardResponse(val buttons: List<GoogleCloudDialogflowV2IntentMessageCardButtonResponse>, val imageUri: String, val subtitle: String, val title: String)
The card response message.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowV2IntentMessageCardResponse(buttons: List<GoogleCloudDialogflowV2IntentMessageCardButtonResponse>, imageUri: String, subtitle: String, title: String)