Class: TencentCloud::Ccc::V20200210::AITransferItem

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(transferfunctionname = nil, transferfunctiondesc = nil, transferskillgroupid = nil) ⇒ AITransferItem

Returns a new instance of AITransferItem.



272
273
274
275
276
# File 'lib/v20200210/models.rb', line 272

def initialize(transferfunctionname=nil, transferfunctiondesc=nil, transferskillgroupid=nil)
  @TransferFunctionName = transferfunctionname
  @TransferFunctionDesc = transferfunctiondesc
  @TransferSkillGroupId = transferskillgroupid
end

Instance Attribute Details

#TransferFunctionDescObject

Parameters:

  • TransferFunctionName:

    转人工的function calling 名称

  • TransferFunctionDesc:

    TransferFunctionEnable为true时生效;transfer_to_human function calling的desc,默认为 “Transfer to human when the user has to transfer to human (like says transfer to human) or you are instructed to do so.”

  • TransferSkillGroupId:

    转人工的技能组ID



270
271
272
# File 'lib/v20200210/models.rb', line 270

def TransferFunctionDesc
  @TransferFunctionDesc
end

#TransferFunctionNameObject

Parameters:

  • TransferFunctionName:

    转人工的function calling 名称

  • TransferFunctionDesc:

    TransferFunctionEnable为true时生效;transfer_to_human function calling的desc,默认为 “Transfer to human when the user has to transfer to human (like says transfer to human) or you are instructed to do so.”

  • TransferSkillGroupId:

    转人工的技能组ID



270
271
272
# File 'lib/v20200210/models.rb', line 270

def TransferFunctionName
  @TransferFunctionName
end

#TransferSkillGroupIdObject

Parameters:

  • TransferFunctionName:

    转人工的function calling 名称

  • TransferFunctionDesc:

    TransferFunctionEnable为true时生效;transfer_to_human function calling的desc,默认为 “Transfer to human when the user has to transfer to human (like says transfer to human) or you are instructed to do so.”

  • TransferSkillGroupId:

    转人工的技能组ID



270
271
272
# File 'lib/v20200210/models.rb', line 270

def TransferSkillGroupId
  @TransferSkillGroupId
end

Instance Method Details

#deserialize(params) ⇒ Object



278
279
280
281
282
# File 'lib/v20200210/models.rb', line 278

def deserialize(params)
  @TransferFunctionName = params['TransferFunctionName']
  @TransferFunctionDesc = params['TransferFunctionDesc']
  @TransferSkillGroupId = params['TransferSkillGroupId']
end