Class: TencentCloud::Tci::V20190318::ActionType
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tci::V20190318::ActionType
- Defined in:
- lib/v20190318/models.rb
Overview
动作行为子类型
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(confidence = nil, type = nil) ⇒ ActionType
constructor
A new instance of ActionType.
Constructor Details
#initialize(confidence = nil, type = nil) ⇒ ActionType
337 338 339 340 |
# File 'lib/v20190318/models.rb', line 337 def initialize(confidence=nil, type=nil) @Confidence = confidence @Type = type end |
Instance Attribute Details
#Confidence ⇒ Object
335 336 337 |
# File 'lib/v20190318/models.rb', line 335 def Confidence @Confidence end |
#Type ⇒ Object
335 336 337 |
# File 'lib/v20190318/models.rb', line 335 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
342 343 344 345 |
# File 'lib/v20190318/models.rb', line 342 def deserialize(params) @Confidence = params['Confidence'] @Type = params['Type'] end |