Interface ListCustomVocabularyItemsResponse.Builder

    • Method Detail

      • botId

        ListCustomVocabularyItemsResponse.Builder botId​(String botId)

        The identifier of the bot associated with this custom vocabulary.

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

        ListCustomVocabularyItemsResponse.Builder botVersion​(String botVersion)

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

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

        ListCustomVocabularyItemsResponse.Builder localeId​(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 .

        Parameters:
        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 .
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • customVocabularyItems

        ListCustomVocabularyItemsResponse.Builder customVocabularyItems​(Collection<CustomVocabularyItem> customVocabularyItems)

        The custom vocabulary items from the list custom vocabulary response.

        Parameters:
        customVocabularyItems - The custom vocabulary items from the list custom vocabulary response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • customVocabularyItems

        ListCustomVocabularyItemsResponse.Builder customVocabularyItems​(CustomVocabularyItem... customVocabularyItems)

        The custom vocabulary items from the list custom vocabulary response.

        Parameters:
        customVocabularyItems - The custom vocabulary items from the list custom vocabulary response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListCustomVocabularyItemsResponse.Builder nextToken​(String nextToken)

        The nextToken identifier to the list custom vocabulary response.

        Parameters:
        nextToken - The nextToken identifier to the list custom vocabulary response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.