Class ListCustomVocabularyItemsRequest

    • Method Detail

      • botId

        public final String botId()

        The identifier of the version of the bot associated with this custom vocabulary.

        Returns:
        The identifier of the version of the bot associated with this custom vocabulary.
      • botVersion

        public final String botVersion()

        The bot version of the bot to the list custom vocabulary request.

        Returns:
        The bot version of the bot to the list custom vocabulary request.
      • localeId

        public final String localeId()

        The identifier of the language and locale where this custom vocabulary is used. The string must match one of the supported locales. For more information, see Supported languages (https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html).

        Returns:
        The identifier of the language and locale where this custom vocabulary is used. The string must match one of the supported locales. For more information, see Supported languages (https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html).
      • maxResults

        public final Integer maxResults()

        The maximum number of items returned by the list operation.

        Returns:
        The maximum number of items returned by the list operation.
      • nextToken

        public final String nextToken()

        The nextToken identifier to the list custom vocabulary request.

        Returns:
        The nextToken identifier to the list custom vocabulary request.
      • 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