Class: TencentCloud::Iotexplorer::V20190423::TalkProductInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::TalkProductInfo
- Defined in:
- lib/v20190423/models.rb
Overview
智能体产品信息。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, productname = nil) ⇒ TalkProductInfo
constructor
A new instance of TalkProductInfo.
Constructor Details
#initialize(productid = nil, productname = nil) ⇒ TalkProductInfo
Returns a new instance of TalkProductInfo.
13683 13684 13685 13686 |
# File 'lib/v20190423/models.rb', line 13683 def initialize(productid=nil, productname=nil) @ProductId = productid @ProductName = productname end |
Instance Attribute Details
#ProductId ⇒ Object
13681 13682 13683 |
# File 'lib/v20190423/models.rb', line 13681 def ProductId @ProductId end |
#ProductName ⇒ Object
13681 13682 13683 |
# File 'lib/v20190423/models.rb', line 13681 def ProductName @ProductName end |
Instance Method Details
#deserialize(params) ⇒ Object
13688 13689 13690 13691 |
# File 'lib/v20190423/models.rb', line 13688 def deserialize(params) @ProductId = params['ProductId'] @ProductName = params['ProductName'] end |