Interface BotExportSpecification.Builder

  • Method Details

    • botId

      The identifier of the bot assigned by Amazon Lex.

      Parameters:
      botId - The identifier of the bot assigned by Amazon Lex.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • botVersion

      BotExportSpecification.Builder botVersion(String botVersion)

      The version of the bot that was exported. This will be either DRAFT or the version number.

      Parameters:
      botVersion - The version of the bot that was exported. This will be either DRAFT or the version number.
      Returns:
      Returns a reference to this object so that method calls can be chained together.