code
stringlengths
15
9.96M
docstring
stringlengths
1
10.1k
func_name
stringlengths
1
124
language
stringclasses
1 value
repo
stringlengths
7
63
path
stringlengths
6
186
url
stringlengths
50
236
license
stringclasses
4 values
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) { $this->RequestId = $param["RequestId"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/RateMsgRecordResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/RateMsgRecordResponse.php
Apache-2.0
function __construct() { }
@param string $Total 总数 @param array $List 列表 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/ListAttributeLabelResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/ListAttributeLabelResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("Role",$param) and $param["Role"] !== null) { $this->Role = $param["Role"]; } if (array_key_exists("Content",$param) and $param["Content"] !== null) { $this->Content = $param["Content"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/Message.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/Message.php
Apache-2.0
function __construct() { }
@param string $ReleaseBizId 版本ID @param string $Operator 发布人 @param string $Desc 发布描述 @param string $UpdateTime 更新时间 @param integer $Status 发布状态 @param string $StatusDesc 发布状态描述 @param string $Reason 失败原因 @param integer $SuccessCount 发布成功数 @param integer $FailCount 发布失败数
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/ListReleaseItem.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/ListReleaseItem.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("ReleaseBizId",$param) and $param["ReleaseBizId"] !== null) { $this->ReleaseBizId = $param["ReleaseBizId"]; } if (array_key_exists("Operator",$param) and $param["Operator"] !== null) { $this->Operator = $param["Operator"]; } if (array_key_exists("Desc",$param) and $param["Desc"] !== null) { $this->Desc = $param["Desc"]; } if (array_key_exists("UpdateTime",$param) and $param["UpdateTime"] !== null) { $this->UpdateTime = $param["UpdateTime"]; } if (array_key_exists("Status",$param) and $param["Status"] !== null) { $this->Status = $param["Status"]; } if (array_key_exists("StatusDesc",$param) and $param["StatusDesc"] !== null) { $this->StatusDesc = $param["StatusDesc"]; } if (array_key_exists("Reason",$param) and $param["Reason"] !== null) { $this->Reason = $param["Reason"]; } if (array_key_exists("SuccessCount",$param) and $param["SuccessCount"] !== null) { $this->SuccessCount = $param["SuccessCount"]; } if (array_key_exists("FailCount",$param) and $param["FailCount"] !== null) { $this->FailCount = $param["FailCount"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/ListReleaseItem.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/ListReleaseItem.php
Apache-2.0
function __construct() { }
@param string $Total 文档数量 @param array $List 文档列表 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/ListDocResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/ListDocResponse.php
Apache-2.0
function __construct() { }
@param string $BotBizId 应用ID @param array $AttributeBizIds 标签ID @param string $LoginUin 登录用户主账号(集成商模式必填) @param string $LoginSubAccountUin 登录用户子账号(集成商模式必填)
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/DeleteAttributeLabelRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/DeleteAttributeLabelRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("BotBizId",$param) and $param["BotBizId"] !== null) { $this->BotBizId = $param["BotBizId"]; } if (array_key_exists("AttributeBizIds",$param) and $param["AttributeBizIds"] !== null) { $this->AttributeBizIds = $param["AttributeBizIds"]; } if (array_key_exists("LoginUin",$param) and $param["LoginUin"] !== null) { $this->LoginUin = $param["LoginUin"]; } if (array_key_exists("LoginSubAccountUin",$param) and $param["LoginSubAccountUin"] !== null) { $this->LoginSubAccountUin = $param["LoginSubAccountUin"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/DeleteAttributeLabelRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/DeleteAttributeLabelRequest.php
Apache-2.0
function __construct() { }
@param string $Question 问题 @param string $UpdateTime 更新时间 @param integer $Action 状态 @param string $ActionDesc 状态描述 @param integer $Source 来源1:文档生成,2:批量导入,3:手动添加 @param string $SourceDesc 来源描述 @param string $FileName 文件名字 @param string $FileType 文档类型 @param string $Message 失败原因 @param integer $ReleaseStatus 发布状态 @param string $QaBizId QAID @param string $DocBizId 文档业务ID
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/ReleaseQA.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/ReleaseQA.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("Question",$param) and $param["Question"] !== null) { $this->Question = $param["Question"]; } if (array_key_exists("UpdateTime",$param) and $param["UpdateTime"] !== null) { $this->UpdateTime = $param["UpdateTime"]; } if (array_key_exists("Action",$param) and $param["Action"] !== null) { $this->Action = $param["Action"]; } if (array_key_exists("ActionDesc",$param) and $param["ActionDesc"] !== null) { $this->ActionDesc = $param["ActionDesc"]; } if (array_key_exists("Source",$param) and $param["Source"] !== null) { $this->Source = $param["Source"]; } if (array_key_exists("SourceDesc",$param) and $param["SourceDesc"] !== null) { $this->SourceDesc = $param["SourceDesc"]; } if (array_key_exists("FileName",$param) and $param["FileName"] !== null) { $this->FileName = $param["FileName"]; } if (array_key_exists("FileType",$param) and $param["FileType"] !== null) { $this->FileType = $param["FileType"]; } if (array_key_exists("Message",$param) and $param["Message"] !== null) { $this->Message = $param["Message"]; } if (array_key_exists("ReleaseStatus",$param) and $param["ReleaseStatus"] !== null) { $this->ReleaseStatus = $param["ReleaseStatus"]; } if (array_key_exists("QaBizId",$param) and $param["QaBizId"] !== null) { $this->QaBizId = $param["QaBizId"]; } if (array_key_exists("DocBizId",$param) and $param["DocBizId"] !== null) { $this->DocBizId = $param["DocBizId"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/ReleaseQA.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/ReleaseQA.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/ListAppCategoryRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/ListAppCategoryRequest.php
Apache-2.0
function __construct() { }
@param integer $Total 列表总数 @param array $List 应用使用知识库容量详情 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/ListAppKnowledgeDetailResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/ListAppKnowledgeDetailResponse.php
Apache-2.0
function __construct() { }
@param string $BotBizId 应用ID @param string $ParentBizId 父级业务ID @param string $Name 分类名称
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/CreateDocCateRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/CreateDocCateRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("BotBizId",$param) and $param["BotBizId"] !== null) { $this->BotBizId = $param["BotBizId"]; } if (array_key_exists("ParentBizId",$param) and $param["ParentBizId"] !== null) { $this->ParentBizId = $param["ParentBizId"]; } if (array_key_exists("Name",$param) and $param["Name"] !== null) { $this->Name = $param["Name"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/CreateDocCateRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/CreateDocCateRequest.php
Apache-2.0
function __construct() { }
@param Coord $LeftTop 左上顶点坐标 @param Coord $RightTop 右上顶点坐标 @param Coord $RightBottom 右下顶点坐标 @param Coord $LeftBottom 左下顶点坐标
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/Polygon.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/Polygon.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("LeftTop",$param) and $param["LeftTop"] !== null) { $this->LeftTop = new Coord(); $this->LeftTop->deserialize($param["LeftTop"]); } if (array_key_exists("RightTop",$param) and $param["RightTop"] !== null) { $this->RightTop = new Coord(); $this->RightTop->deserialize($param["RightTop"]); } if (array_key_exists("RightBottom",$param) and $param["RightBottom"] !== null) { $this->RightBottom = new Coord(); $this->RightBottom->deserialize($param["RightBottom"]); } if (array_key_exists("LeftBottom",$param) and $param["LeftBottom"] !== null) { $this->LeftBottom = new Coord(); $this->LeftBottom->deserialize($param["LeftBottom"]); } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/Polygon.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/Polygon.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("DocId",$param) and $param["DocId"] !== null) { $this->DocId = $param["DocId"]; } if (array_key_exists("Id",$param) and $param["Id"] !== null) { $this->Id = $param["Id"]; } if (array_key_exists("Name",$param) and $param["Name"] !== null) { $this->Name = $param["Name"]; } if (array_key_exists("Type",$param) and $param["Type"] !== null) { $this->Type = $param["Type"]; } if (array_key_exists("Url",$param) and $param["Url"] !== null) { $this->Url = $param["Url"]; } if (array_key_exists("DocBizId",$param) and $param["DocBizId"] !== null) { $this->DocBizId = $param["DocBizId"]; } if (array_key_exists("DocName",$param) and $param["DocName"] !== null) { $this->DocName = $param["DocName"]; } if (array_key_exists("QaBizId",$param) and $param["QaBizId"] !== null) { $this->QaBizId = $param["QaBizId"]; } if (array_key_exists("Index",$param) and $param["Index"] !== null) { $this->Index = $param["Index"]; } if (array_key_exists("Title",$param) and $param["Title"] !== null) { $this->Title = $param["Title"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/AgentReference.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/AgentReference.php
Apache-2.0
function __construct() { }
@param integer $AvailableConcurrency 可用并发数上限 @param integer $ConcurrencyPeak 并发峰值 @param integer $ExceedUsageTime 超出可用并发数上限的次数 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/DescribeConcurrencyUsageResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/DescribeConcurrencyUsageResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("AvailableConcurrency",$param) and $param["AvailableConcurrency"] !== null) { $this->AvailableConcurrency = $param["AvailableConcurrency"]; } if (array_key_exists("ConcurrencyPeak",$param) and $param["ConcurrencyPeak"] !== null) { $this->ConcurrencyPeak = $param["ConcurrencyPeak"]; } if (array_key_exists("ExceedUsageTime",$param) and $param["ExceedUsageTime"] !== null) { $this->ExceedUsageTime = $param["ExceedUsageTime"]; } if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) { $this->RequestId = $param["RequestId"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/DescribeConcurrencyUsageResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/DescribeConcurrencyUsageResponse.php
Apache-2.0
function __construct() { }
@param string $BotBizId 应用ID @param integer $PageNumber 页码 @param integer $PageSize 每页数量 @param string $Query 查询内容 @param string $ReleaseBizId 发布单ID @param string $StartTime 开始时间 @param string $EndTime 结束时间 @param array $Actions 状态(1新增2修改3删除)
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/ListReleaseDocPreviewRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/ListReleaseDocPreviewRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("BotBizId",$param) and $param["BotBizId"] !== null) { $this->BotBizId = $param["BotBizId"]; } if (array_key_exists("PageNumber",$param) and $param["PageNumber"] !== null) { $this->PageNumber = $param["PageNumber"]; } if (array_key_exists("PageSize",$param) and $param["PageSize"] !== null) { $this->PageSize = $param["PageSize"]; } if (array_key_exists("Query",$param) and $param["Query"] !== null) { $this->Query = $param["Query"]; } if (array_key_exists("ReleaseBizId",$param) and $param["ReleaseBizId"] !== null) { $this->ReleaseBizId = $param["ReleaseBizId"]; } if (array_key_exists("StartTime",$param) and $param["StartTime"] !== null) { $this->StartTime = $param["StartTime"]; } if (array_key_exists("EndTime",$param) and $param["EndTime"] !== null) { $this->EndTime = $param["EndTime"]; } if (array_key_exists("Actions",$param) and $param["Actions"] !== null) { $this->Actions = $param["Actions"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/ListReleaseDocPreviewRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/ListReleaseDocPreviewRequest.php
Apache-2.0
function __construct() { }
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/StopDocParseResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/StopDocParseResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) { $this->RequestId = $param["RequestId"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/StopDocParseResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/StopDocParseResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("LabelBizId",$param) and $param["LabelBizId"] !== null) { $this->LabelBizId = $param["LabelBizId"]; } if (array_key_exists("LabelName",$param) and $param["LabelName"] !== null) { $this->LabelName = $param["LabelName"]; } if (array_key_exists("SimilarLabels",$param) and $param["SimilarLabels"] !== null) { $this->SimilarLabels = $param["SimilarLabels"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/AttributeLabel.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/AttributeLabel.php
Apache-2.0
function __construct() { }
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/ExportUnsatisfiedReplyResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/ExportUnsatisfiedReplyResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) { $this->RequestId = $param["RequestId"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/ExportUnsatisfiedReplyResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/ExportUnsatisfiedReplyResponse.php
Apache-2.0
function __construct() { }
@param string $AppKey 应用密钥 @param string $CreateTime 创建时间 @param boolean $IsRelease 是否发布 @param boolean $HasPermission 是否有查看权限 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/GetAppSecretResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/GetAppSecretResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("AppKey",$param) and $param["AppKey"] !== null) { $this->AppKey = $param["AppKey"]; } if (array_key_exists("CreateTime",$param) and $param["CreateTime"] !== null) { $this->CreateTime = $param["CreateTime"]; } if (array_key_exists("IsRelease",$param) and $param["IsRelease"] !== null) { $this->IsRelease = $param["IsRelease"]; } if (array_key_exists("HasPermission",$param) and $param["HasPermission"] !== null) { $this->HasPermission = $param["HasPermission"]; } if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) { $this->RequestId = $param["RequestId"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/GetAppSecretResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/GetAppSecretResponse.php
Apache-2.0
function __construct() { }
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/GroupQAResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/GroupQAResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) { $this->RequestId = $param["RequestId"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/GroupQAResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/GroupQAResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("KnowledgeQa",$param) and $param["KnowledgeQa"] !== null) { $this->KnowledgeQa = new KnowledgeQaConfig(); $this->KnowledgeQa->deserialize($param["KnowledgeQa"]); } if (array_key_exists("Summary",$param) and $param["Summary"] !== null) { $this->Summary = new SummaryConfig(); $this->Summary->deserialize($param["Summary"]); } if (array_key_exists("Classify",$param) and $param["Classify"] !== null) { $this->Classify = new ClassifyConfig(); $this->Classify->deserialize($param["Classify"]); } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/AppConfig.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/AppConfig.php
Apache-2.0
function __construct() { }
@param string $BotBizId 应用ID
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/ListDocCateRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/ListDocCateRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("BotBizId",$param) and $param["BotBizId"] !== null) { $this->BotBizId = $param["BotBizId"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/ListDocCateRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/ListDocCateRequest.php
Apache-2.0
function __construct() { }
@param string $BotBizId 应用ID @param string $CateBizId 分类业务ID
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/DeleteQACateRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/DeleteQACateRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("BotBizId",$param) and $param["BotBizId"] !== null) { $this->BotBizId = $param["BotBizId"]; } if (array_key_exists("CateBizId",$param) and $param["CateBizId"] !== null) { $this->CateBizId = $param["CateBizId"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/DeleteQACateRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/DeleteQACateRequest.php
Apache-2.0
function __construct() { }
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/ModifyQAResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/ModifyQAResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) { $this->RequestId = $param["RequestId"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/ModifyQAResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/ModifyQAResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("AppBizId",$param) and $param["AppBizId"] !== null) { $this->AppBizId = $param["AppBizId"]; } if (array_key_exists("UpdateTime",$param) and $param["UpdateTime"] !== null) { $this->UpdateTime = $param["UpdateTime"]; } if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) { $this->RequestId = $param["RequestId"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/ModifyAppResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/ModifyAppResponse.php
Apache-2.0
function __construct() { }
@param string $BotBizId 应用ID @param integer $PageNumber 页码 @param integer $PageSize 每页数量 @param string $Query 查询内容 @param string $ReleaseBizId 发布单ID @param array $Actions 状态(1新增2更新3删除) @param string $StartTime 开始时间 @param string $EndTime 结束时间
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/ListRejectedQuestionPreviewRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/ListRejectedQuestionPreviewRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("BotBizId",$param) and $param["BotBizId"] !== null) { $this->BotBizId = $param["BotBizId"]; } if (array_key_exists("PageNumber",$param) and $param["PageNumber"] !== null) { $this->PageNumber = $param["PageNumber"]; } if (array_key_exists("PageSize",$param) and $param["PageSize"] !== null) { $this->PageSize = $param["PageSize"]; } if (array_key_exists("Query",$param) and $param["Query"] !== null) { $this->Query = $param["Query"]; } if (array_key_exists("ReleaseBizId",$param) and $param["ReleaseBizId"] !== null) { $this->ReleaseBizId = $param["ReleaseBizId"]; } if (array_key_exists("Actions",$param) and $param["Actions"] !== null) { $this->Actions = $param["Actions"]; } if (array_key_exists("StartTime",$param) and $param["StartTime"] !== null) { $this->StartTime = $param["StartTime"]; } if (array_key_exists("EndTime",$param) and $param["EndTime"] !== null) { $this->EndTime = $param["EndTime"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/ListRejectedQuestionPreviewRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/ListRejectedQuestionPreviewRequest.php
Apache-2.0
function __construct() { }
@param array $UinAccount 腾讯云主账号 @param string $SubBizType 知识引擎子业务类型: FileParse(文档解析)、Embedding、Rewrite(多轮改写)、 Concurrency(并发)、KnowledgeSummary(知识总结) KnowledgeQA(知识问答)、KnowledgeCapacity(知识库容量)、SearchEngine(搜索引擎) @param string $ModelName 模型标识 @param string $StartTime 开始时间戳, 单位为秒 @param string $EndTime 结束时间戳, 单位为秒 @param array $AppBizIds 应用id列表
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/DescribeTokenUsageGraphRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/DescribeTokenUsageGraphRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("UinAccount",$param) and $param["UinAccount"] !== null) { $this->UinAccount = $param["UinAccount"]; } if (array_key_exists("SubBizType",$param) and $param["SubBizType"] !== null) { $this->SubBizType = $param["SubBizType"]; } if (array_key_exists("ModelName",$param) and $param["ModelName"] !== null) { $this->ModelName = $param["ModelName"]; } if (array_key_exists("StartTime",$param) and $param["StartTime"] !== null) { $this->StartTime = $param["StartTime"]; } if (array_key_exists("EndTime",$param) and $param["EndTime"] !== null) { $this->EndTime = $param["EndTime"]; } if (array_key_exists("AppBizIds",$param) and $param["AppBizIds"] !== null) { $this->AppBizIds = $param["AppBizIds"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/DescribeTokenUsageGraphRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/DescribeTokenUsageGraphRequest.php
Apache-2.0
function __construct() { }
@param Credentials $Credentials 密钥信息 @param integer $ExpiredTime 失效时间 @param integer $StartTime 开始时间 @param string $Bucket 对象存储桶 @param string $Region 对象存储可用区 @param string $FilePath 文件存储目录 @param string $Type 存储类型 @param string $CorpUin 主号 @param string $ImagePath 图片存储目录 @param string $UploadPath 上传存储路径,到具体文件 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/DescribeStorageCredentialResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/DescribeStorageCredentialResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("Credentials",$param) and $param["Credentials"] !== null) { $this->Credentials = new Credentials(); $this->Credentials->deserialize($param["Credentials"]); } if (array_key_exists("ExpiredTime",$param) and $param["ExpiredTime"] !== null) { $this->ExpiredTime = $param["ExpiredTime"]; } if (array_key_exists("StartTime",$param) and $param["StartTime"] !== null) { $this->StartTime = $param["StartTime"]; } if (array_key_exists("Bucket",$param) and $param["Bucket"] !== null) { $this->Bucket = $param["Bucket"]; } if (array_key_exists("Region",$param) and $param["Region"] !== null) { $this->Region = $param["Region"]; } if (array_key_exists("FilePath",$param) and $param["FilePath"] !== null) { $this->FilePath = $param["FilePath"]; } if (array_key_exists("Type",$param) and $param["Type"] !== null) { $this->Type = $param["Type"]; } if (array_key_exists("CorpUin",$param) and $param["CorpUin"] !== null) { $this->CorpUin = $param["CorpUin"]; } if (array_key_exists("ImagePath",$param) and $param["ImagePath"] !== null) { $this->ImagePath = $param["ImagePath"]; } if (array_key_exists("UploadPath",$param) and $param["UploadPath"] !== null) { $this->UploadPath = $param["UploadPath"]; } if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) { $this->RequestId = $param["RequestId"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/DescribeStorageCredentialResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/DescribeStorageCredentialResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("Input",$param) and $param["Input"] !== null) { $this->Input = $param["Input"]; } if (array_key_exists("Output",$param) and $param["Output"] !== null) { $this->Output = $param["Output"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/AgentDebugInfo.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/AgentDebugInfo.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("IsEnabled",$param) and $param["IsEnabled"] !== null) { $this->IsEnabled = $param["IsEnabled"]; } if (array_key_exists("UsePdl",$param) and $param["UsePdl"] !== null) { $this->UsePdl = $param["UsePdl"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/KnowledgeWorkflow.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/KnowledgeWorkflow.php
Apache-2.0
function __construct() { }
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/DeleteAttributeLabelResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/DeleteAttributeLabelResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) { $this->RequestId = $param["RequestId"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/DeleteAttributeLabelResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/DeleteAttributeLabelResponse.php
Apache-2.0
function __construct() { }
@param string $AppBizId 应用ID @param string $VarName 变量名称,不允许重复,最大支持50个字符 @param string $VarDesc 变量描述,最大支持120个字符 @param string $VarType 变量类型定义,支持类型如下:(STRING,INT,FLOAT,BOOL,OBJECT,ARRAY_STRING,ARRAY_INT,ARRAY_FLOAT,ARRAY_BOOL,ARRAY_OBJECT,FILE,DOCUMENT,IMAGE,AUDIO);传输过程是json字符串,标签中仅支持"STRING"类型使用
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/CreateVarRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/CreateVarRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("AppBizId",$param) and $param["AppBizId"] !== null) { $this->AppBizId = $param["AppBizId"]; } if (array_key_exists("VarName",$param) and $param["VarName"] !== null) { $this->VarName = $param["VarName"]; } if (array_key_exists("VarDesc",$param) and $param["VarDesc"] !== null) { $this->VarDesc = $param["VarDesc"]; } if (array_key_exists("VarType",$param) and $param["VarType"] !== null) { $this->VarType = $param["VarType"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/CreateVarRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/CreateVarRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("Total",$param) and $param["Total"] !== null) { $this->Total = $param["Total"]; } if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) { $this->RequestId = $param["RequestId"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/GetAppKnowledgeCountResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/GetAppKnowledgeCountResponse.php
Apache-2.0
function __construct() { }
@param string $TaskId 任务ID @param string $TaskType 任务类型 @param string $BotBizId 应用ID
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/GetTaskStatusRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/GetTaskStatusRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("TaskId",$param) and $param["TaskId"] !== null) { $this->TaskId = $param["TaskId"]; } if (array_key_exists("TaskType",$param) and $param["TaskType"] !== null) { $this->TaskType = $param["TaskType"]; } if (array_key_exists("BotBizId",$param) and $param["BotBizId"] !== null) { $this->BotBizId = $param["BotBizId"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/GetTaskStatusRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/GetTaskStatusRequest.php
Apache-2.0
function __construct() { }
@param string $Total 数量 @param array $List 标签列表 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/ListAppResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/ListAppResponse.php
Apache-2.0
function __construct() { }
@param string $AppBizId 应用ID @param array $VarIds 变量ID数组 @param string $Keyword 按变量名称关键词搜索 @param integer $Offset 起始偏移量(默认0) @param integer $Limit 限定数量(默认15) @param string $VarType 按变量类型过滤,默认查询所有类型(STRING,INT,FLOAT,BOOL,OBJECT,ARRAY_STRING,ARRAY_INT,ARRAY_FLOAT,ARRAY_BOOL,ARRAY_OBJECT,FILE,DOCUMENT,IMAGE,AUDIO)
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/GetVarListRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/GetVarListRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("AppBizId",$param) and $param["AppBizId"] !== null) { $this->AppBizId = $param["AppBizId"]; } if (array_key_exists("VarIds",$param) and $param["VarIds"] !== null) { $this->VarIds = $param["VarIds"]; } if (array_key_exists("Keyword",$param) and $param["Keyword"] !== null) { $this->Keyword = $param["Keyword"]; } if (array_key_exists("Offset",$param) and $param["Offset"] !== null) { $this->Offset = $param["Offset"]; } if (array_key_exists("Limit",$param) and $param["Limit"] !== null) { $this->Limit = $param["Limit"]; } if (array_key_exists("VarType",$param) and $param["VarType"] !== null) { $this->VarType = $param["VarType"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/GetVarListRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/GetVarListRequest.php
Apache-2.0
function __construct() { }
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/ModifyDocResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/ModifyDocResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) { $this->RequestId = $param["RequestId"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/ModifyDocResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/ModifyDocResponse.php
Apache-2.0
function __construct() { }
@param string $TaskId 任务唯一ID。30天内可以通过[GetReconstructDocumentResult](https://cloud.tencent.com/document/product/1759/107505)接口查询TaskId对应的处理结果。 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/CreateReconstructDocumentFlowResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/CreateReconstructDocumentFlowResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("TaskId",$param) and $param["TaskId"] !== null) { $this->TaskId = $param["TaskId"]; } if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) { $this->RequestId = $param["RequestId"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/CreateReconstructDocumentFlowResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/CreateReconstructDocumentFlowResponse.php
Apache-2.0
function __construct() { }
@param string $Id id @param string $Url 链接 @param integer $Type 类型 @param string $Name 名称 @param string $DocId 来源文档ID
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/MsgRecordReference.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/MsgRecordReference.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("Id",$param) and $param["Id"] !== null) { $this->Id = $param["Id"]; } if (array_key_exists("Url",$param) and $param["Url"] !== null) { $this->Url = $param["Url"]; } if (array_key_exists("Type",$param) and $param["Type"] !== null) { $this->Type = $param["Type"]; } if (array_key_exists("Name",$param) and $param["Name"] !== null) { $this->Name = $param["Name"]; } if (array_key_exists("DocId",$param) and $param["DocId"] !== null) { $this->DocId = $param["DocId"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/MsgRecordReference.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/MsgRecordReference.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("StartPos",$param) and $param["StartPos"] !== null) { $this->StartPos = $param["StartPos"]; } if (array_key_exists("EndPos",$param) and $param["EndPos"] !== null) { $this->EndPos = $param["EndPos"]; } if (array_key_exists("Text",$param) and $param["Text"] !== null) { $this->Text = $param["Text"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/Highlight.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/Highlight.php
Apache-2.0
function __construct() { }
@param string $Total 发布列表数量 @param array $List 发布列表 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/ListReleaseResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/ListReleaseResponse.php
Apache-2.0
function __construct() { }
@param string $DocBizId 文档BizID @param string $BotBizId 应用ID @param string $TypeKey 存储类型: offline:离线文件,realtime:实时文件;为空默认为offline
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/GetDocPreviewRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/GetDocPreviewRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("DocBizId",$param) and $param["DocBizId"] !== null) { $this->DocBizId = $param["DocBizId"]; } if (array_key_exists("BotBizId",$param) and $param["BotBizId"] !== null) { $this->BotBizId = $param["BotBizId"]; } if (array_key_exists("TypeKey",$param) and $param["TypeKey"] !== null) { $this->TypeKey = $param["TypeKey"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/GetDocPreviewRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/GetDocPreviewRequest.php
Apache-2.0
function __construct() { }
@param string $BotBizId 应用ID @param array $RejectedBizIds 拒答问题来源的数据源唯一id
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/DeleteRejectedQuestionRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/DeleteRejectedQuestionRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("BotBizId",$param) and $param["BotBizId"] !== null) { $this->BotBizId = $param["BotBizId"]; } if (array_key_exists("RejectedBizIds",$param) and $param["RejectedBizIds"] !== null) { $this->RejectedBizIds = $param["RejectedBizIds"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/DeleteRejectedQuestionRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/DeleteRejectedQuestionRequest.php
Apache-2.0
function __construct() { }
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/GroupDocResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/GroupDocResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) { $this->RequestId = $param["RequestId"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/GroupDocResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/GroupDocResponse.php
Apache-2.0
function __construct() { }
@param boolean $IsExist 是否存在 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/CheckAttributeLabelExistResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/CheckAttributeLabelExistResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("IsExist",$param) and $param["IsExist"] !== null) { $this->IsExist = $param["IsExist"]; } if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) { $this->RequestId = $param["RequestId"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/CheckAttributeLabelExistResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/CheckAttributeLabelExistResponse.php
Apache-2.0
function __construct() { }
@param integer $Total 总消息数 @param integer $ModelReplyCount 大模型直接回复总数 @param integer $KnowledgeCount 知识型回复总数 @param integer $TaskFlowCount 任务流回复总数 @param integer $SearchEngineCount 搜索引擎回复总数 @param integer $ImageUnderstandingCount 图片理解回复总数 @param integer $RejectCount 拒答回复总数 @param integer $SensitiveCount 敏感回复总数 @param integer $ConcurrentLimitCount 并发超限回复总数 @param integer $UnknownIssuesCount 未知问题回复总数 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/GetAnswerTypeDataCountResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/GetAnswerTypeDataCountResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("Total",$param) and $param["Total"] !== null) { $this->Total = $param["Total"]; } if (array_key_exists("ModelReplyCount",$param) and $param["ModelReplyCount"] !== null) { $this->ModelReplyCount = $param["ModelReplyCount"]; } if (array_key_exists("KnowledgeCount",$param) and $param["KnowledgeCount"] !== null) { $this->KnowledgeCount = $param["KnowledgeCount"]; } if (array_key_exists("TaskFlowCount",$param) and $param["TaskFlowCount"] !== null) { $this->TaskFlowCount = $param["TaskFlowCount"]; } if (array_key_exists("SearchEngineCount",$param) and $param["SearchEngineCount"] !== null) { $this->SearchEngineCount = $param["SearchEngineCount"]; } if (array_key_exists("ImageUnderstandingCount",$param) and $param["ImageUnderstandingCount"] !== null) { $this->ImageUnderstandingCount = $param["ImageUnderstandingCount"]; } if (array_key_exists("RejectCount",$param) and $param["RejectCount"] !== null) { $this->RejectCount = $param["RejectCount"]; } if (array_key_exists("SensitiveCount",$param) and $param["SensitiveCount"] !== null) { $this->SensitiveCount = $param["SensitiveCount"]; } if (array_key_exists("ConcurrentLimitCount",$param) and $param["ConcurrentLimitCount"] !== null) { $this->ConcurrentLimitCount = $param["ConcurrentLimitCount"]; } if (array_key_exists("UnknownIssuesCount",$param) and $param["UnknownIssuesCount"] !== null) { $this->UnknownIssuesCount = $param["UnknownIssuesCount"]; } if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) { $this->RequestId = $param["RequestId"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/GetAnswerTypeDataCountResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/GetAnswerTypeDataCountResponse.php
Apache-2.0
function __construct() { }
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/RenameDocResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/RenameDocResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) { $this->RequestId = $param["RequestId"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/RenameDocResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/RenameDocResponse.php
Apache-2.0
function __construct() { }
@param string $AppBizId 应用ID @param string $AppType 应用类型;knowledge_qa-知识问答管理;summary-知识摘要;classifys-知识标签提取 @param boolean $IsRelease 是否发布后的配置
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/DescribeAppRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/DescribeAppRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("AppBizId",$param) and $param["AppBizId"] !== null) { $this->AppBizId = $param["AppBizId"]; } if (array_key_exists("AppType",$param) and $param["AppType"] !== null) { $this->AppType = $param["AppType"]; } if (array_key_exists("IsRelease",$param) and $param["IsRelease"] !== null) { $this->IsRelease = $param["IsRelease"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/DescribeAppRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/DescribeAppRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("Question",$param) and $param["Question"] !== null) { $this->Question = $param["Question"]; } if (array_key_exists("UpdateTime",$param) and $param["UpdateTime"] !== null) { $this->UpdateTime = $param["UpdateTime"]; } if (array_key_exists("Action",$param) and $param["Action"] !== null) { $this->Action = $param["Action"]; } if (array_key_exists("ActionDesc",$param) and $param["ActionDesc"] !== null) { $this->ActionDesc = $param["ActionDesc"]; } if (array_key_exists("Message",$param) and $param["Message"] !== null) { $this->Message = $param["Message"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/ReleaseRejectedQuestion.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/ReleaseRejectedQuestion.php
Apache-2.0
function __construct() { }
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/ModifyRejectedQuestionResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/ModifyRejectedQuestionResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) { $this->RequestId = $param["RequestId"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/ModifyRejectedQuestionResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/ModifyRejectedQuestionResponse.php
Apache-2.0
function __construct() { }
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/ExportQAListResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/ExportQAListResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) { $this->RequestId = $param["RequestId"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/ExportQAListResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/ExportQAListResponse.php
Apache-2.0
function __construct() { }
@param string $Total 数量 @param array $List 配置项列表 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/ListReleaseConfigPreviewResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/ListReleaseConfigPreviewResponse.php
Apache-2.0
function __construct() { }
@param array $List 下拉框内容 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/ListSelectDocResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/ListSelectDocResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("StrategyType",$param) and $param["StrategyType"] !== null) { $this->StrategyType = $param["StrategyType"]; } if (array_key_exists("TableEnhancement",$param) and $param["TableEnhancement"] !== null) { $this->TableEnhancement = $param["TableEnhancement"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/SearchStrategy.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/SearchStrategy.php
Apache-2.0
function __construct() { }
@param string $PromptA 第一段内容 @param string $PromptB 第二段内容
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/ReRankDataObject.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/ReRankDataObject.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("PromptA",$param) and $param["PromptA"] !== null) { $this->PromptA = $param["PromptA"]; } if (array_key_exists("PromptB",$param) and $param["PromptB"] !== null) { $this->PromptB = $param["PromptB"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/ReRankDataObject.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/ReRankDataObject.php
Apache-2.0
function __construct() { }
@param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/ModifyDocAttrRangeResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/ModifyDocAttrRangeResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) { $this->RequestId = $param["RequestId"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/ModifyDocAttrRangeResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/ModifyDocAttrRangeResponse.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("LabelBizId",$param) and $param["LabelBizId"] !== null) { $this->LabelBizId = $param["LabelBizId"]; } if (array_key_exists("LabelName",$param) and $param["LabelName"] !== null) { $this->LabelName = $param["LabelName"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/Label.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/Label.php
Apache-2.0
function __construct() { }
@param string $QaBizId 问答ID @param boolean $IsAccepted 是否采纳 @param string $CateBizId 分类ID @param string $Question 问题 @param string $Answer 答案
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/QAList.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/QAList.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("QaBizId",$param) and $param["QaBizId"] !== null) { $this->QaBizId = $param["QaBizId"]; } if (array_key_exists("IsAccepted",$param) and $param["IsAccepted"] !== null) { $this->IsAccepted = $param["IsAccepted"]; } if (array_key_exists("CateBizId",$param) and $param["CateBizId"] !== null) { $this->CateBizId = $param["CateBizId"]; } if (array_key_exists("Question",$param) and $param["Question"] !== null) { $this->Question = $param["Question"]; } if (array_key_exists("Answer",$param) and $param["Answer"] !== null) { $this->Answer = $param["Answer"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/QAList.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/QAList.php
Apache-2.0
function __construct() { }
@param string $BotBizId 应用ID @param string $Question 问题 @param string $Answer 答案 @param integer $AttrRange 标签适用范围 1:全部,2:按条件 @param string $CustomParam 自定义参数 @param array $AttrLabels 标签引用 @param string $DocBizId 文档ID @param string $CateBizId 分类ID @param string $ExpireStart 有效开始时间,unix时间戳 @param string $ExpireEnd 有效结束时间,unix时间戳,0代表永久有效 @param array $SimilarQuestions 相似问内容 @param string $QuestionDesc 问题描述
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/CreateQARequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/CreateQARequest.php
Apache-2.0
function __construct() { }
@param array $UinAccount 腾讯云主账号 @param string $LoginUin 登录用户主账号(集成商模式必填) @param string $LoginSubAccountUin 登录用户子账号(集成商模式必填) @param string $SubBizType 知识引擎子业务类型: FileParse(文档解析)、Embedding、Rewrite(多轮改写)、 Concurrency(并发)、KnowledgeSummary(知识总结) KnowledgeQA(知识问答)、KnowledgeCapacity(知识库容量)、SearchEngine(搜索引擎) @param string $ModelName 模型标识 @param string $StartTime 开始时间戳, 单位为秒(默认值0) @param string $EndTime 结束时间戳, 单位为秒(默认值0, 必须大于开始时间戳) @param array $AppBizIds 应用id列表 @param array $SubScenes 筛选子场景(文档解析场景使用)
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/DescribeTokenUsageRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/DescribeTokenUsageRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("UinAccount",$param) and $param["UinAccount"] !== null) { $this->UinAccount = $param["UinAccount"]; } if (array_key_exists("LoginUin",$param) and $param["LoginUin"] !== null) { $this->LoginUin = $param["LoginUin"]; } if (array_key_exists("LoginSubAccountUin",$param) and $param["LoginSubAccountUin"] !== null) { $this->LoginSubAccountUin = $param["LoginSubAccountUin"]; } if (array_key_exists("SubBizType",$param) and $param["SubBizType"] !== null) { $this->SubBizType = $param["SubBizType"]; } if (array_key_exists("ModelName",$param) and $param["ModelName"] !== null) { $this->ModelName = $param["ModelName"]; } if (array_key_exists("StartTime",$param) and $param["StartTime"] !== null) { $this->StartTime = $param["StartTime"]; } if (array_key_exists("EndTime",$param) and $param["EndTime"] !== null) { $this->EndTime = $param["EndTime"]; } if (array_key_exists("AppBizIds",$param) and $param["AppBizIds"] !== null) { $this->AppBizIds = $param["AppBizIds"]; } if (array_key_exists("SubScenes",$param) and $param["SubScenes"] !== null) { $this->SubScenes = $param["SubScenes"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/DescribeTokenUsageRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/DescribeTokenUsageRequest.php
Apache-2.0
function __construct() { }
@param string $Type 类型:doc-文档;qa-问答对 @param string $AppBizId 应用ID @param string $LoginUin 登录用户主账号(集成商模式必填) @param string $LoginSubAccountUin 登录用户子账号(集成商模式必填)
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/GetAppKnowledgeCountRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/GetAppKnowledgeCountRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("Type",$param) and $param["Type"] !== null) { $this->Type = $param["Type"]; } if (array_key_exists("AppBizId",$param) and $param["AppBizId"] !== null) { $this->AppBizId = $param["AppBizId"]; } if (array_key_exists("LoginUin",$param) and $param["LoginUin"] !== null) { $this->LoginUin = $param["LoginUin"]; } if (array_key_exists("LoginSubAccountUin",$param) and $param["LoginSubAccountUin"] !== null) { $this->LoginSubAccountUin = $param["LoginSubAccountUin"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/GetAppKnowledgeCountRequest.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/GetAppKnowledgeCountRequest.php
Apache-2.0
public function deserialize($param) { if ($param === null) { return; } if (array_key_exists("ConfigItem",$param) and $param["ConfigItem"] !== null) { $this->ConfigItem = $param["ConfigItem"]; } if (array_key_exists("UpdateTime",$param) and $param["UpdateTime"] !== null) { $this->UpdateTime = $param["UpdateTime"]; } if (array_key_exists("Action",$param) and $param["Action"] !== null) { $this->Action = $param["Action"]; } if (array_key_exists("Value",$param) and $param["Value"] !== null) { $this->Value = $param["Value"]; } if (array_key_exists("LastValue",$param) and $param["LastValue"] !== null) { $this->LastValue = $param["LastValue"]; } if (array_key_exists("Content",$param) and $param["Content"] !== null) { $this->Content = $param["Content"]; } if (array_key_exists("Message",$param) and $param["Message"] !== null) { $this->Message = $param["Message"]; } }
For internal only. DO NOT USE IT.
deserialize
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/ReleaseConfigs.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/ReleaseConfigs.php
Apache-2.0
function __construct() { }
@param array $Total Token消耗总量 @param array $Input 输入Token消耗量 @param array $Output 输出Token消耗量 @param string $RequestId 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
__construct
php
TencentCloud/tencentcloud-sdk-php
src/TencentCloud/Lke/V20231130/Models/DescribeTokenUsageGraphResponse.php
https://github.com/TencentCloud/tencentcloud-sdk-php/blob/master/src/TencentCloud/Lke/V20231130/Models/DescribeTokenUsageGraphResponse.php
Apache-2.0