Class UpdateBotLocaleRequest

    • Method Detail

      • botId

        public final String botId()

        The unique identifier of the bot that contains the locale.

        Returns:
        The unique identifier of the bot that contains the locale.
      • botVersion

        public final String botVersion()

        The version of the bot that contains the locale to be updated. The version can only be the DRAFT version.

        Returns:
        The version of the bot that contains the locale to be updated. The version can only be the DRAFT version.
      • localeId

        public final String localeId()

        The identifier of the language and locale to update. The string must match one of the supported locales. For more information, see Supported languages.

        Returns:
        The identifier of the language and locale to update. The string must match one of the supported locales. For more information, see Supported languages.
      • description

        public final String description()

        The new description of the locale.

        Returns:
        The new description of the locale.
      • nluIntentConfidenceThreshold

        public final Double nluIntentConfidenceThreshold()

        The new confidence threshold where Amazon Lex inserts the AMAZON.FallbackIntent and AMAZON.KendraSearchIntent intents in the list of possible intents for an utterance.

        Returns:
        The new confidence threshold where Amazon Lex inserts the AMAZON.FallbackIntent and AMAZON.KendraSearchIntent intents in the list of possible intents for an utterance.
      • voiceSettings

        public final VoiceSettings voiceSettings()

        The new Amazon Polly voice Amazon Lex should use for voice interaction with the user.

        Returns:
        The new Amazon Polly voice Amazon Lex should use for voice interaction with the user.
      • 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