Interface SlotPriority.Builder

  • Method Details

    • priority

      SlotPriority.Builder priority(Integer priority)

      The priority that Amazon Lex should apply to the slot.

      Parameters:
      priority - The priority that Amazon Lex should apply to the slot.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • slotId

      SlotPriority.Builder slotId(String slotId)

      The unique identifier of the slot.

      Parameters:
      slotId - The unique identifier of the slot.
      Returns:
      Returns a reference to this object so that method calls can be chained together.