Interface SkillDefinition.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SkillDefinition.Builder,SkillDefinition>, SdkBuilder<SkillDefinition.Builder,SkillDefinition>, SdkPojo
Enclosing class:
SkillDefinition

@Mutable @NotThreadSafe public static interface SkillDefinition.Builder extends SdkPojo, CopyableBuilder<SkillDefinition.Builder,SkillDefinition>
  • 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.