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.



10846
10847
10848
# File 'lib/v20190612/models.rb', line 10846

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

Instance Attribute Details

#HotwordsIdObject

Parameters:

  • HotwordsId:

    删除的热词库 id



10844
10845
10846
# File 'lib/v20190612/models.rb', line 10844

def HotwordsId
  @HotwordsId
end

Instance Method Details

#deserialize(params) ⇒ Object



10850
10851
10852
# File 'lib/v20190612/models.rb', line 10850

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