Interface AutomatedReasoningPolicyDefinitionVariable.Builder

  • Method Details

    • name

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

      Parameters:
      name - The name of the variable. Use descriptive names that clearly indicate the concept being represented.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

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

      Parameters:
      type - The data type of the variable. Valid types include bool, int, real, enum, and custom types that you can provide.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      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.

      Parameters:
      description - 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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.