customer-android-kotlin

//core/com.kustomer.core.models.chat/KusUrlUnfurledStructuredData

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.

Constructors

   
KusUrlUnfurledStructuredData [androidJvm]
constructor(title: String? = null, price: String? = null)

Properties

Name Summary
price [androidJvm]
val price: String? = null
title [androidJvm]
val title: String? = null