Class: TencentCloud::Mps::V20190612::CreateAsrHotwordsResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::CreateAsrHotwordsResponse
- Defined in:
- lib/v20190612/models.rb
Overview
CreateAsrHotwords返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(hotwordsid = nil, requestid = nil) ⇒ CreateAsrHotwordsResponse
constructor
A new instance of CreateAsrHotwordsResponse.
Constructor Details
#initialize(hotwordsid = nil, requestid = nil) ⇒ CreateAsrHotwordsResponse
Returns a new instance of CreateAsrHotwordsResponse.
7062 7063 7064 7065 |
# File 'lib/v20190612/models.rb', line 7062 def initialize(hotwordsid=nil, requestid=nil) @HotwordsId = hotwordsid @RequestId = requestid end |
Instance Attribute Details
#HotwordsId ⇒ Object
7060 7061 7062 |
# File 'lib/v20190612/models.rb', line 7060 def HotwordsId @HotwordsId end |
#RequestId ⇒ Object
7060 7061 7062 |
# File 'lib/v20190612/models.rb', line 7060 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
7067 7068 7069 7070 |
# File 'lib/v20190612/models.rb', line 7067 def deserialize(params) @HotwordsId = params['HotwordsId'] @RequestId = params['RequestId'] end |