Interface DeleteSlotRequest.Builder

    • Method Detail

      • slotId

        DeleteSlotRequest.Builder slotId​(String slotId)

        The identifier of the slot to delete.

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

        DeleteSlotRequest.Builder botId​(String botId)

        The identifier of the bot associated with the slot to delete.

        Parameters:
        botId - The identifier of the bot associated with the slot to delete.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • botVersion

        DeleteSlotRequest.Builder botVersion​(String botVersion)

        The version of the bot associated with the slot to delete.

        Parameters:
        botVersion - The version of the bot associated with the slot to delete.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • localeId

        DeleteSlotRequest.Builder localeId​(String localeId)

        The identifier of the language and locale that the slot will be deleted from. The string must match one of the supported locales. For more information, see Supported languages.

        Parameters:
        localeId - The identifier of the language and locale that the slot will be deleted from. The string must match one of the supported locales. For more information, see Supported languages.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • intentId

        DeleteSlotRequest.Builder intentId​(String intentId)

        The identifier of the intent associated with the slot.

        Parameters:
        intentId - The identifier of the intent associated with the slot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.