//core/com.kustomer.core.models.chat/KusUrlUnfurledStructuredData
[androidJvm]
@JsonClass(generateAdapter = true)
data class KusUrlUnfurledStructuredData(val title: String? = null, val price: String? = null)
Structured title/price from chat-api (unfurledUrl.structuredData), aligned with iOS UnfurledStructuredData. Legacy payloads may still send the same shape under JSON key display; parseUrlUnfurledFromJson maps both.
| KusUrlUnfurledStructuredData | [androidJvm] constructor(title: String? = null, price: String? = null) |
| Name | Summary |
|---|---|
| price | [androidJvm] val price: String? = null |
| title | [androidJvm] val title: String? = null |