Class: TencentCloud::Mps::V20190612::DeleteAsrHotwordsRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190612/models.rb

Overview

DeleteAsrHotwords请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(hotwordsid = nil) ⇒ DeleteAsrHotwordsRequest

Returns a new instance of DeleteAsrHotwordsRequest.



9317
9318
9319
# File 'lib/v20190612/models.rb', line 9317

def initialize(hotwordsid=nil)
  @HotwordsId = hotwordsid
end

Instance Attribute Details

#HotwordsIdObject

Parameters:

  • HotwordsId:

    删除的热词库 id



9315
9316
9317
# File 'lib/v20190612/models.rb', line 9315

def HotwordsId
  @HotwordsId
end

Instance Method Details

#deserialize(params) ⇒ Object



9321
9322
9323
# File 'lib/v20190612/models.rb', line 9321

def deserialize(params)
  @HotwordsId = params['HotwordsId']
end