Builder

class Builder

Properties

Link copied to clipboard

The description of the variable that explains what it represents and how users might refer to it. Clear and comprehensive descriptions are essential for accurate natural language translation.

Link copied to clipboard
var name: String?

The name of the variable. Use descriptive names that clearly indicate the concept being represented.

Link copied to clipboard
var type: String?

The data type of the variable. Valid types include bool, int, real, enum, and custom types that you can provide.