Interface UserTurnSlotOutput.Builder

    • Method Detail

      • value

        UserTurnSlotOutput.Builder value​(String value)

        The value output by the slot recognition.

        Parameters:
        value - The value output by the slot recognition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        UserTurnSlotOutput.Builder values​(Collection<UserTurnSlotOutput> values)

        Values that are output by the slot recognition.

        Parameters:
        values - Values that are output by the slot recognition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        UserTurnSlotOutput.Builder values​(UserTurnSlotOutput... values)

        Values that are output by the slot recognition.

        Parameters:
        values - Values that are output by the slot recognition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subSlots

        UserTurnSlotOutput.Builder subSlots​(Map<String,​UserTurnSlotOutput> subSlots)

        A list of items mapping the name of the subslots to information about those subslots.

        Parameters:
        subSlots - A list of items mapping the name of the subslots to information about those subslots.
        Returns:
        Returns a reference to this object so that method calls can be chained together.