Interface BotLocaleExportSpecification.Builder

    • Method Detail

      • botId

        BotLocaleExportSpecification.Builder botId​(String botId)

        The identifier of the bot to create the locale for.

        Parameters:
        botId - The identifier of the bot to create the locale for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • botVersion

        BotLocaleExportSpecification.Builder botVersion​(String botVersion)

        The version of the bot to export.

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

        BotLocaleExportSpecification.Builder localeId​(String localeId)

        The identifier of the language and locale to export. The string must match one of the locales in the bot.

        Parameters:
        localeId - The identifier of the language and locale to export. The string must match one of the locales in the bot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.