Class: TencentCloud::Ccc::V20200210::AICallExtractConfigElement
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ccc::V20200210::AICallExtractConfigElement
- Defined in:
- lib/v20200210/models.rb
Overview
AI 通话提取配置项
Instance Attribute Summary collapse
-
#Choices ⇒ Object
Text 文本 Selector 选项 Boolean 布尔值 Number 数字.
-
#Examples ⇒ Object
Text 文本 Selector 选项 Boolean 布尔值 Number 数字.
-
#InfoContent ⇒ Object
Text 文本 Selector 选项 Boolean 布尔值 Number 数字.
-
#InfoName ⇒ Object
Text 文本 Selector 选项 Boolean 布尔值 Number 数字.
-
#InfoType ⇒ Object
Text 文本 Selector 选项 Boolean 布尔值 Number 数字.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(infotype = nil, infoname = nil, infocontent = nil, examples = nil, choices = nil) ⇒ AICallExtractConfigElement
constructor
A new instance of AICallExtractConfigElement.
Constructor Details
#initialize(infotype = nil, infoname = nil, infocontent = nil, examples = nil, choices = nil) ⇒ AICallExtractConfigElement
Returns a new instance of AICallExtractConfigElement.
81 82 83 84 85 86 87 |
# File 'lib/v20200210/models.rb', line 81 def initialize(infotype=nil, infoname=nil, infocontent=nil, examples=nil, choices=nil) @InfoType = infotype @InfoName = infoname @InfoContent = infocontent @Examples = examples @Choices = choices end |
Instance Attribute Details
#Choices ⇒ Object
Text 文本Selector 选项Boolean 布尔值Number 数字
79 80 81 |
# File 'lib/v20200210/models.rb', line 79 def Choices @Choices end |
#Examples ⇒ Object
Text 文本Selector 选项Boolean 布尔值Number 数字
79 80 81 |
# File 'lib/v20200210/models.rb', line 79 def Examples @Examples end |
#InfoContent ⇒ Object
Text 文本Selector 选项Boolean 布尔值Number 数字
79 80 81 |
# File 'lib/v20200210/models.rb', line 79 def InfoContent @InfoContent end |
#InfoName ⇒ Object
Text 文本Selector 选项Boolean 布尔值Number 数字
79 80 81 |
# File 'lib/v20200210/models.rb', line 79 def InfoName @InfoName end |
#InfoType ⇒ Object
Text 文本Selector 选项Boolean 布尔值Number 数字
79 80 81 |
# File 'lib/v20200210/models.rb', line 79 def InfoType @InfoType end |
Instance Method Details
#deserialize(params) ⇒ Object
89 90 91 92 93 94 95 |
# File 'lib/v20200210/models.rb', line 89 def deserialize(params) @InfoType = params['InfoType'] @InfoName = params['InfoName'] @InfoContent = params['InfoContent'] @Examples = params['Examples'] @Choices = params['Choices'] end |