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.
13653 13654 13655 13656 |
# File 'lib/v20190423/models.rb', line 13653 def initialize(productid=nil, productname=nil) @ProductId = productid @ProductName = productname end |
Instance Attribute Details
#ProductId ⇒ Object
13651 13652 13653 |
# File 'lib/v20190423/models.rb', line 13651 def ProductId @ProductId end |
#ProductName ⇒ Object
13651 13652 13653 |
# File 'lib/v20190423/models.rb', line 13651 def ProductName @ProductName end |
Instance Method Details
#deserialize(params) ⇒ Object
13658 13659 13660 13661 |
# File 'lib/v20190423/models.rb', line 13658 def deserialize(params) @ProductId = params['ProductId'] @ProductName = params['ProductName'] end |