Class: TencentCloud::Mps::V20190612::DeleteAsrHotwordsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::DeleteAsrHotwordsRequest
- Defined in:
- lib/v20190612/models.rb
Overview
DeleteAsrHotwords请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(hotwordsid = nil) ⇒ DeleteAsrHotwordsRequest
constructor
A new instance of DeleteAsrHotwordsRequest.
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
#HotwordsId ⇒ Object
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 |