Class: TencentCloud::Ccc::V20200210::AIAnalysisResult
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ccc::V20200210::AIAnalysisResult
- Defined in:
- lib/v20200210/models.rb
Overview
AI会话分析结果
Instance Attribute Summary collapse
-
#Result ⇒ Object
mood: 情绪分析 intention: 意向提取.
-
#Type ⇒ Object
mood: 情绪分析 intention: 意向提取.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, result = nil) ⇒ AIAnalysisResult
constructor
A new instance of AIAnalysisResult.
Constructor Details
#initialize(type = nil, result = nil) ⇒ AIAnalysisResult
51 52 53 54 |
# File 'lib/v20200210/models.rb', line 51 def initialize(type=nil, result=nil) @Type = type @Result = result end |
Instance Attribute Details
#Result ⇒ Object
mood: 情绪分析intention: 意向提取
49 50 51 |
# File 'lib/v20200210/models.rb', line 49 def Result @Result end |
#Type ⇒ Object
mood: 情绪分析intention: 意向提取
49 50 51 |
# File 'lib/v20200210/models.rb', line 49 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
56 57 58 59 |
# File 'lib/v20200210/models.rb', line 56 def deserialize(params) @Type = params['Type'] @Result = params['Result'] end |