Class BuildBotLocaleRequest

    • Method Detail

      • botId

        public final String botId()

        The identifier of the bot to build. The identifier is returned in the response from the CreateBot operation.

        Returns:
        The identifier of the bot to build. The identifier is returned in the response from the CreateBot operation.
      • botVersion

        public final String botVersion()

        The version of the bot to build. This can only be the draft version of the bot.

        Returns:
        The version of the bot to build. This can only be the draft version of the bot.
      • localeId

        public final String localeId()

        The identifier of the language and locale that the bot will be used in. The string must match one of the supported locales. All of the intents, slot types, and slots used in the bot must have the same locale. For more information, see Supported languages.

        Returns:
        The identifier of the language and locale that the bot will be used in. The string must match one of the supported locales. All of the intents, slot types, and slots used in the bot must have the same locale. For more information, see Supported languages.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object