Interface SkillDefinition.Builder

  • Method Details

    • schemaVersion

      SkillDefinition.Builder schemaVersion(String schemaVersion)

      The version of the skill definition schema.

      Parameters:
      schemaVersion - The version of the skill definition schema.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inlineContent

      SkillDefinition.Builder inlineContent(String inlineContent)

      The JSON content containing the structured skill definition.

      Parameters:
      inlineContent - The JSON content containing the structured skill definition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.