Class: TencentCloud::Mps::V20190612::ModifyAsrHotwordsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::ModifyAsrHotwordsRequest
- Defined in:
- lib/v20190612/models.rb
Overview
ModifyAsrHotwords请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(hotwordsid = nil, name = nil, content = nil, filecontent = nil, filename = nil) ⇒ ModifyAsrHotwordsRequest
constructor
A new instance of ModifyAsrHotwordsRequest.
Constructor Details
#initialize(hotwordsid = nil, name = nil, content = nil, filecontent = nil, filename = nil) ⇒ ModifyAsrHotwordsRequest
Returns a new instance of ModifyAsrHotwordsRequest.
19065 19066 19067 19068 19069 19070 19071 |
# File 'lib/v20190612/models.rb', line 19065 def initialize(hotwordsid=nil, name=nil, content=nil, filecontent=nil, filename=nil) @HotwordsId = hotwordsid @Name = name @Content = content @FileContent = filecontent @FileName = filename end |
Instance Attribute Details
#Content ⇒ Object
19063 19064 19065 |
# File 'lib/v20190612/models.rb', line 19063 def Content @Content end |
#FileContent ⇒ Object
19063 19064 19065 |
# File 'lib/v20190612/models.rb', line 19063 def FileContent @FileContent end |
#FileName ⇒ Object
19063 19064 19065 |
# File 'lib/v20190612/models.rb', line 19063 def FileName @FileName end |
#HotwordsId ⇒ Object
19063 19064 19065 |
# File 'lib/v20190612/models.rb', line 19063 def HotwordsId @HotwordsId end |
#Name ⇒ Object
19063 19064 19065 |
# File 'lib/v20190612/models.rb', line 19063 def Name @Name end |
Instance Method Details
#deserialize(params) ⇒ Object
19073 19074 19075 19076 19077 19078 19079 |
# File 'lib/v20190612/models.rb', line 19073 def deserialize(params) @HotwordsId = params['HotwordsId'] @Name = params['Name'] @Content = params['Content'] @FileContent = params['FileContent'] @FileName = params['FileName'] end |