Interface SubSlotSetting.Builder

    • Method Detail

      • expression

        SubSlotSetting.Builder expression​(String expression)

        The expression text for defining the constituent sub slots in the composite slot using logical AND and OR operators.

        Parameters:
        expression - The expression text for defining the constituent sub slots in the composite slot using logical AND and OR operators.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • slotSpecifications

        SubSlotSetting.Builder slotSpecifications​(Map<String,​Specifications> slotSpecifications)

        Specifications for the constituent sub slots of a composite slot.

        Parameters:
        slotSpecifications - Specifications for the constituent sub slots of a composite slot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.