InteractiveFlowResponse

@Serializable
data class InteractiveFlowResponse(id: String, url: String, type: String)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard
val type: String
Link copied to clipboard
val url: String