core / org.rewedigital.dialog.model.dialogflow / Item
data class Item
Name | Summary |
---|---|
<init> | Item(info: SelectItemInfo ? = null, title: String ? = null, description: String ? = null, image: Image ? = null) |
Name | Summary |
---|---|
description | val description: String ? |
image | val image: Image ? |
info | val info: SelectItemInfo ? |
title | val title: String ? |