QueryIntent

@Serializable
data class QueryIntent(val type: String? = null, val details: QueryIntentDetails? = null)

Constructors

Link copied to clipboard
constructor(type: String? = null, details: QueryIntentDetails? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val type: String? = null