Sha256: 86056adc79b2a478e9a87e10c4b89e67e040aeca45394f298da0d6a1ddf755d4
Contents?: true
Size: 254 Bytes
Versions: 6
Compression:
Stored size: 254 Bytes
Contents
# frozen_string_literal: true module DocomoNlu module Management class OKWord < OKNGBase self.element_name = "okWords" self.prefix = "/management/v2.6/projects/:project_id/bots/:bot_id/" self.extention = ".ans" end end end
Version data entries
6 entries across 6 versions & 1 rubygems