Sha256: 1ca65258a53e5879e7c72630229553ff91c653f524a519cd0d860c2856e0fffa

Contents?: true

Size: 585 Bytes

Versions: 8

Compression:

Stored size: 585 Bytes

Contents

# frozen_string_literal: true

module DocomoNlu
  module Management::V23
    class Config < Base
      self.element_name = "configs"
      self.prefix = "/management/v2.2/projects/:project_id/bots/:bot_id/"

      # {
      #   "dialogTimeout": 300,
      #   "replyTimeout": 300,
      #   "xxxxUrl": "http://xxx",
      #   "yyyyUrl": "http://xxx",
      #   "sensitiveInfo": "aa.bb, ccc.ddd...",
      #   "sraix" : [true|false],
      #   "taskServerUrl": "http://xxx"
      # }

      def destroy(keys)
        self.id = keys.join(",")
        super()
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
docomo-nlu-0.2.7 lib/docomo-nlu/management/V23/config.rb
docomo-nlu-0.2.6 lib/docomo-nlu/management/V23/config.rb
docomo-nlu-0.2.5 lib/docomo-nlu/management/V23/config.rb
docomo-nlu-0.2.4 lib/docomo-nlu/management/V23/config.rb
docomo-nlu-0.2.3 lib/docomo-nlu/management/V23/config.rb
docomo-nlu-0.2.2 lib/docomo-nlu/management/V23/config.rb
docomo-nlu-0.2.1 lib/docomo-nlu/management/V23/config.rb
docomo-nlu-0.2.0 lib/docomo-nlu/management/V23/config.rb