Interface SubSlotTypeComposition.Builder

    • Method Detail

      • name

        SubSlotTypeComposition.Builder name​(String name)

        Name of a constituent sub slot inside a composite slot.

        Parameters:
        name - Name of a constituent sub slot inside a composite slot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • slotTypeId

        SubSlotTypeComposition.Builder slotTypeId​(String slotTypeId)

        The unique identifier assigned to a slot type. This refers to either a built-in slot type or the unique slotTypeId of a custom slot type.

        Parameters:
        slotTypeId - The unique identifier assigned to a slot type. This refers to either a built-in slot type or the unique slotTypeId of a custom slot type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.