Class: TencentCloud::Iotexplorer::V20190423::CreateAISearchTaskAsyncRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::CreateAISearchTaskAsyncRequest
- Defined in:
- lib/v20190423/models.rb
Overview
CreateAISearchTaskAsync请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, devicename = nil, query = nil, summarylang = nil, channelid = nil) ⇒ CreateAISearchTaskAsyncRequest
constructor
A new instance of CreateAISearchTaskAsyncRequest.
Constructor Details
#initialize(productid = nil, devicename = nil, query = nil, summarylang = nil, channelid = nil) ⇒ CreateAISearchTaskAsyncRequest
Returns a new instance of CreateAISearchTaskAsyncRequest.
1426 1427 1428 1429 1430 1431 1432 |
# File 'lib/v20190423/models.rb', line 1426 def initialize(productid=nil, devicename=nil, query=nil, summarylang=nil, channelid=nil) @ProductId = productid @DeviceName = devicename @Query = query @SummaryLang = summarylang @ChannelId = channelid end |
Instance Attribute Details
#ChannelId ⇒ Object
1424 1425 1426 |
# File 'lib/v20190423/models.rb', line 1424 def ChannelId @ChannelId end |
#DeviceName ⇒ Object
1424 1425 1426 |
# File 'lib/v20190423/models.rb', line 1424 def DeviceName @DeviceName end |
#ProductId ⇒ Object
1424 1425 1426 |
# File 'lib/v20190423/models.rb', line 1424 def ProductId @ProductId end |
#Query ⇒ Object
1424 1425 1426 |
# File 'lib/v20190423/models.rb', line 1424 def Query @Query end |
#SummaryLang ⇒ Object
1424 1425 1426 |
# File 'lib/v20190423/models.rb', line 1424 def SummaryLang @SummaryLang end |
Instance Method Details
#deserialize(params) ⇒ Object
1434 1435 1436 1437 1438 1439 1440 |
# File 'lib/v20190423/models.rb', line 1434 def deserialize(params) @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] @Query = params['Query'] @SummaryLang = params['SummaryLang'] @ChannelId = params['ChannelId'] end |