Interface SkillDefinition.Builder

  • Method Details

    • schemaVersion

      SkillDefinition.Builder schemaVersion(String schemaVersion)

      The schema version of the skill definition. If you don't specify a version, the service detects it automatically.

      Parameters:
      schemaVersion - The schema version of the skill definition. If you don't specify a version, the service detects it automatically.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inlineContent

      SkillDefinition.Builder inlineContent(String inlineContent)

      The inline content of the skill definition.

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