Sha256: 1608ae1030e601463d4b94f798c2da9d52e0f8cc364189ac2bb9535e8e8a95a4

Contents?: true

Size: 385 Bytes

Versions: 9

Compression:

Stored size: 385 Bytes

Contents

# frozen_string_literal: true

module DocomoNlu
  module Management
    class Bot < AIMLBase
      self.element_name = "bots"
      self.prefix = "/management/v2.6/projects/:project_id/"

      # Parameter for create
      # {
      #   "botId": "botid",
      #   "scenarioProjectId", "DSU",
      #   "language": "ja-JP",
      #   "description": "hello"
      # }
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
docomo-nlu-0.4.0 lib/docomo_nlu/management/bot.rb
docomo-nlu-0.3.8 lib/docomo_nlu/management/bot.rb
docomo-nlu-0.3.7 lib/docomo_nlu/management/bot.rb
docomo-nlu-0.3.6 lib/docomo_nlu/management/bot.rb
docomo-nlu-0.3.5 lib/docomo_nlu/management/bot.rb
docomo-nlu-0.3.4 lib/docomo_nlu/management/bot.rb
docomo-nlu-0.3.2 lib/docomo_nlu/management/bot.rb
docomo-nlu-0.3.1 lib/docomo_nlu/management/bot.rb
docomo-nlu-0.3.0 lib/docomo_nlu/management/bot.rb