AnswerResponse

@Serializable
data class AnswerResponse(val answer: String, val resourceUrl: String)

Constructors

Link copied to clipboard
constructor(answer: String, resourceUrl: String)

Properties

Link copied to clipboard
Link copied to clipboard