Interface CustomVocabularyImportSpecification.Builder

    • Method Detail

      • botId

        CustomVocabularyImportSpecification.Builder botId​(String botId)

        The identifier of the bot to import the custom vocabulary to.

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

        CustomVocabularyImportSpecification.Builder botVersion​(String botVersion)

        The version of the bot to import the custom vocabulary to.

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

        CustomVocabularyImportSpecification.Builder localeId​(String localeId)

        The identifier of the local to import the custom vocabulary to. The value must be en_GB.

        Parameters:
        localeId - The identifier of the local to import the custom vocabulary to. The value must be en_GB.
        Returns:
        Returns a reference to this object so that method calls can be chained together.