Content

@Serializable
data class Content(val parts: List<GenerateContentResponse.Part>, val role: String)

Constructors

Link copied to clipboard
constructor(parts: List<GenerateContentResponse.Part>, role: String)

Properties

Link copied to clipboard
Link copied to clipboard