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