Class: TencentCloud::Ccc::V20200210::AICallExtractConfigElement

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20200210/models.rb

Overview

AI 通话提取配置项

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#ChoicesObject

Text 文本Selector 选项Boolean 布尔值Number 数字

Parameters:

  • InfoType:

    配置项类型,包括

  • InfoName:

    配置项名称,不可重复

  • InfoContent:

    配置项具体内容

  • Examples:

    配置项提取内容示例

  • Choices:

    InfoType 为 Selector,需要配置此字段



79
80
81
# File 'lib/v20200210/models.rb', line 79

def Choices
  @Choices
end

#ExamplesObject

Text 文本Selector 选项Boolean 布尔值Number 数字

Parameters:

  • InfoType:

    配置项类型,包括

  • InfoName:

    配置项名称,不可重复

  • InfoContent:

    配置项具体内容

  • Examples:

    配置项提取内容示例

  • Choices:

    InfoType 为 Selector,需要配置此字段



79
80
81
# File 'lib/v20200210/models.rb', line 79

def Examples
  @Examples
end

#InfoContentObject

Text 文本Selector 选项Boolean 布尔值Number 数字

Parameters:

  • InfoType:

    配置项类型,包括

  • InfoName:

    配置项名称,不可重复

  • InfoContent:

    配置项具体内容

  • Examples:

    配置项提取内容示例

  • Choices:

    InfoType 为 Selector,需要配置此字段



79
80
81
# File 'lib/v20200210/models.rb', line 79

def InfoContent
  @InfoContent
end

#InfoNameObject

Text 文本Selector 选项Boolean 布尔值Number 数字

Parameters:

  • InfoType:

    配置项类型,包括

  • InfoName:

    配置项名称,不可重复

  • InfoContent:

    配置项具体内容

  • Examples:

    配置项提取内容示例

  • Choices:

    InfoType 为 Selector,需要配置此字段



79
80
81
# File 'lib/v20200210/models.rb', line 79

def InfoName
  @InfoName
end

#InfoTypeObject

Text 文本Selector 选项Boolean 布尔值Number 数字

Parameters:

  • InfoType:

    配置项类型,包括

  • InfoName:

    配置项名称,不可重复

  • InfoContent:

    配置项具体内容

  • Examples:

    配置项提取内容示例

  • Choices:

    InfoType 为 Selector,需要配置此字段



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