tencentcloud-sdk-irp 3.0.476 → 3.0.477
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20220805/models.rb +5 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b573a14b3689f435e3f4b4c7445294238775150b
|
|
4
|
+
data.tar.gz: de8c37aaa722a153a98751868af31ae16cc780be
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 01bc74f41b5da3b158c89c65edce038586ffe3735d385f9fb3725e003ede6114f9fa77791cb9f8391b34818e6e20435d675a40da138ae4605fe4a19e51eed185
|
|
7
|
+
data.tar.gz: c6024195c48120f34255ef66d7be6ef0cfb8324046f542d3c125f6de9675796a9fe016386d42f50716fd6ede63cbad8e7d3f1e0391904fbf8d10814051b08c3e
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.477
|
data/lib/v20220805/models.rb
CHANGED
|
@@ -41,7 +41,7 @@ module TencentCloud
|
|
|
41
41
|
class DocItem < TencentCloud::Common::AbstractModel
|
|
42
42
|
# @param ItemId: 内容唯一id,建议限制在128字符以内
|
|
43
43
|
# @type ItemId: String
|
|
44
|
-
# @param ItemType: 内容类型:<br/>● article -图文<br>● text -纯文本<br/>● video -视频<br/>● short_video -时长15秒以内的视频<br/>● mini_video -竖屏视频<br/>● image -纯图片<br
|
|
44
|
+
# @param ItemType: 内容类型:<br/>● article -图文<br>● text -纯文本<br/>● video -视频<br/>● short_video -时长15秒以内的视频<br/>● mini_video -竖屏视频<br/>● image -纯图片<br/>(如当前类型不满足,请登录控制台进入对应项目,在<b>物料管理->物料类型管理</b>中添加)
|
|
45
45
|
# @type ItemType: String
|
|
46
46
|
# @param Status: 内容状态:
|
|
47
47
|
# ● 1 - 上架
|
|
@@ -93,7 +93,7 @@ module TencentCloud
|
|
|
93
93
|
# @type RewardCnt: Integer
|
|
94
94
|
# @param Score: 内容质量评分,<b>用作特征</b>
|
|
95
95
|
# @type Score: Float
|
|
96
|
-
# @param Extension: json字符串,<b>用于物料池管理的自定义扩展</b
|
|
96
|
+
# @param Extension: json字符串,<b>用于物料池管理的自定义扩展</b>,需要base64加密
|
|
97
97
|
# @type Extension: String
|
|
98
98
|
|
|
99
99
|
attr_accessor :ItemId, :ItemType, :Status, :PublishTimestamp, :ExpireTimestamp, :CategoryLevel, :CategoryPath, :Tags, :Author, :SourceId, :Title, :Content, :ContentUrl, :VideoDuration, :Country, :Province, :City, :AuthorFans, :AuthorLevel, :CollectCnt, :PraiseCnt, :CommentCnt, :ShareCnt, :RewardCnt, :Score, :Extension
|
|
@@ -200,7 +200,7 @@ module TencentCloud
|
|
|
200
200
|
# @type OsVersion: String
|
|
201
201
|
# @param DeviceModel: 行为发生时的机型,<b>用作特征</b>
|
|
202
202
|
# @type DeviceModel: String
|
|
203
|
-
# @param Extension: json字符串,<b>用于行为数据的扩展</b
|
|
203
|
+
# @param Extension: json字符串,<b>用于行为数据的扩展</b>,需要base64加密
|
|
204
204
|
# @type Extension: String
|
|
205
205
|
|
|
206
206
|
attr_accessor :UserId, :ItemId, :BehaviorType, :BehaviorValue, :BehaviorTimestamp, :SceneId, :ItemTraceId, :ItemType, :ReferrerItemId, :UserIdList, :Source, :Country, :Province, :City, :IP, :Network, :Platform, :AppVersion, :OsVersion, :DeviceModel, :Extension
|
|
@@ -369,7 +369,7 @@ module TencentCloud
|
|
|
369
369
|
# @type LastLoginIp: String
|
|
370
370
|
# @param LastModifyTimestamp: 用户信息的最后修改时间戳,秒级时间戳(1639624786)
|
|
371
371
|
# @type LastModifyTimestamp: Integer
|
|
372
|
-
# @param Extension: json
|
|
372
|
+
# @param Extension: json字符串,用于画像数据的扩展,需要base64加密
|
|
373
373
|
# @type Extension: String
|
|
374
374
|
|
|
375
375
|
attr_accessor :UserId, :UserIdList, :Tags, :DislikeInfoList, :Age, :Gender, :Degree, :School, :Occupation, :Industry, :ResidentCountry, :ResidentProvince, :ResidentCity, :RegisterTimestamp, :MembershipLevel, :LastLoginTimestamp, :LastLoginIp, :LastModifyTimestamp, :Extension
|
|
@@ -443,7 +443,7 @@ module TencentCloud
|
|
|
443
443
|
# @param ItemTraceId: 推荐追踪id,本次推荐内容产生的后续行为上报均要用该ItemTraceId上报。每次接口调用返回的ItemTraceId不同
|
|
444
444
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
445
445
|
# @type ItemTraceId: String
|
|
446
|
-
# @param Score:
|
|
446
|
+
# @param Score: 推荐预测分,分值越高被推荐的理由越充分,取值范围[0,1000000],用于做二次排序的参考
|
|
447
447
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
448
448
|
# @type Score: Float
|
|
449
449
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-irp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.477
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-12-
|
|
11
|
+
date: 2022-12-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|