Sha256: fb86f7f30c17fefa2a6f4f91ce0554db75003ba6c515a3d4c6932e5514e45ada
Contents?: true
Size: 585 Bytes
Versions: 8
Compression:
Stored size: 585 Bytes
Contents
# frozen_string_literal: true module DocomoNlu module Management::V26 class Config < Base self.element_name = "configs" self.prefix = "/management/v2.6/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