qualitycheck

package
v1.62.706 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 26, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation ¶

Index ¶

Constants ¶

This section is empty.

Variables ¶

This section is empty.

Functions ¶

This section is empty.

Types ¶

type AddBusinessCategoryRequest ¶

type AddBusinessCategoryRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

AddBusinessCategoryRequest is the request struct for api AddBusinessCategory

func CreateAddBusinessCategoryRequest ¶

func CreateAddBusinessCategoryRequest() (request *AddBusinessCategoryRequest)

CreateAddBusinessCategoryRequest creates a request to invoke AddBusinessCategory API

type AddBusinessCategoryResponse ¶

type AddBusinessCategoryResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

AddBusinessCategoryResponse is the response struct for api AddBusinessCategory

func CreateAddBusinessCategoryResponse ¶

func CreateAddBusinessCategoryResponse() (response *AddBusinessCategoryResponse)

CreateAddBusinessCategoryResponse creates a response to parse from AddBusinessCategory response

type AddRuleCategoryRequest ¶

type AddRuleCategoryRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

AddRuleCategoryRequest is the request struct for api AddRuleCategory

func CreateAddRuleCategoryRequest ¶

func CreateAddRuleCategoryRequest() (request *AddRuleCategoryRequest)

CreateAddRuleCategoryRequest creates a request to invoke AddRuleCategory API

type AddRuleCategoryResponse ¶

type AddRuleCategoryResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      Data   `json:"Data" xml:"Data"`
}

AddRuleCategoryResponse is the response struct for api AddRuleCategory

func CreateAddRuleCategoryResponse ¶

func CreateAddRuleCategoryResponse() (response *AddRuleCategoryResponse)

CreateAddRuleCategoryResponse creates a response to parse from AddRuleCategory response

type AddRuleV4Request ¶ added in v1.62.655

type AddRuleV4Request struct {
	*requests.RpcRequest
	IsSchemeData         requests.Integer `position:"Body" name:"IsSchemeData"`
	ReturnRelatedSchemes requests.Boolean `position:"Body" name:"ReturnRelatedSchemes"`
	IsCopy               requests.Boolean `position:"Body" name:"IsCopy"`
	JsonStrForRule       string           `position:"Body" name:"JsonStrForRule"`
	RuleId               requests.Integer `position:"Body" name:"RuleId"`
	BaseMeAgentId        requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

AddRuleV4Request is the request struct for api AddRuleV4

func CreateAddRuleV4Request ¶ added in v1.62.655

func CreateAddRuleV4Request() (request *AddRuleV4Request)

CreateAddRuleV4Request creates a request to invoke AddRuleV4 API

type AddRuleV4Response ¶ added in v1.62.655

type AddRuleV4Response struct {
	*responses.BaseResponse
	RequestId      string              `json:"RequestId" xml:"RequestId"`
	Success        bool                `json:"Success" xml:"Success"`
	Code           string              `json:"Code" xml:"Code"`
	Message        string              `json:"Message" xml:"Message"`
	HttpStatusCode int                 `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           int64               `json:"Data" xml:"Data"`
	Messages       MessagesInAddRuleV4 `json:"Messages" xml:"Messages"`
}

AddRuleV4Response is the response struct for api AddRuleV4

func CreateAddRuleV4Response ¶ added in v1.62.655

func CreateAddRuleV4Response() (response *AddRuleV4Response)

CreateAddRuleV4Response creates a response to parse from AddRuleV4 response

type AddThesaurusForApiRequest ¶

type AddThesaurusForApiRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

AddThesaurusForApiRequest is the request struct for api AddThesaurusForApi

func CreateAddThesaurusForApiRequest ¶

func CreateAddThesaurusForApiRequest() (request *AddThesaurusForApiRequest)

CreateAddThesaurusForApiRequest creates a request to invoke AddThesaurusForApi API

type AddThesaurusForApiResponse ¶

type AddThesaurusForApiResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	Data      int64  `json:"Data" xml:"Data"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

AddThesaurusForApiResponse is the response struct for api AddThesaurusForApi

func CreateAddThesaurusForApiResponse ¶

func CreateAddThesaurusForApiResponse() (response *AddThesaurusForApiResponse)

CreateAddThesaurusForApiResponse creates a response to parse from AddThesaurusForApi response

type Agent ¶

type Agent struct {
	Name       string `json:"Name" xml:"Name"`
	AgentName  string `json:"AgentName" xml:"AgentName"`
	AgentId    string `json:"AgentId" xml:"AgentId"`
	SkillGroup string `json:"SkillGroup" xml:"SkillGroup"`
	Id         string `json:"Id" xml:"Id"`
}

Agent is a nested struct in qualitycheck response

type Agents ¶

type Agents struct {
	Agent []Agent `json:"Agent" xml:"Agent"`
}

Agents is a nested struct in qualitycheck response

type AllRuleListInGetSkillGroupConfig ¶ added in v1.61.737

type AllRuleListInGetSkillGroupConfig struct {
	RuleNameInfo []RuleNameInfo `json:"RuleNameInfo" xml:"RuleNameInfo"`
}

AllRuleListInGetSkillGroupConfig is a nested struct in qualitycheck response

type AllRuleListInListSkillGroupConfig ¶ added in v1.61.737

type AllRuleListInListSkillGroupConfig struct {
	RuleNameInfo []RuleNameInfo `json:"RuleNameInfo" xml:"RuleNameInfo"`
}

AllRuleListInListSkillGroupConfig is a nested struct in qualitycheck response

type Anchor ¶

type Anchor struct {
	Cid       string `json:"Cid" xml:"Cid"`
	HitTime   int    `json:"HitTime" xml:"HitTime"`
	Location  string `json:"Location" xml:"Location"`
	AnchorCid string `json:"AnchorCid" xml:"AnchorCid"`
}

Anchor is a nested struct in qualitycheck response

type AntModelInfo ¶ added in v1.61.1096

type AntModelInfo struct {
	AntModelInfo []string `json:"AntModelInfo" xml:"AntModelInfo"`
}

AntModelInfo is a nested struct in qualitycheck response

type AsrResultInGetResult ¶

type AsrResultInGetResult struct {
	AsrResultItem []AsrResultItem `json:"AsrResult" xml:"AsrResult"`
}

AsrResultInGetResult is a nested struct in qualitycheck response

type AsrResultInGetSyncResult ¶ added in v1.61.737

type AsrResultInGetSyncResult struct {
	AsrResultItem []AsrResultItem `json:"AsrResult" xml:"AsrResult"`
}

AsrResultInGetSyncResult is a nested struct in qualitycheck response

type AsrResultItem ¶

type AsrResultItem struct {
	End             int64  `json:"End" xml:"End"`
	Words           string `json:"Words" xml:"Words"`
	Role            string `json:"Role" xml:"Role"`
	SpeechRate      int    `json:"SpeechRate" xml:"SpeechRate"`
	SilenceDuration int    `json:"SilenceDuration" xml:"SilenceDuration"`
	Begin           int64  `json:"Begin" xml:"Begin"`
	EmotionValue    int    `json:"EmotionValue" xml:"EmotionValue"`
}

AsrResultItem is a nested struct in qualitycheck response

type AsrVocab ¶

type AsrVocab struct {
	VocabularyId string `json:"VocabularyId" xml:"VocabularyId"`
	UpdateTime   string `json:"UpdateTime" xml:"UpdateTime"`
	Name         string `json:"Name" xml:"Name"`
	CreateTime   string `json:"CreateTime" xml:"CreateTime"`
	Id           string `json:"Id" xml:"Id"`
}

AsrVocab is a nested struct in qualitycheck response

type AssignConfig ¶ added in v1.62.655

type AssignConfig struct {
	AssignConfigContests AssignConfigContests `json:"AssignConfigContests" xml:"AssignConfigContests"`
}

AssignConfig is a nested struct in qualitycheck response

type AssignConfigContest ¶ added in v1.62.655

type AssignConfigContest struct {
	Name       string     `json:"Name" xml:"Name"`
	DataType   int        `json:"DataType" xml:"DataType"`
	Symbol     int        `json:"Symbol" xml:"Symbol"`
	Value      string     `json:"Value" xml:"Value"`
	ListObject ListObject `json:"ListObject" xml:"ListObject"`
}

AssignConfigContest is a nested struct in qualitycheck response

type AssignConfigContests ¶ added in v1.62.655

type AssignConfigContests struct {
	AssignConfigContest []AssignConfigContest `json:"AssignConfigContest" xml:"AssignConfigContest"`
}

AssignConfigContests is a nested struct in qualitycheck response

type AssignConfigs ¶ added in v1.62.655

type AssignConfigs struct {
	AssignConfig []AssignConfig `json:"AssignConfig" xml:"AssignConfig"`
}

AssignConfigs is a nested struct in qualitycheck response

type AssignReviewerBySessionGroupRequest ¶ added in v1.62.655

type AssignReviewerBySessionGroupRequest struct {
	*requests.RpcRequest
	JsonStr       string           `position:"Query" name:"jsonStr"`
	BaseMeAgentId requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

AssignReviewerBySessionGroupRequest is the request struct for api AssignReviewerBySessionGroup

func CreateAssignReviewerBySessionGroupRequest ¶ added in v1.62.655

func CreateAssignReviewerBySessionGroupRequest() (request *AssignReviewerBySessionGroupRequest)

CreateAssignReviewerBySessionGroupRequest creates a request to invoke AssignReviewerBySessionGroup API

type AssignReviewerBySessionGroupResponse ¶ added in v1.62.655

type AssignReviewerBySessionGroupResponse struct {
	*responses.BaseResponse
	RequestId      string                                 `json:"RequestId" xml:"RequestId"`
	Success        bool                                   `json:"Success" xml:"Success"`
	Code           string                                 `json:"Code" xml:"Code"`
	Message        string                                 `json:"Message" xml:"Message"`
	HttpStatusCode int                                    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Messages       MessagesInAssignReviewerBySessionGroup `json:"Messages" xml:"Messages"`
}

AssignReviewerBySessionGroupResponse is the response struct for api AssignReviewerBySessionGroup

func CreateAssignReviewerBySessionGroupResponse ¶ added in v1.62.655

func CreateAssignReviewerBySessionGroupResponse() (response *AssignReviewerBySessionGroupResponse)

CreateAssignReviewerBySessionGroupResponse creates a response to parse from AssignReviewerBySessionGroup response

type AssignReviewerRequest ¶

type AssignReviewerRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

AssignReviewerRequest is the request struct for api AssignReviewer

func CreateAssignReviewerRequest ¶

func CreateAssignReviewerRequest() (request *AssignReviewerRequest)

CreateAssignReviewerRequest creates a request to invoke AssignReviewer API

type AssignReviewerResponse ¶

type AssignReviewerResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

AssignReviewerResponse is the response struct for api AssignReviewer

func CreateAssignReviewerResponse ¶

func CreateAssignReviewerResponse() (response *AssignReviewerResponse)

CreateAssignReviewerResponse creates a response to parse from AssignReviewer response

type BatchSubmitReviewInfoRequest ¶ added in v1.62.655

type BatchSubmitReviewInfoRequest struct {
	*requests.RpcRequest
	JsonStr       string           `position:"Query" name:"jsonStr"`
	BaseMeAgentId requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

BatchSubmitReviewInfoRequest is the request struct for api BatchSubmitReviewInfo

func CreateBatchSubmitReviewInfoRequest ¶ added in v1.62.655

func CreateBatchSubmitReviewInfoRequest() (request *BatchSubmitReviewInfoRequest)

CreateBatchSubmitReviewInfoRequest creates a request to invoke BatchSubmitReviewInfo API

type BatchSubmitReviewInfoResponse ¶ added in v1.62.655

type BatchSubmitReviewInfoResponse struct {
	*responses.BaseResponse
	RequestId      string                          `json:"RequestId" xml:"RequestId"`
	Success        bool                            `json:"Success" xml:"Success"`
	Code           string                          `json:"Code" xml:"Code"`
	Message        string                          `json:"Message" xml:"Message"`
	HttpStatusCode int                             `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Messages       MessagesInBatchSubmitReviewInfo `json:"Messages" xml:"Messages"`
}

BatchSubmitReviewInfoResponse is the response struct for api BatchSubmitReviewInfo

func CreateBatchSubmitReviewInfoResponse ¶ added in v1.62.655

func CreateBatchSubmitReviewInfoResponse() (response *BatchSubmitReviewInfoResponse)

CreateBatchSubmitReviewInfoResponse creates a response to parse from BatchSubmitReviewInfo response

type BusinessCategories ¶

type BusinessCategories struct {
	BusinessCategoryBasicInfo []BusinessCategoryBasicInfo `json:"BusinessCategoryBasicInfo" xml:"BusinessCategoryBasicInfo"`
}

BusinessCategories is a nested struct in qualitycheck response

type BusinessCategoryBasicInfo ¶

type BusinessCategoryBasicInfo struct {
	BusinessName string `json:"BusinessName" xml:"BusinessName"`
	Bid          int    `json:"Bid" xml:"Bid"`
	ServiceType  int    `json:"ServiceType" xml:"ServiceType"`
}

BusinessCategoryBasicInfo is a nested struct in qualitycheck response

type BusinessCategoryBasicInfoList ¶ added in v1.62.655

type BusinessCategoryBasicInfoList struct {
	BusinessCategoryBasicInfoListItem []BusinessCategoryBasicInfoListItem `json:"BusinessCategoryBasicInfoList" xml:"BusinessCategoryBasicInfoList"`
}

BusinessCategoryBasicInfoList is a nested struct in qualitycheck response

type BusinessCategoryBasicInfoListItem ¶ added in v1.62.655

type BusinessCategoryBasicInfoListItem struct {
	Bid         int    `json:"Bid" xml:"Bid"`
	ServiceType int    `json:"ServiceType" xml:"ServiceType"`
	Name        string `json:"Name" xml:"Name"`
	OriginalId  int64  `json:"OriginalId" xml:"OriginalId"`
}

BusinessCategoryBasicInfoListItem is a nested struct in qualitycheck response

type BusinessCategoryNameListInGetRule ¶ added in v1.61.737

type BusinessCategoryNameListInGetRule struct {
	BusinessCategoryNameList []string `json:"BusinessCategoryNameList" xml:"BusinessCategoryNameList"`
}

BusinessCategoryNameListInGetRule is a nested struct in qualitycheck response

type BusinessCategoryNameListInListRules ¶ added in v1.61.737

type BusinessCategoryNameListInListRules struct {
	BusinessCategoryNameList []string `json:"BusinessCategoryNameList" xml:"BusinessCategoryNameList"`
}

BusinessCategoryNameListInListRules is a nested struct in qualitycheck response

type BusinessCategoryNameListInListRulesV4 ¶ added in v1.62.655

type BusinessCategoryNameListInListRulesV4 struct {
	BusinessCategoryNameList []string `json:"BusinessCategoryNameList" xml:"BusinessCategoryNameList"`
}

BusinessCategoryNameListInListRulesV4 is a nested struct in qualitycheck response

type BusinessRange ¶ added in v1.62.655

type BusinessRange struct {
	BusinessRange []int `json:"BusinessRange" xml:"BusinessRange"`
}

BusinessRange is a nested struct in qualitycheck response

type CallerList ¶ added in v1.62.655

type CallerList struct {
	CallerList []string `json:"CallerList" xml:"CallerList"`
}

CallerList is a nested struct in qualitycheck response

type Channel ¶

type Channel struct {
	Type int    `json:"Type" xml:"Type"`
	Url  string `json:"Url" xml:"Url"`
}

Channel is a nested struct in qualitycheck response

type Channels ¶

type Channels struct {
	Channel []Channel `json:"Channel" xml:"Channel"`
}

Channels is a nested struct in qualitycheck response

type CheckRange ¶

type CheckRange struct {
	Absolute bool   `json:"Absolute" xml:"Absolute"`
	Role     string `json:"Role" xml:"Role"`
	Anchor   Anchor `json:"Anchor" xml:"Anchor"`
	Range    Range  `json:"Range" xml:"Range"`
}

CheckRange is a nested struct in qualitycheck response

type Check_range ¶ added in v1.62.655

type Check_range struct {
	RoleId              int       `json:"RoleId" xml:"RoleId"`
	Role                string    `json:"Role" xml:"Role"`
	Absolute            bool      `json:"Absolute" xml:"Absolute"`
	AllSentencesSatisfy bool      `json:"AllSentencesSatisfy" xml:"AllSentencesSatisfy"`
	Anchor              Anchor    `json:"Anchor" xml:"Anchor"`
	Range               Range     `json:"Range" xml:"Range"`
	TimeRange           TimeRange `json:"TimeRange" xml:"TimeRange"`
}

Check_range is a nested struct in qualitycheck response

type CidInGetResult ¶

type CidInGetResult struct {
	Cid []string `json:"Cid" xml:"Cid"`
}

CidInGetResult is a nested struct in qualitycheck response

type CidInGetResultToReview ¶

type CidInGetResultToReview struct {
	Cid []string `json:"Cid" xml:"Cid"`
}

CidInGetResultToReview is a nested struct in qualitycheck response

type CidInGetSyncResult ¶ added in v1.61.737

type CidInGetSyncResult struct {
	Cid []string `json:"Cid" xml:"Cid"`
}

CidInGetSyncResult is a nested struct in qualitycheck response

type Client ¶

type Client struct {
	sdk.Client
}

Client is the sdk client struct, each func corresponds to an OpenAPI

func NewClient ¶

func NewClient() (client *Client, err error)

NewClient creates a sdk client with environment variables

func NewClientWithAccessKey ¶

func NewClientWithAccessKey(regionId, accessKeyId, accessKeySecret string) (client *Client, err error)

NewClientWithAccessKey is a shortcut to create sdk client with accesskey usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

func NewClientWithEcsRamRole ¶

func NewClientWithEcsRamRole(regionId string, roleName string) (client *Client, err error)

NewClientWithEcsRamRole is a shortcut to create sdk client with ecs ram role usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

func NewClientWithOptions ¶

func NewClientWithOptions(regionId string, config *sdk.Config, credential auth.Credential) (client *Client, err error)

NewClientWithOptions creates a sdk client with regionId/sdkConfig/credential this is the common api to create a sdk client

func NewClientWithProvider ¶

func NewClientWithProvider(regionId string, providers ...provider.Provider) (client *Client, err error)

NewClientWithProvider creates a sdk client with providers usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

func NewClientWithRamRoleArn ¶

func NewClientWithRamRoleArn(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName string) (client *Client, err error)

NewClientWithRamRoleArn is a shortcut to create sdk client with ram roleArn usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

func NewClientWithRamRoleArnAndPolicy ¶

func NewClientWithRamRoleArnAndPolicy(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName, policy string) (client *Client, err error)

NewClientWithRamRoleArn is a shortcut to create sdk client with ram roleArn and policy usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

func NewClientWithRsaKeyPair ¶

func NewClientWithRsaKeyPair(regionId string, publicKeyId, privateKey string, sessionExpiration int) (client *Client, err error)

NewClientWithRsaKeyPair is a shortcut to create sdk client with rsa key pair usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

func NewClientWithStsToken ¶

func NewClientWithStsToken(regionId, stsAccessKeyId, stsAccessKeySecret, stsToken string) (client *Client, err error)

NewClientWithStsToken is a shortcut to create sdk client with sts token usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

func (*Client) AddBusinessCategory ¶

func (client *Client) AddBusinessCategory(request *AddBusinessCategoryRequest) (response *AddBusinessCategoryResponse, err error)

AddBusinessCategory invokes the qualitycheck.AddBusinessCategory API synchronously

func (*Client) AddBusinessCategoryWithCallback ¶

func (client *Client) AddBusinessCategoryWithCallback(request *AddBusinessCategoryRequest, callback func(response *AddBusinessCategoryResponse, err error)) <-chan int

AddBusinessCategoryWithCallback invokes the qualitycheck.AddBusinessCategory API asynchronously

func (*Client) AddBusinessCategoryWithChan ¶

func (client *Client) AddBusinessCategoryWithChan(request *AddBusinessCategoryRequest) (<-chan *AddBusinessCategoryResponse, <-chan error)

AddBusinessCategoryWithChan invokes the qualitycheck.AddBusinessCategory API asynchronously

func (*Client) AddRuleCategory ¶

func (client *Client) AddRuleCategory(request *AddRuleCategoryRequest) (response *AddRuleCategoryResponse, err error)

AddRuleCategory invokes the qualitycheck.AddRuleCategory API synchronously

func (*Client) AddRuleCategoryWithCallback ¶

func (client *Client) AddRuleCategoryWithCallback(request *AddRuleCategoryRequest, callback func(response *AddRuleCategoryResponse, err error)) <-chan int

AddRuleCategoryWithCallback invokes the qualitycheck.AddRuleCategory API asynchronously

func (*Client) AddRuleCategoryWithChan ¶

func (client *Client) AddRuleCategoryWithChan(request *AddRuleCategoryRequest) (<-chan *AddRuleCategoryResponse, <-chan error)

AddRuleCategoryWithChan invokes the qualitycheck.AddRuleCategory API asynchronously

func (*Client) AddRuleV4 ¶ added in v1.62.655

func (client *Client) AddRuleV4(request *AddRuleV4Request) (response *AddRuleV4Response, err error)

AddRuleV4 invokes the qualitycheck.AddRuleV4 API synchronously

func (*Client) AddRuleV4WithCallback ¶ added in v1.62.655

func (client *Client) AddRuleV4WithCallback(request *AddRuleV4Request, callback func(response *AddRuleV4Response, err error)) <-chan int

AddRuleV4WithCallback invokes the qualitycheck.AddRuleV4 API asynchronously

func (*Client) AddRuleV4WithChan ¶ added in v1.62.655

func (client *Client) AddRuleV4WithChan(request *AddRuleV4Request) (<-chan *AddRuleV4Response, <-chan error)

AddRuleV4WithChan invokes the qualitycheck.AddRuleV4 API asynchronously

func (*Client) AddThesaurusForApi ¶

func (client *Client) AddThesaurusForApi(request *AddThesaurusForApiRequest) (response *AddThesaurusForApiResponse, err error)

AddThesaurusForApi invokes the qualitycheck.AddThesaurusForApi API synchronously

func (*Client) AddThesaurusForApiWithCallback ¶

func (client *Client) AddThesaurusForApiWithCallback(request *AddThesaurusForApiRequest, callback func(response *AddThesaurusForApiResponse, err error)) <-chan int

AddThesaurusForApiWithCallback invokes the qualitycheck.AddThesaurusForApi API asynchronously

func (*Client) AddThesaurusForApiWithChan ¶

func (client *Client) AddThesaurusForApiWithChan(request *AddThesaurusForApiRequest) (<-chan *AddThesaurusForApiResponse, <-chan error)

AddThesaurusForApiWithChan invokes the qualitycheck.AddThesaurusForApi API asynchronously

func (*Client) AssignReviewer ¶

func (client *Client) AssignReviewer(request *AssignReviewerRequest) (response *AssignReviewerResponse, err error)

AssignReviewer invokes the qualitycheck.AssignReviewer API synchronously

func (*Client) AssignReviewerBySessionGroup ¶ added in v1.62.655

func (client *Client) AssignReviewerBySessionGroup(request *AssignReviewerBySessionGroupRequest) (response *AssignReviewerBySessionGroupResponse, err error)

AssignReviewerBySessionGroup invokes the qualitycheck.AssignReviewerBySessionGroup API synchronously

func (*Client) AssignReviewerBySessionGroupWithCallback ¶ added in v1.62.655

func (client *Client) AssignReviewerBySessionGroupWithCallback(request *AssignReviewerBySessionGroupRequest, callback func(response *AssignReviewerBySessionGroupResponse, err error)) <-chan int

AssignReviewerBySessionGroupWithCallback invokes the qualitycheck.AssignReviewerBySessionGroup API asynchronously

func (*Client) AssignReviewerBySessionGroupWithChan ¶ added in v1.62.655

func (client *Client) AssignReviewerBySessionGroupWithChan(request *AssignReviewerBySessionGroupRequest) (<-chan *AssignReviewerBySessionGroupResponse, <-chan error)

AssignReviewerBySessionGroupWithChan invokes the qualitycheck.AssignReviewerBySessionGroup API asynchronously

func (*Client) AssignReviewerWithCallback ¶

func (client *Client) AssignReviewerWithCallback(request *AssignReviewerRequest, callback func(response *AssignReviewerResponse, err error)) <-chan int

AssignReviewerWithCallback invokes the qualitycheck.AssignReviewer API asynchronously

func (*Client) AssignReviewerWithChan ¶

func (client *Client) AssignReviewerWithChan(request *AssignReviewerRequest) (<-chan *AssignReviewerResponse, <-chan error)

AssignReviewerWithChan invokes the qualitycheck.AssignReviewer API asynchronously

func (*Client) BatchSubmitReviewInfo ¶ added in v1.62.655

func (client *Client) BatchSubmitReviewInfo(request *BatchSubmitReviewInfoRequest) (response *BatchSubmitReviewInfoResponse, err error)

BatchSubmitReviewInfo invokes the qualitycheck.BatchSubmitReviewInfo API synchronously

func (*Client) BatchSubmitReviewInfoWithCallback ¶ added in v1.62.655

func (client *Client) BatchSubmitReviewInfoWithCallback(request *BatchSubmitReviewInfoRequest, callback func(response *BatchSubmitReviewInfoResponse, err error)) <-chan int

BatchSubmitReviewInfoWithCallback invokes the qualitycheck.BatchSubmitReviewInfo API asynchronously

func (*Client) BatchSubmitReviewInfoWithChan ¶ added in v1.62.655

func (client *Client) BatchSubmitReviewInfoWithChan(request *BatchSubmitReviewInfoRequest) (<-chan *BatchSubmitReviewInfoResponse, <-chan error)

BatchSubmitReviewInfoWithChan invokes the qualitycheck.BatchSubmitReviewInfo API asynchronously

func (*Client) CreateAsrVocab ¶

func (client *Client) CreateAsrVocab(request *CreateAsrVocabRequest) (response *CreateAsrVocabResponse, err error)

CreateAsrVocab invokes the qualitycheck.CreateAsrVocab API synchronously

func (*Client) CreateAsrVocabWithCallback ¶

func (client *Client) CreateAsrVocabWithCallback(request *CreateAsrVocabRequest, callback func(response *CreateAsrVocabResponse, err error)) <-chan int

CreateAsrVocabWithCallback invokes the qualitycheck.CreateAsrVocab API asynchronously

func (*Client) CreateAsrVocabWithChan ¶

func (client *Client) CreateAsrVocabWithChan(request *CreateAsrVocabRequest) (<-chan *CreateAsrVocabResponse, <-chan error)

CreateAsrVocabWithChan invokes the qualitycheck.CreateAsrVocab API asynchronously

func (*Client) CreateCheckTypeToScheme ¶ added in v1.62.655

func (client *Client) CreateCheckTypeToScheme(request *CreateCheckTypeToSchemeRequest) (response *CreateCheckTypeToSchemeResponse, err error)

CreateCheckTypeToScheme invokes the qualitycheck.CreateCheckTypeToScheme API synchronously

func (*Client) CreateCheckTypeToSchemeWithCallback ¶ added in v1.62.655

func (client *Client) CreateCheckTypeToSchemeWithCallback(request *CreateCheckTypeToSchemeRequest, callback func(response *CreateCheckTypeToSchemeResponse, err error)) <-chan int

CreateCheckTypeToSchemeWithCallback invokes the qualitycheck.CreateCheckTypeToScheme API asynchronously

func (*Client) CreateCheckTypeToSchemeWithChan ¶ added in v1.62.655

func (client *Client) CreateCheckTypeToSchemeWithChan(request *CreateCheckTypeToSchemeRequest) (<-chan *CreateCheckTypeToSchemeResponse, <-chan error)

CreateCheckTypeToSchemeWithChan invokes the qualitycheck.CreateCheckTypeToScheme API asynchronously

func (*Client) CreateQualityCheckScheme ¶ added in v1.62.655

func (client *Client) CreateQualityCheckScheme(request *CreateQualityCheckSchemeRequest) (response *CreateQualityCheckSchemeResponse, err error)

CreateQualityCheckScheme invokes the qualitycheck.CreateQualityCheckScheme API synchronously

func (*Client) CreateQualityCheckSchemeWithCallback ¶ added in v1.62.655

func (client *Client) CreateQualityCheckSchemeWithCallback(request *CreateQualityCheckSchemeRequest, callback func(response *CreateQualityCheckSchemeResponse, err error)) <-chan int

CreateQualityCheckSchemeWithCallback invokes the qualitycheck.CreateQualityCheckScheme API asynchronously

func (*Client) CreateQualityCheckSchemeWithChan ¶ added in v1.62.655

func (client *Client) CreateQualityCheckSchemeWithChan(request *CreateQualityCheckSchemeRequest) (<-chan *CreateQualityCheckSchemeResponse, <-chan error)

CreateQualityCheckSchemeWithChan invokes the qualitycheck.CreateQualityCheckScheme API asynchronously

func (*Client) CreateSchemeTaskConfig ¶ added in v1.62.655

func (client *Client) CreateSchemeTaskConfig(request *CreateSchemeTaskConfigRequest) (response *CreateSchemeTaskConfigResponse, err error)

CreateSchemeTaskConfig invokes the qualitycheck.CreateSchemeTaskConfig API synchronously

func (*Client) CreateSchemeTaskConfigWithCallback ¶ added in v1.62.655

func (client *Client) CreateSchemeTaskConfigWithCallback(request *CreateSchemeTaskConfigRequest, callback func(response *CreateSchemeTaskConfigResponse, err error)) <-chan int

CreateSchemeTaskConfigWithCallback invokes the qualitycheck.CreateSchemeTaskConfig API asynchronously

func (*Client) CreateSchemeTaskConfigWithChan ¶ added in v1.62.655

func (client *Client) CreateSchemeTaskConfigWithChan(request *CreateSchemeTaskConfigRequest) (<-chan *CreateSchemeTaskConfigResponse, <-chan error)

CreateSchemeTaskConfigWithChan invokes the qualitycheck.CreateSchemeTaskConfig API asynchronously

func (*Client) CreateSkillGroupConfig ¶

func (client *Client) CreateSkillGroupConfig(request *CreateSkillGroupConfigRequest) (response *CreateSkillGroupConfigResponse, err error)

CreateSkillGroupConfig invokes the qualitycheck.CreateSkillGroupConfig API synchronously

func (*Client) CreateSkillGroupConfigWithCallback ¶

func (client *Client) CreateSkillGroupConfigWithCallback(request *CreateSkillGroupConfigRequest, callback func(response *CreateSkillGroupConfigResponse, err error)) <-chan int

CreateSkillGroupConfigWithCallback invokes the qualitycheck.CreateSkillGroupConfig API asynchronously

func (*Client) CreateSkillGroupConfigWithChan ¶

func (client *Client) CreateSkillGroupConfigWithChan(request *CreateSkillGroupConfigRequest) (<-chan *CreateSkillGroupConfigResponse, <-chan error)

CreateSkillGroupConfigWithChan invokes the qualitycheck.CreateSkillGroupConfig API asynchronously

func (*Client) CreateTaskAssignRule ¶

func (client *Client) CreateTaskAssignRule(request *CreateTaskAssignRuleRequest) (response *CreateTaskAssignRuleResponse, err error)

CreateTaskAssignRule invokes the qualitycheck.CreateTaskAssignRule API synchronously

func (*Client) CreateTaskAssignRuleWithCallback ¶

func (client *Client) CreateTaskAssignRuleWithCallback(request *CreateTaskAssignRuleRequest, callback func(response *CreateTaskAssignRuleResponse, err error)) <-chan int

CreateTaskAssignRuleWithCallback invokes the qualitycheck.CreateTaskAssignRule API asynchronously

func (*Client) CreateTaskAssignRuleWithChan ¶

func (client *Client) CreateTaskAssignRuleWithChan(request *CreateTaskAssignRuleRequest) (<-chan *CreateTaskAssignRuleResponse, <-chan error)

CreateTaskAssignRuleWithChan invokes the qualitycheck.CreateTaskAssignRule API asynchronously

func (*Client) CreateUser ¶

func (client *Client) CreateUser(request *CreateUserRequest) (response *CreateUserResponse, err error)

CreateUser invokes the qualitycheck.CreateUser API synchronously

func (*Client) CreateUserWithCallback ¶

func (client *Client) CreateUserWithCallback(request *CreateUserRequest, callback func(response *CreateUserResponse, err error)) <-chan int

CreateUserWithCallback invokes the qualitycheck.CreateUser API asynchronously

func (*Client) CreateUserWithChan ¶

func (client *Client) CreateUserWithChan(request *CreateUserRequest) (<-chan *CreateUserResponse, <-chan error)

CreateUserWithChan invokes the qualitycheck.CreateUser API asynchronously

func (*Client) CreateWarningConfig ¶

func (client *Client) CreateWarningConfig(request *CreateWarningConfigRequest) (response *CreateWarningConfigResponse, err error)

CreateWarningConfig invokes the qualitycheck.CreateWarningConfig API synchronously

func (*Client) CreateWarningConfigWithCallback ¶

func (client *Client) CreateWarningConfigWithCallback(request *CreateWarningConfigRequest, callback func(response *CreateWarningConfigResponse, err error)) <-chan int

CreateWarningConfigWithCallback invokes the qualitycheck.CreateWarningConfig API asynchronously

func (*Client) CreateWarningConfigWithChan ¶

func (client *Client) CreateWarningConfigWithChan(request *CreateWarningConfigRequest) (<-chan *CreateWarningConfigResponse, <-chan error)

CreateWarningConfigWithChan invokes the qualitycheck.CreateWarningConfig API asynchronously

func (*Client) CreateWarningStrategyConfig ¶ added in v1.62.655

func (client *Client) CreateWarningStrategyConfig(request *CreateWarningStrategyConfigRequest) (response *CreateWarningStrategyConfigResponse, err error)

CreateWarningStrategyConfig invokes the qualitycheck.CreateWarningStrategyConfig API synchronously

func (*Client) CreateWarningStrategyConfigWithCallback ¶ added in v1.62.655

func (client *Client) CreateWarningStrategyConfigWithCallback(request *CreateWarningStrategyConfigRequest, callback func(response *CreateWarningStrategyConfigResponse, err error)) <-chan int

CreateWarningStrategyConfigWithCallback invokes the qualitycheck.CreateWarningStrategyConfig API asynchronously

func (*Client) CreateWarningStrategyConfigWithChan ¶ added in v1.62.655

func (client *Client) CreateWarningStrategyConfigWithChan(request *CreateWarningStrategyConfigRequest) (<-chan *CreateWarningStrategyConfigResponse, <-chan error)

CreateWarningStrategyConfigWithChan invokes the qualitycheck.CreateWarningStrategyConfig API asynchronously

func (*Client) DelRuleCategory ¶

func (client *Client) DelRuleCategory(request *DelRuleCategoryRequest) (response *DelRuleCategoryResponse, err error)

DelRuleCategory invokes the qualitycheck.DelRuleCategory API synchronously

func (*Client) DelRuleCategoryWithCallback ¶

func (client *Client) DelRuleCategoryWithCallback(request *DelRuleCategoryRequest, callback func(response *DelRuleCategoryResponse, err error)) <-chan int

DelRuleCategoryWithCallback invokes the qualitycheck.DelRuleCategory API asynchronously

func (*Client) DelRuleCategoryWithChan ¶

func (client *Client) DelRuleCategoryWithChan(request *DelRuleCategoryRequest) (<-chan *DelRuleCategoryResponse, <-chan error)

DelRuleCategoryWithChan invokes the qualitycheck.DelRuleCategory API asynchronously

func (*Client) DelThesaurusForApi ¶

func (client *Client) DelThesaurusForApi(request *DelThesaurusForApiRequest) (response *DelThesaurusForApiResponse, err error)

DelThesaurusForApi invokes the qualitycheck.DelThesaurusForApi API synchronously

func (*Client) DelThesaurusForApiWithCallback ¶

func (client *Client) DelThesaurusForApiWithCallback(request *DelThesaurusForApiRequest, callback func(response *DelThesaurusForApiResponse, err error)) <-chan int

DelThesaurusForApiWithCallback invokes the qualitycheck.DelThesaurusForApi API asynchronously

func (*Client) DelThesaurusForApiWithChan ¶

func (client *Client) DelThesaurusForApiWithChan(request *DelThesaurusForApiRequest) (<-chan *DelThesaurusForApiResponse, <-chan error)

DelThesaurusForApiWithChan invokes the qualitycheck.DelThesaurusForApi API asynchronously

func (*Client) DeleteAsrVocab ¶

func (client *Client) DeleteAsrVocab(request *DeleteAsrVocabRequest) (response *DeleteAsrVocabResponse, err error)

DeleteAsrVocab invokes the qualitycheck.DeleteAsrVocab API synchronously

func (*Client) DeleteAsrVocabWithCallback ¶

func (client *Client) DeleteAsrVocabWithCallback(request *DeleteAsrVocabRequest, callback func(response *DeleteAsrVocabResponse, err error)) <-chan int

DeleteAsrVocabWithCallback invokes the qualitycheck.DeleteAsrVocab API asynchronously

func (*Client) DeleteAsrVocabWithChan ¶

func (client *Client) DeleteAsrVocabWithChan(request *DeleteAsrVocabRequest) (<-chan *DeleteAsrVocabResponse, <-chan error)

DeleteAsrVocabWithChan invokes the qualitycheck.DeleteAsrVocab API asynchronously

func (*Client) DeleteBusinessCategory ¶

func (client *Client) DeleteBusinessCategory(request *DeleteBusinessCategoryRequest) (response *DeleteBusinessCategoryResponse, err error)

DeleteBusinessCategory invokes the qualitycheck.DeleteBusinessCategory API synchronously

func (*Client) DeleteBusinessCategoryWithCallback ¶

func (client *Client) DeleteBusinessCategoryWithCallback(request *DeleteBusinessCategoryRequest, callback func(response *DeleteBusinessCategoryResponse, err error)) <-chan int

DeleteBusinessCategoryWithCallback invokes the qualitycheck.DeleteBusinessCategory API asynchronously

func (*Client) DeleteBusinessCategoryWithChan ¶

func (client *Client) DeleteBusinessCategoryWithChan(request *DeleteBusinessCategoryRequest) (<-chan *DeleteBusinessCategoryResponse, <-chan error)

DeleteBusinessCategoryWithChan invokes the qualitycheck.DeleteBusinessCategory API asynchronously

func (*Client) DeleteCustomizationConfig ¶

func (client *Client) DeleteCustomizationConfig(request *DeleteCustomizationConfigRequest) (response *DeleteCustomizationConfigResponse, err error)

DeleteCustomizationConfig invokes the qualitycheck.DeleteCustomizationConfig API synchronously

func (*Client) DeleteCustomizationConfigWithCallback ¶

func (client *Client) DeleteCustomizationConfigWithCallback(request *DeleteCustomizationConfigRequest, callback func(response *DeleteCustomizationConfigResponse, err error)) <-chan int

DeleteCustomizationConfigWithCallback invokes the qualitycheck.DeleteCustomizationConfig API asynchronously

func (*Client) DeleteCustomizationConfigWithChan ¶

func (client *Client) DeleteCustomizationConfigWithChan(request *DeleteCustomizationConfigRequest) (<-chan *DeleteCustomizationConfigResponse, <-chan error)

DeleteCustomizationConfigWithChan invokes the qualitycheck.DeleteCustomizationConfig API asynchronously

func (*Client) DeleteDataSet ¶

func (client *Client) DeleteDataSet(request *DeleteDataSetRequest) (response *DeleteDataSetResponse, err error)

DeleteDataSet invokes the qualitycheck.DeleteDataSet API synchronously

func (*Client) DeleteDataSetWithCallback ¶

func (client *Client) DeleteDataSetWithCallback(request *DeleteDataSetRequest, callback func(response *DeleteDataSetResponse, err error)) <-chan int

DeleteDataSetWithCallback invokes the qualitycheck.DeleteDataSet API asynchronously

func (*Client) DeleteDataSetWithChan ¶

func (client *Client) DeleteDataSetWithChan(request *DeleteDataSetRequest) (<-chan *DeleteDataSetResponse, <-chan error)

DeleteDataSetWithChan invokes the qualitycheck.DeleteDataSet API asynchronously

func (*Client) DeletePrecisionTask ¶

func (client *Client) DeletePrecisionTask(request *DeletePrecisionTaskRequest) (response *DeletePrecisionTaskResponse, err error)

DeletePrecisionTask invokes the qualitycheck.DeletePrecisionTask API synchronously

func (*Client) DeletePrecisionTaskWithCallback ¶

func (client *Client) DeletePrecisionTaskWithCallback(request *DeletePrecisionTaskRequest, callback func(response *DeletePrecisionTaskResponse, err error)) <-chan int

DeletePrecisionTaskWithCallback invokes the qualitycheck.DeletePrecisionTask API asynchronously

func (*Client) DeletePrecisionTaskWithChan ¶

func (client *Client) DeletePrecisionTaskWithChan(request *DeletePrecisionTaskRequest) (<-chan *DeletePrecisionTaskResponse, <-chan error)

DeletePrecisionTaskWithChan invokes the qualitycheck.DeletePrecisionTask API asynchronously

func (*Client) DeleteQualityCheckScheme ¶ added in v1.62.655

func (client *Client) DeleteQualityCheckScheme(request *DeleteQualityCheckSchemeRequest) (response *DeleteQualityCheckSchemeResponse, err error)

DeleteQualityCheckScheme invokes the qualitycheck.DeleteQualityCheckScheme API synchronously

func (*Client) DeleteQualityCheckSchemeWithCallback ¶ added in v1.62.655

func (client *Client) DeleteQualityCheckSchemeWithCallback(request *DeleteQualityCheckSchemeRequest, callback func(response *DeleteQualityCheckSchemeResponse, err error)) <-chan int

DeleteQualityCheckSchemeWithCallback invokes the qualitycheck.DeleteQualityCheckScheme API asynchronously

func (*Client) DeleteQualityCheckSchemeWithChan ¶ added in v1.62.655

func (client *Client) DeleteQualityCheckSchemeWithChan(request *DeleteQualityCheckSchemeRequest) (<-chan *DeleteQualityCheckSchemeResponse, <-chan error)

DeleteQualityCheckSchemeWithChan invokes the qualitycheck.DeleteQualityCheckScheme API asynchronously

func (*Client) DeleteRule ¶ added in v1.62.655

func (client *Client) DeleteRule(request *DeleteRuleRequest) (response *DeleteRuleResponse, err error)

DeleteRule invokes the qualitycheck.DeleteRule API synchronously

func (*Client) DeleteRuleV4 ¶ added in v1.62.655

func (client *Client) DeleteRuleV4(request *DeleteRuleV4Request) (response *DeleteRuleV4Response, err error)

DeleteRuleV4 invokes the qualitycheck.DeleteRuleV4 API synchronously

func (*Client) DeleteRuleV4WithCallback ¶ added in v1.62.655

func (client *Client) DeleteRuleV4WithCallback(request *DeleteRuleV4Request, callback func(response *DeleteRuleV4Response, err error)) <-chan int

DeleteRuleV4WithCallback invokes the qualitycheck.DeleteRuleV4 API asynchronously

func (*Client) DeleteRuleV4WithChan ¶ added in v1.62.655

func (client *Client) DeleteRuleV4WithChan(request *DeleteRuleV4Request) (<-chan *DeleteRuleV4Response, <-chan error)

DeleteRuleV4WithChan invokes the qualitycheck.DeleteRuleV4 API asynchronously

func (*Client) DeleteRuleWithCallback ¶ added in v1.62.655

func (client *Client) DeleteRuleWithCallback(request *DeleteRuleRequest, callback func(response *DeleteRuleResponse, err error)) <-chan int

DeleteRuleWithCallback invokes the qualitycheck.DeleteRule API asynchronously

func (*Client) DeleteRuleWithChan ¶ added in v1.62.655

func (client *Client) DeleteRuleWithChan(request *DeleteRuleRequest) (<-chan *DeleteRuleResponse, <-chan error)

DeleteRuleWithChan invokes the qualitycheck.DeleteRule API asynchronously

func (*Client) DeleteSchemeTaskConfig ¶ added in v1.62.655

func (client *Client) DeleteSchemeTaskConfig(request *DeleteSchemeTaskConfigRequest) (response *DeleteSchemeTaskConfigResponse, err error)

DeleteSchemeTaskConfig invokes the qualitycheck.DeleteSchemeTaskConfig API synchronously

func (*Client) DeleteSchemeTaskConfigWithCallback ¶ added in v1.62.655

func (client *Client) DeleteSchemeTaskConfigWithCallback(request *DeleteSchemeTaskConfigRequest, callback func(response *DeleteSchemeTaskConfigResponse, err error)) <-chan int

DeleteSchemeTaskConfigWithCallback invokes the qualitycheck.DeleteSchemeTaskConfig API asynchronously

func (*Client) DeleteSchemeTaskConfigWithChan ¶ added in v1.62.655

func (client *Client) DeleteSchemeTaskConfigWithChan(request *DeleteSchemeTaskConfigRequest) (<-chan *DeleteSchemeTaskConfigResponse, <-chan error)

DeleteSchemeTaskConfigWithChan invokes the qualitycheck.DeleteSchemeTaskConfig API asynchronously

func (*Client) DeleteScoreForApi ¶

func (client *Client) DeleteScoreForApi(request *DeleteScoreForApiRequest) (response *DeleteScoreForApiResponse, err error)

DeleteScoreForApi invokes the qualitycheck.DeleteScoreForApi API synchronously

func (*Client) DeleteScoreForApiWithCallback ¶

func (client *Client) DeleteScoreForApiWithCallback(request *DeleteScoreForApiRequest, callback func(response *DeleteScoreForApiResponse, err error)) <-chan int

DeleteScoreForApiWithCallback invokes the qualitycheck.DeleteScoreForApi API asynchronously

func (*Client) DeleteScoreForApiWithChan ¶

func (client *Client) DeleteScoreForApiWithChan(request *DeleteScoreForApiRequest) (<-chan *DeleteScoreForApiResponse, <-chan error)

DeleteScoreForApiWithChan invokes the qualitycheck.DeleteScoreForApi API asynchronously

func (*Client) DeleteSkillGroupConfig ¶

func (client *Client) DeleteSkillGroupConfig(request *DeleteSkillGroupConfigRequest) (response *DeleteSkillGroupConfigResponse, err error)

DeleteSkillGroupConfig invokes the qualitycheck.DeleteSkillGroupConfig API synchronously

func (*Client) DeleteSkillGroupConfigWithCallback ¶

func (client *Client) DeleteSkillGroupConfigWithCallback(request *DeleteSkillGroupConfigRequest, callback func(response *DeleteSkillGroupConfigResponse, err error)) <-chan int

DeleteSkillGroupConfigWithCallback invokes the qualitycheck.DeleteSkillGroupConfig API asynchronously

func (*Client) DeleteSkillGroupConfigWithChan ¶

func (client *Client) DeleteSkillGroupConfigWithChan(request *DeleteSkillGroupConfigRequest) (<-chan *DeleteSkillGroupConfigResponse, <-chan error)

DeleteSkillGroupConfigWithChan invokes the qualitycheck.DeleteSkillGroupConfig API asynchronously

func (*Client) DeleteSubScoreForApi ¶

func (client *Client) DeleteSubScoreForApi(request *DeleteSubScoreForApiRequest) (response *DeleteSubScoreForApiResponse, err error)

DeleteSubScoreForApi invokes the qualitycheck.DeleteSubScoreForApi API synchronously

func (*Client) DeleteSubScoreForApiWithCallback ¶

func (client *Client) DeleteSubScoreForApiWithCallback(request *DeleteSubScoreForApiRequest, callback func(response *DeleteSubScoreForApiResponse, err error)) <-chan int

DeleteSubScoreForApiWithCallback invokes the qualitycheck.DeleteSubScoreForApi API asynchronously

func (*Client) DeleteSubScoreForApiWithChan ¶

func (client *Client) DeleteSubScoreForApiWithChan(request *DeleteSubScoreForApiRequest) (<-chan *DeleteSubScoreForApiResponse, <-chan error)

DeleteSubScoreForApiWithChan invokes the qualitycheck.DeleteSubScoreForApi API asynchronously

func (*Client) DeleteTaskAssignRule ¶

func (client *Client) DeleteTaskAssignRule(request *DeleteTaskAssignRuleRequest) (response *DeleteTaskAssignRuleResponse, err error)

DeleteTaskAssignRule invokes the qualitycheck.DeleteTaskAssignRule API synchronously

func (*Client) DeleteTaskAssignRuleWithCallback ¶

func (client *Client) DeleteTaskAssignRuleWithCallback(request *DeleteTaskAssignRuleRequest, callback func(response *DeleteTaskAssignRuleResponse, err error)) <-chan int

DeleteTaskAssignRuleWithCallback invokes the qualitycheck.DeleteTaskAssignRule API asynchronously

func (*Client) DeleteTaskAssignRuleWithChan ¶

func (client *Client) DeleteTaskAssignRuleWithChan(request *DeleteTaskAssignRuleRequest) (<-chan *DeleteTaskAssignRuleResponse, <-chan error)

DeleteTaskAssignRuleWithChan invokes the qualitycheck.DeleteTaskAssignRule API asynchronously

func (*Client) DeleteUser ¶

func (client *Client) DeleteUser(request *DeleteUserRequest) (response *DeleteUserResponse, err error)

DeleteUser invokes the qualitycheck.DeleteUser API synchronously

func (*Client) DeleteUserWithCallback ¶

func (client *Client) DeleteUserWithCallback(request *DeleteUserRequest, callback func(response *DeleteUserResponse, err error)) <-chan int

DeleteUserWithCallback invokes the qualitycheck.DeleteUser API asynchronously

func (*Client) DeleteUserWithChan ¶

func (client *Client) DeleteUserWithChan(request *DeleteUserRequest) (<-chan *DeleteUserResponse, <-chan error)

DeleteUserWithChan invokes the qualitycheck.DeleteUser API asynchronously

func (*Client) DeleteWarningConfig ¶

func (client *Client) DeleteWarningConfig(request *DeleteWarningConfigRequest) (response *DeleteWarningConfigResponse, err error)

DeleteWarningConfig invokes the qualitycheck.DeleteWarningConfig API synchronously

func (*Client) DeleteWarningConfigWithCallback ¶

func (client *Client) DeleteWarningConfigWithCallback(request *DeleteWarningConfigRequest, callback func(response *DeleteWarningConfigResponse, err error)) <-chan int

DeleteWarningConfigWithCallback invokes the qualitycheck.DeleteWarningConfig API asynchronously

func (*Client) DeleteWarningConfigWithChan ¶

func (client *Client) DeleteWarningConfigWithChan(request *DeleteWarningConfigRequest) (<-chan *DeleteWarningConfigResponse, <-chan error)

DeleteWarningConfigWithChan invokes the qualitycheck.DeleteWarningConfig API asynchronously

func (*Client) DeleteWarningStrategyConfig ¶ added in v1.62.655

func (client *Client) DeleteWarningStrategyConfig(request *DeleteWarningStrategyConfigRequest) (response *DeleteWarningStrategyConfigResponse, err error)

DeleteWarningStrategyConfig invokes the qualitycheck.DeleteWarningStrategyConfig API synchronously

func (*Client) DeleteWarningStrategyConfigWithCallback ¶ added in v1.62.655

func (client *Client) DeleteWarningStrategyConfigWithCallback(request *DeleteWarningStrategyConfigRequest, callback func(response *DeleteWarningStrategyConfigResponse, err error)) <-chan int

DeleteWarningStrategyConfigWithCallback invokes the qualitycheck.DeleteWarningStrategyConfig API asynchronously

func (*Client) DeleteWarningStrategyConfigWithChan ¶ added in v1.62.655

func (client *Client) DeleteWarningStrategyConfigWithChan(request *DeleteWarningStrategyConfigRequest) (<-chan *DeleteWarningStrategyConfigResponse, <-chan error)

DeleteWarningStrategyConfigWithChan invokes the qualitycheck.DeleteWarningStrategyConfig API asynchronously

func (*Client) EditThesaurusForApi ¶

func (client *Client) EditThesaurusForApi(request *EditThesaurusForApiRequest) (response *EditThesaurusForApiResponse, err error)

EditThesaurusForApi invokes the qualitycheck.EditThesaurusForApi API synchronously

func (*Client) EditThesaurusForApiWithCallback ¶

func (client *Client) EditThesaurusForApiWithCallback(request *EditThesaurusForApiRequest, callback func(response *EditThesaurusForApiResponse, err error)) <-chan int

EditThesaurusForApiWithCallback invokes the qualitycheck.EditThesaurusForApi API asynchronously

func (*Client) EditThesaurusForApiWithChan ¶

func (client *Client) EditThesaurusForApiWithChan(request *EditThesaurusForApiRequest) (<-chan *EditThesaurusForApiResponse, <-chan error)

EditThesaurusForApiWithChan invokes the qualitycheck.EditThesaurusForApi API asynchronously

func (*Client) GetAsrVocab ¶

func (client *Client) GetAsrVocab(request *GetAsrVocabRequest) (response *GetAsrVocabResponse, err error)

GetAsrVocab invokes the qualitycheck.GetAsrVocab API synchronously

func (*Client) GetAsrVocabWithCallback ¶

func (client *Client) GetAsrVocabWithCallback(request *GetAsrVocabRequest, callback func(response *GetAsrVocabResponse, err error)) <-chan int

GetAsrVocabWithCallback invokes the qualitycheck.GetAsrVocab API asynchronously

func (*Client) GetAsrVocabWithChan ¶

func (client *Client) GetAsrVocabWithChan(request *GetAsrVocabRequest) (<-chan *GetAsrVocabResponse, <-chan error)

GetAsrVocabWithChan invokes the qualitycheck.GetAsrVocab API asynchronously

func (*Client) GetBusinessCategoryList ¶

func (client *Client) GetBusinessCategoryList(request *GetBusinessCategoryListRequest) (response *GetBusinessCategoryListResponse, err error)

GetBusinessCategoryList invokes the qualitycheck.GetBusinessCategoryList API synchronously

func (*Client) GetBusinessCategoryListWithCallback ¶

func (client *Client) GetBusinessCategoryListWithCallback(request *GetBusinessCategoryListRequest, callback func(response *GetBusinessCategoryListResponse, err error)) <-chan int

GetBusinessCategoryListWithCallback invokes the qualitycheck.GetBusinessCategoryList API asynchronously

func (*Client) GetBusinessCategoryListWithChan ¶

func (client *Client) GetBusinessCategoryListWithChan(request *GetBusinessCategoryListRequest) (<-chan *GetBusinessCategoryListResponse, <-chan error)

GetBusinessCategoryListWithChan invokes the qualitycheck.GetBusinessCategoryList API asynchronously

func (*Client) GetCustomizationConfigList ¶

func (client *Client) GetCustomizationConfigList(request *GetCustomizationConfigListRequest) (response *GetCustomizationConfigListResponse, err error)

GetCustomizationConfigList invokes the qualitycheck.GetCustomizationConfigList API synchronously

func (*Client) GetCustomizationConfigListWithCallback ¶

func (client *Client) GetCustomizationConfigListWithCallback(request *GetCustomizationConfigListRequest, callback func(response *GetCustomizationConfigListResponse, err error)) <-chan int

GetCustomizationConfigListWithCallback invokes the qualitycheck.GetCustomizationConfigList API asynchronously

func (*Client) GetCustomizationConfigListWithChan ¶

func (client *Client) GetCustomizationConfigListWithChan(request *GetCustomizationConfigListRequest) (<-chan *GetCustomizationConfigListResponse, <-chan error)

GetCustomizationConfigListWithChan invokes the qualitycheck.GetCustomizationConfigList API asynchronously

func (*Client) GetHitResult ¶

func (client *Client) GetHitResult(request *GetHitResultRequest) (response *GetHitResultResponse, err error)

GetHitResult invokes the qualitycheck.GetHitResult API synchronously

func (*Client) GetHitResultWithCallback ¶

func (client *Client) GetHitResultWithCallback(request *GetHitResultRequest, callback func(response *GetHitResultResponse, err error)) <-chan int

GetHitResultWithCallback invokes the qualitycheck.GetHitResult API asynchronously

func (*Client) GetHitResultWithChan ¶

func (client *Client) GetHitResultWithChan(request *GetHitResultRequest) (<-chan *GetHitResultResponse, <-chan error)

GetHitResultWithChan invokes the qualitycheck.GetHitResult API asynchronously

func (*Client) GetNextResultToVerify ¶

func (client *Client) GetNextResultToVerify(request *GetNextResultToVerifyRequest) (response *GetNextResultToVerifyResponse, err error)

GetNextResultToVerify invokes the qualitycheck.GetNextResultToVerify API synchronously

func (*Client) GetNextResultToVerifyWithCallback ¶

func (client *Client) GetNextResultToVerifyWithCallback(request *GetNextResultToVerifyRequest, callback func(response *GetNextResultToVerifyResponse, err error)) <-chan int

GetNextResultToVerifyWithCallback invokes the qualitycheck.GetNextResultToVerify API asynchronously

func (*Client) GetNextResultToVerifyWithChan ¶

func (client *Client) GetNextResultToVerifyWithChan(request *GetNextResultToVerifyRequest) (<-chan *GetNextResultToVerifyResponse, <-chan error)

GetNextResultToVerifyWithChan invokes the qualitycheck.GetNextResultToVerify API asynchronously

func (*Client) GetPrecisionTask ¶

func (client *Client) GetPrecisionTask(request *GetPrecisionTaskRequest) (response *GetPrecisionTaskResponse, err error)

GetPrecisionTask invokes the qualitycheck.GetPrecisionTask API synchronously

func (*Client) GetPrecisionTaskWithCallback ¶

func (client *Client) GetPrecisionTaskWithCallback(request *GetPrecisionTaskRequest, callback func(response *GetPrecisionTaskResponse, err error)) <-chan int

GetPrecisionTaskWithCallback invokes the qualitycheck.GetPrecisionTask API asynchronously

func (*Client) GetPrecisionTaskWithChan ¶

func (client *Client) GetPrecisionTaskWithChan(request *GetPrecisionTaskRequest) (<-chan *GetPrecisionTaskResponse, <-chan error)

GetPrecisionTaskWithChan invokes the qualitycheck.GetPrecisionTask API asynchronously

func (*Client) GetQualityCheckScheme ¶ added in v1.62.655

func (client *Client) GetQualityCheckScheme(request *GetQualityCheckSchemeRequest) (response *GetQualityCheckSchemeResponse, err error)

GetQualityCheckScheme invokes the qualitycheck.GetQualityCheckScheme API synchronously

func (*Client) GetQualityCheckSchemeWithCallback ¶ added in v1.62.655

func (client *Client) GetQualityCheckSchemeWithCallback(request *GetQualityCheckSchemeRequest, callback func(response *GetQualityCheckSchemeResponse, err error)) <-chan int

GetQualityCheckSchemeWithCallback invokes the qualitycheck.GetQualityCheckScheme API asynchronously

func (*Client) GetQualityCheckSchemeWithChan ¶ added in v1.62.655

func (client *Client) GetQualityCheckSchemeWithChan(request *GetQualityCheckSchemeRequest) (<-chan *GetQualityCheckSchemeResponse, <-chan error)

GetQualityCheckSchemeWithChan invokes the qualitycheck.GetQualityCheckScheme API asynchronously

func (*Client) GetResult ¶

func (client *Client) GetResult(request *GetResultRequest) (response *GetResultResponse, err error)

GetResult invokes the qualitycheck.GetResult API synchronously

func (*Client) GetResultCallback ¶ added in v1.61.737

func (client *Client) GetResultCallback(request *GetResultCallbackRequest) (response *GetResultCallbackResponse, err error)

GetResultCallback invokes the qualitycheck.GetResultCallback API synchronously

func (*Client) GetResultCallbackWithCallback ¶ added in v1.61.737

func (client *Client) GetResultCallbackWithCallback(request *GetResultCallbackRequest, callback func(response *GetResultCallbackResponse, err error)) <-chan int

GetResultCallbackWithCallback invokes the qualitycheck.GetResultCallback API asynchronously

func (*Client) GetResultCallbackWithChan ¶ added in v1.61.737

func (client *Client) GetResultCallbackWithChan(request *GetResultCallbackRequest) (<-chan *GetResultCallbackResponse, <-chan error)

GetResultCallbackWithChan invokes the qualitycheck.GetResultCallback API asynchronously

func (*Client) GetResultToReview ¶

func (client *Client) GetResultToReview(request *GetResultToReviewRequest) (response *GetResultToReviewResponse, err error)

GetResultToReview invokes the qualitycheck.GetResultToReview API synchronously

func (*Client) GetResultToReviewWithCallback ¶

func (client *Client) GetResultToReviewWithCallback(request *GetResultToReviewRequest, callback func(response *GetResultToReviewResponse, err error)) <-chan int

GetResultToReviewWithCallback invokes the qualitycheck.GetResultToReview API asynchronously

func (*Client) GetResultToReviewWithChan ¶

func (client *Client) GetResultToReviewWithChan(request *GetResultToReviewRequest) (<-chan *GetResultToReviewResponse, <-chan error)

GetResultToReviewWithChan invokes the qualitycheck.GetResultToReview API asynchronously

func (*Client) GetResultWithCallback ¶

func (client *Client) GetResultWithCallback(request *GetResultRequest, callback func(response *GetResultResponse, err error)) <-chan int

GetResultWithCallback invokes the qualitycheck.GetResult API asynchronously

func (*Client) GetResultWithChan ¶

func (client *Client) GetResultWithChan(request *GetResultRequest) (<-chan *GetResultResponse, <-chan error)

GetResultWithChan invokes the qualitycheck.GetResult API asynchronously

func (*Client) GetRule ¶

func (client *Client) GetRule(request *GetRuleRequest) (response *GetRuleResponse, err error)

GetRule invokes the qualitycheck.GetRule API synchronously

func (*Client) GetRuleById ¶ added in v1.62.655

func (client *Client) GetRuleById(request *GetRuleByIdRequest) (response *GetRuleByIdResponse, err error)

GetRuleById invokes the qualitycheck.GetRuleById API synchronously

func (*Client) GetRuleByIdWithCallback ¶ added in v1.62.655

func (client *Client) GetRuleByIdWithCallback(request *GetRuleByIdRequest, callback func(response *GetRuleByIdResponse, err error)) <-chan int

GetRuleByIdWithCallback invokes the qualitycheck.GetRuleById API asynchronously

func (*Client) GetRuleByIdWithChan ¶ added in v1.62.655

func (client *Client) GetRuleByIdWithChan(request *GetRuleByIdRequest) (<-chan *GetRuleByIdResponse, <-chan error)

GetRuleByIdWithChan invokes the qualitycheck.GetRuleById API asynchronously

func (*Client) GetRuleCategory ¶

func (client *Client) GetRuleCategory(request *GetRuleCategoryRequest) (response *GetRuleCategoryResponse, err error)

GetRuleCategory invokes the qualitycheck.GetRuleCategory API synchronously

func (*Client) GetRuleCategoryWithCallback ¶

func (client *Client) GetRuleCategoryWithCallback(request *GetRuleCategoryRequest, callback func(response *GetRuleCategoryResponse, err error)) <-chan int

GetRuleCategoryWithCallback invokes the qualitycheck.GetRuleCategory API asynchronously

func (*Client) GetRuleCategoryWithChan ¶

func (client *Client) GetRuleCategoryWithChan(request *GetRuleCategoryRequest) (<-chan *GetRuleCategoryResponse, <-chan error)

GetRuleCategoryWithChan invokes the qualitycheck.GetRuleCategory API asynchronously

func (*Client) GetRuleDetail ¶

func (client *Client) GetRuleDetail(request *GetRuleDetailRequest) (response *GetRuleDetailResponse, err error)

GetRuleDetail invokes the qualitycheck.GetRuleDetail API synchronously

func (*Client) GetRuleDetailWithCallback ¶

func (client *Client) GetRuleDetailWithCallback(request *GetRuleDetailRequest, callback func(response *GetRuleDetailResponse, err error)) <-chan int

GetRuleDetailWithCallback invokes the qualitycheck.GetRuleDetail API asynchronously

func (*Client) GetRuleDetailWithChan ¶

func (client *Client) GetRuleDetailWithChan(request *GetRuleDetailRequest) (<-chan *GetRuleDetailResponse, <-chan error)

GetRuleDetailWithChan invokes the qualitycheck.GetRuleDetail API asynchronously

func (*Client) GetRuleV4 ¶ added in v1.62.655

func (client *Client) GetRuleV4(request *GetRuleV4Request) (response *GetRuleV4Response, err error)

GetRuleV4 invokes the qualitycheck.GetRuleV4 API synchronously

func (*Client) GetRuleV4Str ¶ added in v1.62.655

func (client *Client) GetRuleV4Str(request *GetRuleV4StrRequest) (response *GetRuleV4StrResponse, err error)

GetRuleV4Str invokes the qualitycheck.GetRuleV4Str API synchronously

func (*Client) GetRuleV4StrWithCallback ¶ added in v1.62.655

func (client *Client) GetRuleV4StrWithCallback(request *GetRuleV4StrRequest, callback func(response *GetRuleV4StrResponse, err error)) <-chan int

GetRuleV4StrWithCallback invokes the qualitycheck.GetRuleV4Str API asynchronously

func (*Client) GetRuleV4StrWithChan ¶ added in v1.62.655

func (client *Client) GetRuleV4StrWithChan(request *GetRuleV4StrRequest) (<-chan *GetRuleV4StrResponse, <-chan error)

GetRuleV4StrWithChan invokes the qualitycheck.GetRuleV4Str API asynchronously

func (*Client) GetRuleV4WithCallback ¶ added in v1.62.655

func (client *Client) GetRuleV4WithCallback(request *GetRuleV4Request, callback func(response *GetRuleV4Response, err error)) <-chan int

GetRuleV4WithCallback invokes the qualitycheck.GetRuleV4 API asynchronously

func (*Client) GetRuleV4WithChan ¶ added in v1.62.655

func (client *Client) GetRuleV4WithChan(request *GetRuleV4Request) (<-chan *GetRuleV4Response, <-chan error)

GetRuleV4WithChan invokes the qualitycheck.GetRuleV4 API asynchronously

func (*Client) GetRuleWithCallback ¶

func (client *Client) GetRuleWithCallback(request *GetRuleRequest, callback func(response *GetRuleResponse, err error)) <-chan int

GetRuleWithCallback invokes the qualitycheck.GetRule API asynchronously

func (*Client) GetRuleWithChan ¶

func (client *Client) GetRuleWithChan(request *GetRuleRequest) (<-chan *GetRuleResponse, <-chan error)

GetRuleWithChan invokes the qualitycheck.GetRule API asynchronously

func (*Client) GetRulesCountList ¶ added in v1.62.655

func (client *Client) GetRulesCountList(request *GetRulesCountListRequest) (response *GetRulesCountListResponse, err error)

GetRulesCountList invokes the qualitycheck.GetRulesCountList API synchronously

func (*Client) GetRulesCountListWithCallback ¶ added in v1.62.655

func (client *Client) GetRulesCountListWithCallback(request *GetRulesCountListRequest, callback func(response *GetRulesCountListResponse, err error)) <-chan int

GetRulesCountListWithCallback invokes the qualitycheck.GetRulesCountList API asynchronously

func (*Client) GetRulesCountListWithChan ¶ added in v1.62.655

func (client *Client) GetRulesCountListWithChan(request *GetRulesCountListRequest) (<-chan *GetRulesCountListResponse, <-chan error)

GetRulesCountListWithChan invokes the qualitycheck.GetRulesCountList API asynchronously

func (*Client) GetScoreInfo ¶

func (client *Client) GetScoreInfo(request *GetScoreInfoRequest) (response *GetScoreInfoResponse, err error)

GetScoreInfo invokes the qualitycheck.GetScoreInfo API synchronously

func (*Client) GetScoreInfoWithCallback ¶

func (client *Client) GetScoreInfoWithCallback(request *GetScoreInfoRequest, callback func(response *GetScoreInfoResponse, err error)) <-chan int

GetScoreInfoWithCallback invokes the qualitycheck.GetScoreInfo API asynchronously

func (*Client) GetScoreInfoWithChan ¶

func (client *Client) GetScoreInfoWithChan(request *GetScoreInfoRequest) (<-chan *GetScoreInfoResponse, <-chan error)

GetScoreInfoWithChan invokes the qualitycheck.GetScoreInfo API asynchronously

func (*Client) GetSkillGroupConfig ¶

func (client *Client) GetSkillGroupConfig(request *GetSkillGroupConfigRequest) (response *GetSkillGroupConfigResponse, err error)

GetSkillGroupConfig invokes the qualitycheck.GetSkillGroupConfig API synchronously

func (*Client) GetSkillGroupConfigWithCallback ¶

func (client *Client) GetSkillGroupConfigWithCallback(request *GetSkillGroupConfigRequest, callback func(response *GetSkillGroupConfigResponse, err error)) <-chan int

GetSkillGroupConfigWithCallback invokes the qualitycheck.GetSkillGroupConfig API asynchronously

func (*Client) GetSkillGroupConfigWithChan ¶

func (client *Client) GetSkillGroupConfigWithChan(request *GetSkillGroupConfigRequest) (<-chan *GetSkillGroupConfigResponse, <-chan error)

GetSkillGroupConfigWithChan invokes the qualitycheck.GetSkillGroupConfig API asynchronously

func (*Client) GetSyncResult ¶ added in v1.61.737

func (client *Client) GetSyncResult(request *GetSyncResultRequest) (response *GetSyncResultResponse, err error)

GetSyncResult invokes the qualitycheck.GetSyncResult API synchronously

func (*Client) GetSyncResultWithCallback ¶ added in v1.61.737

func (client *Client) GetSyncResultWithCallback(request *GetSyncResultRequest, callback func(response *GetSyncResultResponse, err error)) <-chan int

GetSyncResultWithCallback invokes the qualitycheck.GetSyncResult API asynchronously

func (*Client) GetSyncResultWithChan ¶ added in v1.61.737

func (client *Client) GetSyncResultWithChan(request *GetSyncResultRequest) (<-chan *GetSyncResultResponse, <-chan error)

GetSyncResultWithChan invokes the qualitycheck.GetSyncResult API asynchronously

func (*Client) GetThesaurusBySynonymForApi ¶

func (client *Client) GetThesaurusBySynonymForApi(request *GetThesaurusBySynonymForApiRequest) (response *GetThesaurusBySynonymForApiResponse, err error)

GetThesaurusBySynonymForApi invokes the qualitycheck.GetThesaurusBySynonymForApi API synchronously

func (*Client) GetThesaurusBySynonymForApiWithCallback ¶

func (client *Client) GetThesaurusBySynonymForApiWithCallback(request *GetThesaurusBySynonymForApiRequest, callback func(response *GetThesaurusBySynonymForApiResponse, err error)) <-chan int

GetThesaurusBySynonymForApiWithCallback invokes the qualitycheck.GetThesaurusBySynonymForApi API asynchronously

func (*Client) GetThesaurusBySynonymForApiWithChan ¶

func (client *Client) GetThesaurusBySynonymForApiWithChan(request *GetThesaurusBySynonymForApiRequest) (<-chan *GetThesaurusBySynonymForApiResponse, <-chan error)

GetThesaurusBySynonymForApiWithChan invokes the qualitycheck.GetThesaurusBySynonymForApi API asynchronously

func (*Client) GetWarningStrategyConfig ¶ added in v1.62.655

func (client *Client) GetWarningStrategyConfig(request *GetWarningStrategyConfigRequest) (response *GetWarningStrategyConfigResponse, err error)

GetWarningStrategyConfig invokes the qualitycheck.GetWarningStrategyConfig API synchronously

func (*Client) GetWarningStrategyConfigWithCallback ¶ added in v1.62.655

func (client *Client) GetWarningStrategyConfigWithCallback(request *GetWarningStrategyConfigRequest, callback func(response *GetWarningStrategyConfigResponse, err error)) <-chan int

GetWarningStrategyConfigWithCallback invokes the qualitycheck.GetWarningStrategyConfig API asynchronously

func (*Client) GetWarningStrategyConfigWithChan ¶ added in v1.62.655

func (client *Client) GetWarningStrategyConfigWithChan(request *GetWarningStrategyConfigRequest) (<-chan *GetWarningStrategyConfigResponse, <-chan error)

GetWarningStrategyConfigWithChan invokes the qualitycheck.GetWarningStrategyConfig API asynchronously

func (*Client) HandleComplaint ¶

func (client *Client) HandleComplaint(request *HandleComplaintRequest) (response *HandleComplaintResponse, err error)

HandleComplaint invokes the qualitycheck.HandleComplaint API synchronously

func (*Client) HandleComplaintWithCallback ¶

func (client *Client) HandleComplaintWithCallback(request *HandleComplaintRequest, callback func(response *HandleComplaintResponse, err error)) <-chan int

HandleComplaintWithCallback invokes the qualitycheck.HandleComplaint API asynchronously

func (*Client) HandleComplaintWithChan ¶

func (client *Client) HandleComplaintWithChan(request *HandleComplaintRequest) (<-chan *HandleComplaintResponse, <-chan error)

HandleComplaintWithChan invokes the qualitycheck.HandleComplaint API asynchronously

func (*Client) InsertScoreForApi ¶

func (client *Client) InsertScoreForApi(request *InsertScoreForApiRequest) (response *InsertScoreForApiResponse, err error)

InsertScoreForApi invokes the qualitycheck.InsertScoreForApi API synchronously

func (*Client) InsertScoreForApiWithCallback ¶

func (client *Client) InsertScoreForApiWithCallback(request *InsertScoreForApiRequest, callback func(response *InsertScoreForApiResponse, err error)) <-chan int

InsertScoreForApiWithCallback invokes the qualitycheck.InsertScoreForApi API asynchronously

func (*Client) InsertScoreForApiWithChan ¶

func (client *Client) InsertScoreForApiWithChan(request *InsertScoreForApiRequest) (<-chan *InsertScoreForApiResponse, <-chan error)

InsertScoreForApiWithChan invokes the qualitycheck.InsertScoreForApi API asynchronously

func (*Client) InsertSubScoreForApi ¶

func (client *Client) InsertSubScoreForApi(request *InsertSubScoreForApiRequest) (response *InsertSubScoreForApiResponse, err error)

InsertSubScoreForApi invokes the qualitycheck.InsertSubScoreForApi API synchronously

func (*Client) InsertSubScoreForApiWithCallback ¶

func (client *Client) InsertSubScoreForApiWithCallback(request *InsertSubScoreForApiRequest, callback func(response *InsertSubScoreForApiResponse, err error)) <-chan int

InsertSubScoreForApiWithCallback invokes the qualitycheck.InsertSubScoreForApi API asynchronously

func (*Client) InsertSubScoreForApiWithChan ¶

func (client *Client) InsertSubScoreForApiWithChan(request *InsertSubScoreForApiRequest) (<-chan *InsertSubScoreForApiResponse, <-chan error)

InsertSubScoreForApiWithChan invokes the qualitycheck.InsertSubScoreForApi API asynchronously

func (*Client) InvalidRule ¶

func (client *Client) InvalidRule(request *InvalidRuleRequest) (response *InvalidRuleResponse, err error)

InvalidRule invokes the qualitycheck.InvalidRule API synchronously

func (*Client) InvalidRuleWithCallback ¶

func (client *Client) InvalidRuleWithCallback(request *InvalidRuleRequest, callback func(response *InvalidRuleResponse, err error)) <-chan int

InvalidRuleWithCallback invokes the qualitycheck.InvalidRule API asynchronously

func (*Client) InvalidRuleWithChan ¶

func (client *Client) InvalidRuleWithChan(request *InvalidRuleRequest) (<-chan *InvalidRuleResponse, <-chan error)

InvalidRuleWithChan invokes the qualitycheck.InvalidRule API asynchronously

func (*Client) ListAsrVocab ¶

func (client *Client) ListAsrVocab(request *ListAsrVocabRequest) (response *ListAsrVocabResponse, err error)

ListAsrVocab invokes the qualitycheck.ListAsrVocab API synchronously

func (*Client) ListAsrVocabWithCallback ¶

func (client *Client) ListAsrVocabWithCallback(request *ListAsrVocabRequest, callback func(response *ListAsrVocabResponse, err error)) <-chan int

ListAsrVocabWithCallback invokes the qualitycheck.ListAsrVocab API asynchronously

func (*Client) ListAsrVocabWithChan ¶

func (client *Client) ListAsrVocabWithChan(request *ListAsrVocabRequest) (<-chan *ListAsrVocabResponse, <-chan error)

ListAsrVocabWithChan invokes the qualitycheck.ListAsrVocab API asynchronously

func (*Client) ListBusinessSpaces ¶ added in v1.61.1618

func (client *Client) ListBusinessSpaces(request *ListBusinessSpacesRequest) (response *ListBusinessSpacesResponse, err error)

ListBusinessSpaces invokes the qualitycheck.ListBusinessSpaces API synchronously

func (*Client) ListBusinessSpacesWithCallback ¶ added in v1.61.1618

func (client *Client) ListBusinessSpacesWithCallback(request *ListBusinessSpacesRequest, callback func(response *ListBusinessSpacesResponse, err error)) <-chan int

ListBusinessSpacesWithCallback invokes the qualitycheck.ListBusinessSpaces API asynchronously

func (*Client) ListBusinessSpacesWithChan ¶ added in v1.61.1618

func (client *Client) ListBusinessSpacesWithChan(request *ListBusinessSpacesRequest) (<-chan *ListBusinessSpacesResponse, <-chan error)

ListBusinessSpacesWithChan invokes the qualitycheck.ListBusinessSpaces API asynchronously

func (*Client) ListDataSet ¶ added in v1.62.655

func (client *Client) ListDataSet(request *ListDataSetRequest) (response *ListDataSetResponse, err error)

ListDataSet invokes the qualitycheck.ListDataSet API synchronously

func (*Client) ListDataSetWithCallback ¶ added in v1.62.655

func (client *Client) ListDataSetWithCallback(request *ListDataSetRequest, callback func(response *ListDataSetResponse, err error)) <-chan int

ListDataSetWithCallback invokes the qualitycheck.ListDataSet API asynchronously

func (*Client) ListDataSetWithChan ¶ added in v1.62.655

func (client *Client) ListDataSetWithChan(request *ListDataSetRequest) (<-chan *ListDataSetResponse, <-chan error)

ListDataSetWithChan invokes the qualitycheck.ListDataSet API asynchronously

func (*Client) ListHotWordsTasks ¶

func (client *Client) ListHotWordsTasks(request *ListHotWordsTasksRequest) (response *ListHotWordsTasksResponse, err error)

ListHotWordsTasks invokes the qualitycheck.ListHotWordsTasks API synchronously

func (*Client) ListHotWordsTasksWithCallback ¶

func (client *Client) ListHotWordsTasksWithCallback(request *ListHotWordsTasksRequest, callback func(response *ListHotWordsTasksResponse, err error)) <-chan int

ListHotWordsTasksWithCallback invokes the qualitycheck.ListHotWordsTasks API asynchronously

func (*Client) ListHotWordsTasksWithChan ¶

func (client *Client) ListHotWordsTasksWithChan(request *ListHotWordsTasksRequest) (<-chan *ListHotWordsTasksResponse, <-chan error)

ListHotWordsTasksWithChan invokes the qualitycheck.ListHotWordsTasks API asynchronously

func (*Client) ListPrecisionTask ¶

func (client *Client) ListPrecisionTask(request *ListPrecisionTaskRequest) (response *ListPrecisionTaskResponse, err error)

ListPrecisionTask invokes the qualitycheck.ListPrecisionTask API synchronously

func (*Client) ListPrecisionTaskWithCallback ¶

func (client *Client) ListPrecisionTaskWithCallback(request *ListPrecisionTaskRequest, callback func(response *ListPrecisionTaskResponse, err error)) <-chan int

ListPrecisionTaskWithCallback invokes the qualitycheck.ListPrecisionTask API asynchronously

func (*Client) ListPrecisionTaskWithChan ¶

func (client *Client) ListPrecisionTaskWithChan(request *ListPrecisionTaskRequest) (<-chan *ListPrecisionTaskResponse, <-chan error)

ListPrecisionTaskWithChan invokes the qualitycheck.ListPrecisionTask API asynchronously

func (*Client) ListQualityCheckScheme ¶ added in v1.61.1595

func (client *Client) ListQualityCheckScheme(request *ListQualityCheckSchemeRequest) (response *ListQualityCheckSchemeResponse, err error)

ListQualityCheckScheme invokes the qualitycheck.ListQualityCheckScheme API synchronously

func (*Client) ListQualityCheckSchemeWithCallback ¶ added in v1.61.1595

func (client *Client) ListQualityCheckSchemeWithCallback(request *ListQualityCheckSchemeRequest, callback func(response *ListQualityCheckSchemeResponse, err error)) <-chan int

ListQualityCheckSchemeWithCallback invokes the qualitycheck.ListQualityCheckScheme API asynchronously

func (*Client) ListQualityCheckSchemeWithChan ¶ added in v1.61.1595

func (client *Client) ListQualityCheckSchemeWithChan(request *ListQualityCheckSchemeRequest) (<-chan *ListQualityCheckSchemeResponse, <-chan error)

ListQualityCheckSchemeWithChan invokes the qualitycheck.ListQualityCheckScheme API asynchronously

func (*Client) ListRoles ¶

func (client *Client) ListRoles(request *ListRolesRequest) (response *ListRolesResponse, err error)

ListRoles invokes the qualitycheck.ListRoles API synchronously

func (*Client) ListRolesWithCallback ¶

func (client *Client) ListRolesWithCallback(request *ListRolesRequest, callback func(response *ListRolesResponse, err error)) <-chan int

ListRolesWithCallback invokes the qualitycheck.ListRoles API asynchronously

func (*Client) ListRolesWithChan ¶

func (client *Client) ListRolesWithChan(request *ListRolesRequest) (<-chan *ListRolesResponse, <-chan error)

ListRolesWithChan invokes the qualitycheck.ListRoles API asynchronously

func (*Client) ListRules ¶ added in v1.61.737

func (client *Client) ListRules(request *ListRulesRequest) (response *ListRulesResponse, err error)

ListRules invokes the qualitycheck.ListRules API synchronously

func (*Client) ListRulesV4 ¶ added in v1.62.655

func (client *Client) ListRulesV4(request *ListRulesV4Request) (response *ListRulesV4Response, err error)

ListRulesV4 invokes the qualitycheck.ListRulesV4 API synchronously

func (*Client) ListRulesV4WithCallback ¶ added in v1.62.655

func (client *Client) ListRulesV4WithCallback(request *ListRulesV4Request, callback func(response *ListRulesV4Response, err error)) <-chan int

ListRulesV4WithCallback invokes the qualitycheck.ListRulesV4 API asynchronously

func (*Client) ListRulesV4WithChan ¶ added in v1.62.655

func (client *Client) ListRulesV4WithChan(request *ListRulesV4Request) (<-chan *ListRulesV4Response, <-chan error)

ListRulesV4WithChan invokes the qualitycheck.ListRulesV4 API asynchronously

func (*Client) ListRulesWithCallback ¶ added in v1.61.737

func (client *Client) ListRulesWithCallback(request *ListRulesRequest, callback func(response *ListRulesResponse, err error)) <-chan int

ListRulesWithCallback invokes the qualitycheck.ListRules API asynchronously

func (*Client) ListRulesWithChan ¶ added in v1.61.737

func (client *Client) ListRulesWithChan(request *ListRulesRequest) (<-chan *ListRulesResponse, <-chan error)

ListRulesWithChan invokes the qualitycheck.ListRules API asynchronously

func (*Client) ListSchemeTaskConfig ¶ added in v1.62.655

func (client *Client) ListSchemeTaskConfig(request *ListSchemeTaskConfigRequest) (response *ListSchemeTaskConfigResponse, err error)

ListSchemeTaskConfig invokes the qualitycheck.ListSchemeTaskConfig API synchronously

func (*Client) ListSchemeTaskConfigWithCallback ¶ added in v1.62.655

func (client *Client) ListSchemeTaskConfigWithCallback(request *ListSchemeTaskConfigRequest, callback func(response *ListSchemeTaskConfigResponse, err error)) <-chan int

ListSchemeTaskConfigWithCallback invokes the qualitycheck.ListSchemeTaskConfig API asynchronously

func (*Client) ListSchemeTaskConfigWithChan ¶ added in v1.62.655

func (client *Client) ListSchemeTaskConfigWithChan(request *ListSchemeTaskConfigRequest) (<-chan *ListSchemeTaskConfigResponse, <-chan error)

ListSchemeTaskConfigWithChan invokes the qualitycheck.ListSchemeTaskConfig API asynchronously

func (*Client) ListSessionGroup ¶ added in v1.62.655

func (client *Client) ListSessionGroup(request *ListSessionGroupRequest) (response *ListSessionGroupResponse, err error)

ListSessionGroup invokes the qualitycheck.ListSessionGroup API synchronously

func (*Client) ListSessionGroupWithCallback ¶ added in v1.62.655

func (client *Client) ListSessionGroupWithCallback(request *ListSessionGroupRequest, callback func(response *ListSessionGroupResponse, err error)) <-chan int

ListSessionGroupWithCallback invokes the qualitycheck.ListSessionGroup API asynchronously

func (*Client) ListSessionGroupWithChan ¶ added in v1.62.655

func (client *Client) ListSessionGroupWithChan(request *ListSessionGroupRequest) (<-chan *ListSessionGroupResponse, <-chan error)

ListSessionGroupWithChan invokes the qualitycheck.ListSessionGroup API asynchronously

func (*Client) ListSkillGroupConfig ¶

func (client *Client) ListSkillGroupConfig(request *ListSkillGroupConfigRequest) (response *ListSkillGroupConfigResponse, err error)

ListSkillGroupConfig invokes the qualitycheck.ListSkillGroupConfig API synchronously

func (*Client) ListSkillGroupConfigWithCallback ¶

func (client *Client) ListSkillGroupConfigWithCallback(request *ListSkillGroupConfigRequest, callback func(response *ListSkillGroupConfigResponse, err error)) <-chan int

ListSkillGroupConfigWithCallback invokes the qualitycheck.ListSkillGroupConfig API asynchronously

func (*Client) ListSkillGroupConfigWithChan ¶

func (client *Client) ListSkillGroupConfigWithChan(request *ListSkillGroupConfigRequest) (<-chan *ListSkillGroupConfigResponse, <-chan error)

ListSkillGroupConfigWithChan invokes the qualitycheck.ListSkillGroupConfig API asynchronously

func (*Client) ListTaskAssignRules ¶

func (client *Client) ListTaskAssignRules(request *ListTaskAssignRulesRequest) (response *ListTaskAssignRulesResponse, err error)

ListTaskAssignRules invokes the qualitycheck.ListTaskAssignRules API synchronously

func (*Client) ListTaskAssignRulesWithCallback ¶

func (client *Client) ListTaskAssignRulesWithCallback(request *ListTaskAssignRulesRequest, callback func(response *ListTaskAssignRulesResponse, err error)) <-chan int

ListTaskAssignRulesWithCallback invokes the qualitycheck.ListTaskAssignRules API asynchronously

func (*Client) ListTaskAssignRulesWithChan ¶

func (client *Client) ListTaskAssignRulesWithChan(request *ListTaskAssignRulesRequest) (<-chan *ListTaskAssignRulesResponse, <-chan error)

ListTaskAssignRulesWithChan invokes the qualitycheck.ListTaskAssignRules API asynchronously

func (*Client) ListUsers ¶

func (client *Client) ListUsers(request *ListUsersRequest) (response *ListUsersResponse, err error)

ListUsers invokes the qualitycheck.ListUsers API synchronously

func (*Client) ListUsersWithCallback ¶

func (client *Client) ListUsersWithCallback(request *ListUsersRequest, callback func(response *ListUsersResponse, err error)) <-chan int

ListUsersWithCallback invokes the qualitycheck.ListUsers API asynchronously

func (*Client) ListUsersWithChan ¶

func (client *Client) ListUsersWithChan(request *ListUsersRequest) (<-chan *ListUsersResponse, <-chan error)

ListUsersWithChan invokes the qualitycheck.ListUsers API asynchronously

func (*Client) ListWarningConfig ¶

func (client *Client) ListWarningConfig(request *ListWarningConfigRequest) (response *ListWarningConfigResponse, err error)

ListWarningConfig invokes the qualitycheck.ListWarningConfig API synchronously

func (*Client) ListWarningConfigWithCallback ¶

func (client *Client) ListWarningConfigWithCallback(request *ListWarningConfigRequest, callback func(response *ListWarningConfigResponse, err error)) <-chan int

ListWarningConfigWithCallback invokes the qualitycheck.ListWarningConfig API asynchronously

func (*Client) ListWarningConfigWithChan ¶

func (client *Client) ListWarningConfigWithChan(request *ListWarningConfigRequest) (<-chan *ListWarningConfigResponse, <-chan error)

ListWarningConfigWithChan invokes the qualitycheck.ListWarningConfig API asynchronously

func (*Client) ListWarningStrategyConfig ¶ added in v1.62.655

func (client *Client) ListWarningStrategyConfig(request *ListWarningStrategyConfigRequest) (response *ListWarningStrategyConfigResponse, err error)

ListWarningStrategyConfig invokes the qualitycheck.ListWarningStrategyConfig API synchronously

func (*Client) ListWarningStrategyConfigWithCallback ¶ added in v1.62.655

func (client *Client) ListWarningStrategyConfigWithCallback(request *ListWarningStrategyConfigRequest, callback func(response *ListWarningStrategyConfigResponse, err error)) <-chan int

ListWarningStrategyConfigWithCallback invokes the qualitycheck.ListWarningStrategyConfig API asynchronously

func (*Client) ListWarningStrategyConfigWithChan ¶ added in v1.62.655

func (client *Client) ListWarningStrategyConfigWithChan(request *ListWarningStrategyConfigRequest) (<-chan *ListWarningStrategyConfigResponse, <-chan error)

ListWarningStrategyConfigWithChan invokes the qualitycheck.ListWarningStrategyConfig API asynchronously

func (*Client) RestartAsrTask ¶

func (client *Client) RestartAsrTask(request *RestartAsrTaskRequest) (response *RestartAsrTaskResponse, err error)

RestartAsrTask invokes the qualitycheck.RestartAsrTask API synchronously

func (*Client) RestartAsrTaskWithCallback ¶

func (client *Client) RestartAsrTaskWithCallback(request *RestartAsrTaskRequest, callback func(response *RestartAsrTaskResponse, err error)) <-chan int

RestartAsrTaskWithCallback invokes the qualitycheck.RestartAsrTask API asynchronously

func (*Client) RestartAsrTaskWithChan ¶

func (client *Client) RestartAsrTaskWithChan(request *RestartAsrTaskRequest) (<-chan *RestartAsrTaskResponse, <-chan error)

RestartAsrTaskWithChan invokes the qualitycheck.RestartAsrTask API asynchronously

func (*Client) RevertAssignedSession ¶ added in v1.62.655

func (client *Client) RevertAssignedSession(request *RevertAssignedSessionRequest) (response *RevertAssignedSessionResponse, err error)

RevertAssignedSession invokes the qualitycheck.RevertAssignedSession API synchronously

func (*Client) RevertAssignedSessionGroup ¶ added in v1.62.655

func (client *Client) RevertAssignedSessionGroup(request *RevertAssignedSessionGroupRequest) (response *RevertAssignedSessionGroupResponse, err error)

RevertAssignedSessionGroup invokes the qualitycheck.RevertAssignedSessionGroup API synchronously

func (*Client) RevertAssignedSessionGroupWithCallback ¶ added in v1.62.655

func (client *Client) RevertAssignedSessionGroupWithCallback(request *RevertAssignedSessionGroupRequest, callback func(response *RevertAssignedSessionGroupResponse, err error)) <-chan int

RevertAssignedSessionGroupWithCallback invokes the qualitycheck.RevertAssignedSessionGroup API asynchronously

func (*Client) RevertAssignedSessionGroupWithChan ¶ added in v1.62.655

func (client *Client) RevertAssignedSessionGroupWithChan(request *RevertAssignedSessionGroupRequest) (<-chan *RevertAssignedSessionGroupResponse, <-chan error)

RevertAssignedSessionGroupWithChan invokes the qualitycheck.RevertAssignedSessionGroup API asynchronously

func (*Client) RevertAssignedSessionWithCallback ¶ added in v1.62.655

func (client *Client) RevertAssignedSessionWithCallback(request *RevertAssignedSessionRequest, callback func(response *RevertAssignedSessionResponse, err error)) <-chan int

RevertAssignedSessionWithCallback invokes the qualitycheck.RevertAssignedSession API asynchronously

func (*Client) RevertAssignedSessionWithChan ¶ added in v1.62.655

func (client *Client) RevertAssignedSessionWithChan(request *RevertAssignedSessionRequest) (<-chan *RevertAssignedSessionResponse, <-chan error)

RevertAssignedSessionWithChan invokes the qualitycheck.RevertAssignedSession API asynchronously

func (*Client) SaveConfigDataSet ¶

func (client *Client) SaveConfigDataSet(request *SaveConfigDataSetRequest) (response *SaveConfigDataSetResponse, err error)

SaveConfigDataSet invokes the qualitycheck.SaveConfigDataSet API synchronously

func (*Client) SaveConfigDataSetWithCallback ¶

func (client *Client) SaveConfigDataSetWithCallback(request *SaveConfigDataSetRequest, callback func(response *SaveConfigDataSetResponse, err error)) <-chan int

SaveConfigDataSetWithCallback invokes the qualitycheck.SaveConfigDataSet API asynchronously

func (*Client) SaveConfigDataSetWithChan ¶

func (client *Client) SaveConfigDataSetWithChan(request *SaveConfigDataSetRequest) (<-chan *SaveConfigDataSetResponse, <-chan error)

SaveConfigDataSetWithChan invokes the qualitycheck.SaveConfigDataSet API asynchronously

func (*Client) SubmitComplaint ¶

func (client *Client) SubmitComplaint(request *SubmitComplaintRequest) (response *SubmitComplaintResponse, err error)

SubmitComplaint invokes the qualitycheck.SubmitComplaint API synchronously

func (*Client) SubmitComplaintWithCallback ¶

func (client *Client) SubmitComplaintWithCallback(request *SubmitComplaintRequest, callback func(response *SubmitComplaintResponse, err error)) <-chan int

SubmitComplaintWithCallback invokes the qualitycheck.SubmitComplaint API asynchronously

func (*Client) SubmitComplaintWithChan ¶

func (client *Client) SubmitComplaintWithChan(request *SubmitComplaintRequest) (<-chan *SubmitComplaintResponse, <-chan error)

SubmitComplaintWithChan invokes the qualitycheck.SubmitComplaint API asynchronously

func (*Client) SubmitPrecisionTask ¶

func (client *Client) SubmitPrecisionTask(request *SubmitPrecisionTaskRequest) (response *SubmitPrecisionTaskResponse, err error)

SubmitPrecisionTask invokes the qualitycheck.SubmitPrecisionTask API synchronously

func (*Client) SubmitPrecisionTaskWithCallback ¶

func (client *Client) SubmitPrecisionTaskWithCallback(request *SubmitPrecisionTaskRequest, callback func(response *SubmitPrecisionTaskResponse, err error)) <-chan int

SubmitPrecisionTaskWithCallback invokes the qualitycheck.SubmitPrecisionTask API asynchronously

func (*Client) SubmitPrecisionTaskWithChan ¶

func (client *Client) SubmitPrecisionTaskWithChan(request *SubmitPrecisionTaskRequest) (<-chan *SubmitPrecisionTaskResponse, <-chan error)

SubmitPrecisionTaskWithChan invokes the qualitycheck.SubmitPrecisionTask API asynchronously

func (*Client) SubmitQualityCheckTask ¶

func (client *Client) SubmitQualityCheckTask(request *SubmitQualityCheckTaskRequest) (response *SubmitQualityCheckTaskResponse, err error)

SubmitQualityCheckTask invokes the qualitycheck.SubmitQualityCheckTask API synchronously

func (*Client) SubmitQualityCheckTaskWithCallback ¶

func (client *Client) SubmitQualityCheckTaskWithCallback(request *SubmitQualityCheckTaskRequest, callback func(response *SubmitQualityCheckTaskResponse, err error)) <-chan int

SubmitQualityCheckTaskWithCallback invokes the qualitycheck.SubmitQualityCheckTask API asynchronously

func (*Client) SubmitQualityCheckTaskWithChan ¶

func (client *Client) SubmitQualityCheckTaskWithChan(request *SubmitQualityCheckTaskRequest) (<-chan *SubmitQualityCheckTaskResponse, <-chan error)

SubmitQualityCheckTaskWithChan invokes the qualitycheck.SubmitQualityCheckTask API asynchronously

func (*Client) SubmitReviewInfo ¶

func (client *Client) SubmitReviewInfo(request *SubmitReviewInfoRequest) (response *SubmitReviewInfoResponse, err error)

SubmitReviewInfo invokes the qualitycheck.SubmitReviewInfo API synchronously

func (*Client) SubmitReviewInfoWithCallback ¶

func (client *Client) SubmitReviewInfoWithCallback(request *SubmitReviewInfoRequest, callback func(response *SubmitReviewInfoResponse, err error)) <-chan int

SubmitReviewInfoWithCallback invokes the qualitycheck.SubmitReviewInfo API asynchronously

func (*Client) SubmitReviewInfoWithChan ¶

func (client *Client) SubmitReviewInfoWithChan(request *SubmitReviewInfoRequest) (<-chan *SubmitReviewInfoResponse, <-chan error)

SubmitReviewInfoWithChan invokes the qualitycheck.SubmitReviewInfo API asynchronously

func (*Client) SyncQualityCheck ¶ added in v1.61.737

func (client *Client) SyncQualityCheck(request *SyncQualityCheckRequest) (response *SyncQualityCheckResponse, err error)

SyncQualityCheck invokes the qualitycheck.SyncQualityCheck API synchronously

func (*Client) SyncQualityCheckWithCallback ¶ added in v1.61.737

func (client *Client) SyncQualityCheckWithCallback(request *SyncQualityCheckRequest, callback func(response *SyncQualityCheckResponse, err error)) <-chan int

SyncQualityCheckWithCallback invokes the qualitycheck.SyncQualityCheck API asynchronously

func (*Client) SyncQualityCheckWithChan ¶ added in v1.61.737

func (client *Client) SyncQualityCheckWithChan(request *SyncQualityCheckRequest) (<-chan *SyncQualityCheckResponse, <-chan error)

SyncQualityCheckWithChan invokes the qualitycheck.SyncQualityCheck API asynchronously

func (*Client) TestRuleV4 ¶ added in v1.62.655

func (client *Client) TestRuleV4(request *TestRuleV4Request) (response *TestRuleV4Response, err error)

TestRuleV4 invokes the qualitycheck.TestRuleV4 API synchronously

func (*Client) TestRuleV4WithCallback ¶ added in v1.62.655

func (client *Client) TestRuleV4WithCallback(request *TestRuleV4Request, callback func(response *TestRuleV4Response, err error)) <-chan int

TestRuleV4WithCallback invokes the qualitycheck.TestRuleV4 API asynchronously

func (*Client) TestRuleV4WithChan ¶ added in v1.62.655

func (client *Client) TestRuleV4WithChan(request *TestRuleV4Request) (<-chan *TestRuleV4Response, <-chan error)

TestRuleV4WithChan invokes the qualitycheck.TestRuleV4 API asynchronously

func (*Client) UpdateAsrVocab ¶

func (client *Client) UpdateAsrVocab(request *UpdateAsrVocabRequest) (response *UpdateAsrVocabResponse, err error)

UpdateAsrVocab invokes the qualitycheck.UpdateAsrVocab API synchronously

func (*Client) UpdateAsrVocabWithCallback ¶

func (client *Client) UpdateAsrVocabWithCallback(request *UpdateAsrVocabRequest, callback func(response *UpdateAsrVocabResponse, err error)) <-chan int

UpdateAsrVocabWithCallback invokes the qualitycheck.UpdateAsrVocab API asynchronously

func (*Client) UpdateAsrVocabWithChan ¶

func (client *Client) UpdateAsrVocabWithChan(request *UpdateAsrVocabRequest) (<-chan *UpdateAsrVocabResponse, <-chan error)

UpdateAsrVocabWithChan invokes the qualitycheck.UpdateAsrVocab API asynchronously

func (*Client) UpdateCheckTypeToScheme ¶ added in v1.62.655

func (client *Client) UpdateCheckTypeToScheme(request *UpdateCheckTypeToSchemeRequest) (response *UpdateCheckTypeToSchemeResponse, err error)

UpdateCheckTypeToScheme invokes the qualitycheck.UpdateCheckTypeToScheme API synchronously

func (*Client) UpdateCheckTypeToSchemeWithCallback ¶ added in v1.62.655

func (client *Client) UpdateCheckTypeToSchemeWithCallback(request *UpdateCheckTypeToSchemeRequest, callback func(response *UpdateCheckTypeToSchemeResponse, err error)) <-chan int

UpdateCheckTypeToSchemeWithCallback invokes the qualitycheck.UpdateCheckTypeToScheme API asynchronously

func (*Client) UpdateCheckTypeToSchemeWithChan ¶ added in v1.62.655

func (client *Client) UpdateCheckTypeToSchemeWithChan(request *UpdateCheckTypeToSchemeRequest) (<-chan *UpdateCheckTypeToSchemeResponse, <-chan error)

UpdateCheckTypeToSchemeWithChan invokes the qualitycheck.UpdateCheckTypeToScheme API asynchronously

func (*Client) UpdateQualityCheckData ¶ added in v1.61.1618

func (client *Client) UpdateQualityCheckData(request *UpdateQualityCheckDataRequest) (response *UpdateQualityCheckDataResponse, err error)

UpdateQualityCheckData invokes the qualitycheck.UpdateQualityCheckData API synchronously

func (*Client) UpdateQualityCheckDataWithCallback ¶ added in v1.61.1618

func (client *Client) UpdateQualityCheckDataWithCallback(request *UpdateQualityCheckDataRequest, callback func(response *UpdateQualityCheckDataResponse, err error)) <-chan int

UpdateQualityCheckDataWithCallback invokes the qualitycheck.UpdateQualityCheckData API asynchronously

func (*Client) UpdateQualityCheckDataWithChan ¶ added in v1.61.1618

func (client *Client) UpdateQualityCheckDataWithChan(request *UpdateQualityCheckDataRequest) (<-chan *UpdateQualityCheckDataResponse, <-chan error)

UpdateQualityCheckDataWithChan invokes the qualitycheck.UpdateQualityCheckData API asynchronously

func (*Client) UpdateQualityCheckScheme ¶ added in v1.62.655

func (client *Client) UpdateQualityCheckScheme(request *UpdateQualityCheckSchemeRequest) (response *UpdateQualityCheckSchemeResponse, err error)

UpdateQualityCheckScheme invokes the qualitycheck.UpdateQualityCheckScheme API synchronously

func (*Client) UpdateQualityCheckSchemeWithCallback ¶ added in v1.62.655

func (client *Client) UpdateQualityCheckSchemeWithCallback(request *UpdateQualityCheckSchemeRequest, callback func(response *UpdateQualityCheckSchemeResponse, err error)) <-chan int

UpdateQualityCheckSchemeWithCallback invokes the qualitycheck.UpdateQualityCheckScheme API asynchronously

func (*Client) UpdateQualityCheckSchemeWithChan ¶ added in v1.62.655

func (client *Client) UpdateQualityCheckSchemeWithChan(request *UpdateQualityCheckSchemeRequest) (<-chan *UpdateQualityCheckSchemeResponse, <-chan error)

UpdateQualityCheckSchemeWithChan invokes the qualitycheck.UpdateQualityCheckScheme API asynchronously

func (*Client) UpdateRule ¶

func (client *Client) UpdateRule(request *UpdateRuleRequest) (response *UpdateRuleResponse, err error)

UpdateRule invokes the qualitycheck.UpdateRule API synchronously

func (*Client) UpdateRuleById ¶ added in v1.62.655

func (client *Client) UpdateRuleById(request *UpdateRuleByIdRequest) (response *UpdateRuleByIdResponse, err error)

UpdateRuleById invokes the qualitycheck.UpdateRuleById API synchronously

func (*Client) UpdateRuleByIdWithCallback ¶ added in v1.62.655

func (client *Client) UpdateRuleByIdWithCallback(request *UpdateRuleByIdRequest, callback func(response *UpdateRuleByIdResponse, err error)) <-chan int

UpdateRuleByIdWithCallback invokes the qualitycheck.UpdateRuleById API asynchronously

func (*Client) UpdateRuleByIdWithChan ¶ added in v1.62.655

func (client *Client) UpdateRuleByIdWithChan(request *UpdateRuleByIdRequest) (<-chan *UpdateRuleByIdResponse, <-chan error)

UpdateRuleByIdWithChan invokes the qualitycheck.UpdateRuleById API asynchronously

func (*Client) UpdateRuleToScheme ¶ added in v1.62.655

func (client *Client) UpdateRuleToScheme(request *UpdateRuleToSchemeRequest) (response *UpdateRuleToSchemeResponse, err error)

UpdateRuleToScheme invokes the qualitycheck.UpdateRuleToScheme API synchronously

func (*Client) UpdateRuleToSchemeWithCallback ¶ added in v1.62.655

func (client *Client) UpdateRuleToSchemeWithCallback(request *UpdateRuleToSchemeRequest, callback func(response *UpdateRuleToSchemeResponse, err error)) <-chan int

UpdateRuleToSchemeWithCallback invokes the qualitycheck.UpdateRuleToScheme API asynchronously

func (*Client) UpdateRuleToSchemeWithChan ¶ added in v1.62.655

func (client *Client) UpdateRuleToSchemeWithChan(request *UpdateRuleToSchemeRequest) (<-chan *UpdateRuleToSchemeResponse, <-chan error)

UpdateRuleToSchemeWithChan invokes the qualitycheck.UpdateRuleToScheme API asynchronously

func (*Client) UpdateRuleV4 ¶ added in v1.62.655

func (client *Client) UpdateRuleV4(request *UpdateRuleV4Request) (response *UpdateRuleV4Response, err error)

UpdateRuleV4 invokes the qualitycheck.UpdateRuleV4 API synchronously

func (*Client) UpdateRuleV4WithCallback ¶ added in v1.62.655

func (client *Client) UpdateRuleV4WithCallback(request *UpdateRuleV4Request, callback func(response *UpdateRuleV4Response, err error)) <-chan int

UpdateRuleV4WithCallback invokes the qualitycheck.UpdateRuleV4 API asynchronously

func (*Client) UpdateRuleV4WithChan ¶ added in v1.62.655

func (client *Client) UpdateRuleV4WithChan(request *UpdateRuleV4Request) (<-chan *UpdateRuleV4Response, <-chan error)

UpdateRuleV4WithChan invokes the qualitycheck.UpdateRuleV4 API asynchronously

func (*Client) UpdateRuleWithCallback ¶

func (client *Client) UpdateRuleWithCallback(request *UpdateRuleRequest, callback func(response *UpdateRuleResponse, err error)) <-chan int

UpdateRuleWithCallback invokes the qualitycheck.UpdateRule API asynchronously

func (*Client) UpdateRuleWithChan ¶

func (client *Client) UpdateRuleWithChan(request *UpdateRuleRequest) (<-chan *UpdateRuleResponse, <-chan error)

UpdateRuleWithChan invokes the qualitycheck.UpdateRule API asynchronously

func (*Client) UpdateSchemeTaskConfig ¶ added in v1.62.655

func (client *Client) UpdateSchemeTaskConfig(request *UpdateSchemeTaskConfigRequest) (response *UpdateSchemeTaskConfigResponse, err error)

UpdateSchemeTaskConfig invokes the qualitycheck.UpdateSchemeTaskConfig API synchronously

func (*Client) UpdateSchemeTaskConfigWithCallback ¶ added in v1.62.655

func (client *Client) UpdateSchemeTaskConfigWithCallback(request *UpdateSchemeTaskConfigRequest, callback func(response *UpdateSchemeTaskConfigResponse, err error)) <-chan int

UpdateSchemeTaskConfigWithCallback invokes the qualitycheck.UpdateSchemeTaskConfig API asynchronously

func (*Client) UpdateSchemeTaskConfigWithChan ¶ added in v1.62.655

func (client *Client) UpdateSchemeTaskConfigWithChan(request *UpdateSchemeTaskConfigRequest) (<-chan *UpdateSchemeTaskConfigResponse, <-chan error)

UpdateSchemeTaskConfigWithChan invokes the qualitycheck.UpdateSchemeTaskConfig API asynchronously

func (*Client) UpdateScoreForApi ¶

func (client *Client) UpdateScoreForApi(request *UpdateScoreForApiRequest) (response *UpdateScoreForApiResponse, err error)

UpdateScoreForApi invokes the qualitycheck.UpdateScoreForApi API synchronously

func (*Client) UpdateScoreForApiWithCallback ¶

func (client *Client) UpdateScoreForApiWithCallback(request *UpdateScoreForApiRequest, callback func(response *UpdateScoreForApiResponse, err error)) <-chan int

UpdateScoreForApiWithCallback invokes the qualitycheck.UpdateScoreForApi API asynchronously

func (*Client) UpdateScoreForApiWithChan ¶

func (client *Client) UpdateScoreForApiWithChan(request *UpdateScoreForApiRequest) (<-chan *UpdateScoreForApiResponse, <-chan error)

UpdateScoreForApiWithChan invokes the qualitycheck.UpdateScoreForApi API asynchronously

func (*Client) UpdateSkillGroupConfig ¶

func (client *Client) UpdateSkillGroupConfig(request *UpdateSkillGroupConfigRequest) (response *UpdateSkillGroupConfigResponse, err error)

UpdateSkillGroupConfig invokes the qualitycheck.UpdateSkillGroupConfig API synchronously

func (*Client) UpdateSkillGroupConfigWithCallback ¶

func (client *Client) UpdateSkillGroupConfigWithCallback(request *UpdateSkillGroupConfigRequest, callback func(response *UpdateSkillGroupConfigResponse, err error)) <-chan int

UpdateSkillGroupConfigWithCallback invokes the qualitycheck.UpdateSkillGroupConfig API asynchronously

func (*Client) UpdateSkillGroupConfigWithChan ¶

func (client *Client) UpdateSkillGroupConfigWithChan(request *UpdateSkillGroupConfigRequest) (<-chan *UpdateSkillGroupConfigResponse, <-chan error)

UpdateSkillGroupConfigWithChan invokes the qualitycheck.UpdateSkillGroupConfig API asynchronously

func (*Client) UpdateSubScoreForApi ¶

func (client *Client) UpdateSubScoreForApi(request *UpdateSubScoreForApiRequest) (response *UpdateSubScoreForApiResponse, err error)

UpdateSubScoreForApi invokes the qualitycheck.UpdateSubScoreForApi API synchronously

func (*Client) UpdateSubScoreForApiWithCallback ¶

func (client *Client) UpdateSubScoreForApiWithCallback(request *UpdateSubScoreForApiRequest, callback func(response *UpdateSubScoreForApiResponse, err error)) <-chan int

UpdateSubScoreForApiWithCallback invokes the qualitycheck.UpdateSubScoreForApi API asynchronously

func (*Client) UpdateSubScoreForApiWithChan ¶

func (client *Client) UpdateSubScoreForApiWithChan(request *UpdateSubScoreForApiRequest) (<-chan *UpdateSubScoreForApiResponse, <-chan error)

UpdateSubScoreForApiWithChan invokes the qualitycheck.UpdateSubScoreForApi API asynchronously

func (*Client) UpdateSyncQualityCheckData ¶ added in v1.61.737

func (client *Client) UpdateSyncQualityCheckData(request *UpdateSyncQualityCheckDataRequest) (response *UpdateSyncQualityCheckDataResponse, err error)

UpdateSyncQualityCheckData invokes the qualitycheck.UpdateSyncQualityCheckData API synchronously

func (*Client) UpdateSyncQualityCheckDataWithCallback ¶ added in v1.61.737

func (client *Client) UpdateSyncQualityCheckDataWithCallback(request *UpdateSyncQualityCheckDataRequest, callback func(response *UpdateSyncQualityCheckDataResponse, err error)) <-chan int

UpdateSyncQualityCheckDataWithCallback invokes the qualitycheck.UpdateSyncQualityCheckData API asynchronously

func (*Client) UpdateSyncQualityCheckDataWithChan ¶ added in v1.61.737

func (client *Client) UpdateSyncQualityCheckDataWithChan(request *UpdateSyncQualityCheckDataRequest) (<-chan *UpdateSyncQualityCheckDataResponse, <-chan error)

UpdateSyncQualityCheckDataWithChan invokes the qualitycheck.UpdateSyncQualityCheckData API asynchronously

func (*Client) UpdateTaskAssignRule ¶

func (client *Client) UpdateTaskAssignRule(request *UpdateTaskAssignRuleRequest) (response *UpdateTaskAssignRuleResponse, err error)

UpdateTaskAssignRule invokes the qualitycheck.UpdateTaskAssignRule API synchronously

func (*Client) UpdateTaskAssignRuleWithCallback ¶

func (client *Client) UpdateTaskAssignRuleWithCallback(request *UpdateTaskAssignRuleRequest, callback func(response *UpdateTaskAssignRuleResponse, err error)) <-chan int

UpdateTaskAssignRuleWithCallback invokes the qualitycheck.UpdateTaskAssignRule API asynchronously

func (*Client) UpdateTaskAssignRuleWithChan ¶

func (client *Client) UpdateTaskAssignRuleWithChan(request *UpdateTaskAssignRuleRequest) (<-chan *UpdateTaskAssignRuleResponse, <-chan error)

UpdateTaskAssignRuleWithChan invokes the qualitycheck.UpdateTaskAssignRule API asynchronously

func (*Client) UpdateUser ¶

func (client *Client) UpdateUser(request *UpdateUserRequest) (response *UpdateUserResponse, err error)

UpdateUser invokes the qualitycheck.UpdateUser API synchronously

func (*Client) UpdateUserConfig ¶

func (client *Client) UpdateUserConfig(request *UpdateUserConfigRequest) (response *UpdateUserConfigResponse, err error)

UpdateUserConfig invokes the qualitycheck.UpdateUserConfig API synchronously

func (*Client) UpdateUserConfigWithCallback ¶

func (client *Client) UpdateUserConfigWithCallback(request *UpdateUserConfigRequest, callback func(response *UpdateUserConfigResponse, err error)) <-chan int

UpdateUserConfigWithCallback invokes the qualitycheck.UpdateUserConfig API asynchronously

func (*Client) UpdateUserConfigWithChan ¶

func (client *Client) UpdateUserConfigWithChan(request *UpdateUserConfigRequest) (<-chan *UpdateUserConfigResponse, <-chan error)

UpdateUserConfigWithChan invokes the qualitycheck.UpdateUserConfig API asynchronously

func (*Client) UpdateUserWithCallback ¶

func (client *Client) UpdateUserWithCallback(request *UpdateUserRequest, callback func(response *UpdateUserResponse, err error)) <-chan int

UpdateUserWithCallback invokes the qualitycheck.UpdateUser API asynchronously

func (*Client) UpdateUserWithChan ¶

func (client *Client) UpdateUserWithChan(request *UpdateUserRequest) (<-chan *UpdateUserResponse, <-chan error)

UpdateUserWithChan invokes the qualitycheck.UpdateUser API asynchronously

func (*Client) UpdateWarningConfig ¶

func (client *Client) UpdateWarningConfig(request *UpdateWarningConfigRequest) (response *UpdateWarningConfigResponse, err error)

UpdateWarningConfig invokes the qualitycheck.UpdateWarningConfig API synchronously

func (*Client) UpdateWarningConfigWithCallback ¶

func (client *Client) UpdateWarningConfigWithCallback(request *UpdateWarningConfigRequest, callback func(response *UpdateWarningConfigResponse, err error)) <-chan int

UpdateWarningConfigWithCallback invokes the qualitycheck.UpdateWarningConfig API asynchronously

func (*Client) UpdateWarningConfigWithChan ¶

func (client *Client) UpdateWarningConfigWithChan(request *UpdateWarningConfigRequest) (<-chan *UpdateWarningConfigResponse, <-chan error)

UpdateWarningConfigWithChan invokes the qualitycheck.UpdateWarningConfig API asynchronously

func (*Client) UpdateWarningStrategyConfig ¶ added in v1.62.655

func (client *Client) UpdateWarningStrategyConfig(request *UpdateWarningStrategyConfigRequest) (response *UpdateWarningStrategyConfigResponse, err error)

UpdateWarningStrategyConfig invokes the qualitycheck.UpdateWarningStrategyConfig API synchronously

func (*Client) UpdateWarningStrategyConfigWithCallback ¶ added in v1.62.655

func (client *Client) UpdateWarningStrategyConfigWithCallback(request *UpdateWarningStrategyConfigRequest, callback func(response *UpdateWarningStrategyConfigResponse, err error)) <-chan int

UpdateWarningStrategyConfigWithCallback invokes the qualitycheck.UpdateWarningStrategyConfig API asynchronously

func (*Client) UpdateWarningStrategyConfigWithChan ¶ added in v1.62.655

func (client *Client) UpdateWarningStrategyConfigWithChan(request *UpdateWarningStrategyConfigRequest) (<-chan *UpdateWarningStrategyConfigResponse, <-chan error)

UpdateWarningStrategyConfigWithChan invokes the qualitycheck.UpdateWarningStrategyConfig API asynchronously

func (*Client) UploadAudioData ¶

func (client *Client) UploadAudioData(request *UploadAudioDataRequest) (response *UploadAudioDataResponse, err error)

UploadAudioData invokes the qualitycheck.UploadAudioData API synchronously

func (*Client) UploadAudioDataWithCallback ¶

func (client *Client) UploadAudioDataWithCallback(request *UploadAudioDataRequest, callback func(response *UploadAudioDataResponse, err error)) <-chan int

UploadAudioDataWithCallback invokes the qualitycheck.UploadAudioData API asynchronously

func (*Client) UploadAudioDataWithChan ¶

func (client *Client) UploadAudioDataWithChan(request *UploadAudioDataRequest) (<-chan *UploadAudioDataResponse, <-chan error)

UploadAudioDataWithChan invokes the qualitycheck.UploadAudioData API asynchronously

func (*Client) UploadData ¶

func (client *Client) UploadData(request *UploadDataRequest) (response *UploadDataResponse, err error)

UploadData invokes the qualitycheck.UploadData API synchronously

func (*Client) UploadDataSync ¶

func (client *Client) UploadDataSync(request *UploadDataSyncRequest) (response *UploadDataSyncResponse, err error)

UploadDataSync invokes the qualitycheck.UploadDataSync API synchronously

func (*Client) UploadDataSyncWithCallback ¶

func (client *Client) UploadDataSyncWithCallback(request *UploadDataSyncRequest, callback func(response *UploadDataSyncResponse, err error)) <-chan int

UploadDataSyncWithCallback invokes the qualitycheck.UploadDataSync API asynchronously

func (*Client) UploadDataSyncWithChan ¶

func (client *Client) UploadDataSyncWithChan(request *UploadDataSyncRequest) (<-chan *UploadDataSyncResponse, <-chan error)

UploadDataSyncWithChan invokes the qualitycheck.UploadDataSync API asynchronously

func (*Client) UploadDataV4 ¶ added in v1.62.655

func (client *Client) UploadDataV4(request *UploadDataV4Request) (response *UploadDataV4Response, err error)

UploadDataV4 invokes the qualitycheck.UploadDataV4 API synchronously

func (*Client) UploadDataV4WithCallback ¶ added in v1.62.655

func (client *Client) UploadDataV4WithCallback(request *UploadDataV4Request, callback func(response *UploadDataV4Response, err error)) <-chan int

UploadDataV4WithCallback invokes the qualitycheck.UploadDataV4 API asynchronously

func (*Client) UploadDataV4WithChan ¶ added in v1.62.655

func (client *Client) UploadDataV4WithChan(request *UploadDataV4Request) (<-chan *UploadDataV4Response, <-chan error)

UploadDataV4WithChan invokes the qualitycheck.UploadDataV4 API asynchronously

func (*Client) UploadDataWithCallback ¶

func (client *Client) UploadDataWithCallback(request *UploadDataRequest, callback func(response *UploadDataResponse, err error)) <-chan int

UploadDataWithCallback invokes the qualitycheck.UploadData API asynchronously

func (*Client) UploadDataWithChan ¶

func (client *Client) UploadDataWithChan(request *UploadDataRequest) (<-chan *UploadDataResponse, <-chan error)

UploadDataWithChan invokes the qualitycheck.UploadData API asynchronously

func (*Client) UploadRule ¶

func (client *Client) UploadRule(request *UploadRuleRequest) (response *UploadRuleResponse, err error)

UploadRule invokes the qualitycheck.UploadRule API synchronously

func (*Client) UploadRuleWithCallback ¶

func (client *Client) UploadRuleWithCallback(request *UploadRuleRequest, callback func(response *UploadRuleResponse, err error)) <-chan int

UploadRuleWithCallback invokes the qualitycheck.UploadRule API asynchronously

func (*Client) UploadRuleWithChan ¶

func (client *Client) UploadRuleWithChan(request *UploadRuleRequest) (<-chan *UploadRuleResponse, <-chan error)

UploadRuleWithChan invokes the qualitycheck.UploadRule API asynchronously

func (*Client) VerifyFile ¶

func (client *Client) VerifyFile(request *VerifyFileRequest) (response *VerifyFileResponse, err error)

VerifyFile invokes the qualitycheck.VerifyFile API synchronously

func (*Client) VerifyFileWithCallback ¶

func (client *Client) VerifyFileWithCallback(request *VerifyFileRequest, callback func(response *VerifyFileResponse, err error)) <-chan int

VerifyFileWithCallback invokes the qualitycheck.VerifyFile API asynchronously

func (*Client) VerifyFileWithChan ¶

func (client *Client) VerifyFileWithChan(request *VerifyFileRequest) (<-chan *VerifyFileResponse, <-chan error)

VerifyFileWithChan invokes the qualitycheck.VerifyFile API asynchronously

func (*Client) VerifySentence ¶

func (client *Client) VerifySentence(request *VerifySentenceRequest) (response *VerifySentenceResponse, err error)

VerifySentence invokes the qualitycheck.VerifySentence API synchronously

func (*Client) VerifySentenceWithCallback ¶

func (client *Client) VerifySentenceWithCallback(request *VerifySentenceRequest, callback func(response *VerifySentenceResponse, err error)) <-chan int

VerifySentenceWithCallback invokes the qualitycheck.VerifySentence API asynchronously

func (*Client) VerifySentenceWithChan ¶

func (client *Client) VerifySentenceWithChan(request *VerifySentenceRequest) (<-chan *VerifySentenceResponse, <-chan error)

VerifySentenceWithChan invokes the qualitycheck.VerifySentence API asynchronously

type ComplainHistoriesInGetResultToReview ¶ added in v1.61.737

type ComplainHistoriesInGetResultToReview struct {
	ComplainHistoriesItem []ComplainHistoriesItem `json:"ComplainHistories" xml:"ComplainHistories"`
}

ComplainHistoriesInGetResultToReview is a nested struct in qualitycheck response

type ComplainHistoriesItem ¶ added in v1.61.737

type ComplainHistoriesItem struct {
	Comments      string `json:"Comments" xml:"Comments"`
	Operator      int64  `json:"Operator" xml:"Operator"`
	OperationTime string `json:"OperationTime" xml:"OperationTime"`
	OperatorName  string `json:"OperatorName" xml:"OperatorName"`
	OperationType int    `json:"OperationType" xml:"OperationType"`
}

ComplainHistoriesItem is a nested struct in qualitycheck response

type ConditionBasicInfo ¶

type ConditionBasicInfo struct {
	ConditionInfoCid string                   `json:"ConditionInfoCid" xml:"ConditionInfoCid"`
	OperLambda       string                   `json:"OperLambda" xml:"OperLambda"`
	CheckRange       CheckRange               `json:"CheckRange" xml:"CheckRange"`
	Operators        OperatorsInGetRuleDetail `json:"Operators" xml:"Operators"`
}

ConditionBasicInfo is a nested struct in qualitycheck response

type ConditionHitInfo ¶

type ConditionHitInfo struct {
	Cid         CidInGetResultToReview      `json:"Cid" xml:"Cid"`
	HitCids     HitCids                     `json:"HitCids" xml:"HitCids"`
	Phrase      PhraseInGetResultToReview   `json:"Phrase" xml:"Phrase"`
	KeyWords    KeyWordsInGetResultToReview `json:"KeyWords" xml:"KeyWords"`
	HitKeyWords HitKeyWordsInUploadDataSync `json:"HitKeyWords" xml:"HitKeyWords"`
}

ConditionHitInfo is a nested struct in qualitycheck response

type ConditionHitInfoInSyncQualityCheck ¶ added in v1.61.737

type ConditionHitInfoInSyncQualityCheck struct {
	Phrase      PhraseInSyncQualityCheck `json:"Phrase" xml:"Phrase"`
	HitKeyWords []HitKeyWord             `json:"HitKeyWords" xml:"HitKeyWords"`
}

ConditionHitInfoInSyncQualityCheck is a nested struct in qualitycheck response

type ConditionHitInfoList ¶ added in v1.61.737

type ConditionHitInfoList struct {
	ConditionHitInfo []ConditionHitInfo `json:"ConditionHitInfo" xml:"ConditionHitInfo"`
}

ConditionHitInfoList is a nested struct in qualitycheck response

type ConditionInfo ¶

type ConditionInfo struct {
	ConditionBasicInfo []ConditionBasicInfo `json:"ConditionBasicInfo" xml:"ConditionBasicInfo"`
}

ConditionInfo is a nested struct in qualitycheck response

type ConditionsInGetResult ¶ added in v1.62.655

type ConditionsInGetResult struct {
	ConditionsItem []ConditionsItem `json:"Conditions" xml:"Conditions"`
}

ConditionsInGetResult is a nested struct in qualitycheck response

type ConditionsInGetRuleDetail ¶

type ConditionsInGetRuleDetail struct {
	ConditionBasicInfo []ConditionBasicInfo `json:"ConditionBasicInfo" xml:"ConditionBasicInfo"`
}

ConditionsInGetRuleDetail is a nested struct in qualitycheck response

type ConditionsItem ¶ added in v1.62.655

type ConditionsItem struct {
	Cid        string               `json:"Cid" xml:"Cid"`
	Id         int64                `json:"Id" xml:"Id"`
	Rid        string               `json:"Rid" xml:"Rid"`
	Lambda     string               `json:"Lambda" xml:"Lambda"`
	Exclusion  int                  `json:"Exclusion" xml:"Exclusion"`
	CheckRange Check_range          `json:"Check_range" xml:"Check_range"`
	Operators  OperatorsInGetResult `json:"Operators" xml:"Operators"`
}

ConditionsItem is a nested struct in qualitycheck response

type CreateAsrVocabRequest ¶

type CreateAsrVocabRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

CreateAsrVocabRequest is the request struct for api CreateAsrVocab

func CreateCreateAsrVocabRequest ¶

func CreateCreateAsrVocabRequest() (request *CreateAsrVocabRequest)

CreateCreateAsrVocabRequest creates a request to invoke CreateAsrVocab API

type CreateAsrVocabResponse ¶

type CreateAsrVocabResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

CreateAsrVocabResponse is the response struct for api CreateAsrVocab

func CreateCreateAsrVocabResponse ¶

func CreateCreateAsrVocabResponse() (response *CreateAsrVocabResponse)

CreateCreateAsrVocabResponse creates a response to parse from CreateAsrVocab response

type CreateCheckTypeToSchemeRequest ¶ added in v1.62.655

type CreateCheckTypeToSchemeRequest struct {
	*requests.RpcRequest
	JsonStr       string           `position:"Query" name:"jsonStr"`
	BaseMeAgentId requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

CreateCheckTypeToSchemeRequest is the request struct for api CreateCheckTypeToScheme

func CreateCreateCheckTypeToSchemeRequest ¶ added in v1.62.655

func CreateCreateCheckTypeToSchemeRequest() (request *CreateCheckTypeToSchemeRequest)

CreateCreateCheckTypeToSchemeRequest creates a request to invoke CreateCheckTypeToScheme API

type CreateCheckTypeToSchemeResponse ¶ added in v1.62.655

type CreateCheckTypeToSchemeResponse struct {
	*responses.BaseResponse
	Data           int64                             `json:"Data" xml:"Data"`
	RequestId      string                            `json:"RequestId" xml:"RequestId"`
	Success        bool                              `json:"Success" xml:"Success"`
	Code           string                            `json:"Code" xml:"Code"`
	Message        string                            `json:"Message" xml:"Message"`
	HttpStatusCode int                               `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Messages       MessagesInCreateCheckTypeToScheme `json:"Messages" xml:"Messages"`
}

CreateCheckTypeToSchemeResponse is the response struct for api CreateCheckTypeToScheme

func CreateCreateCheckTypeToSchemeResponse ¶ added in v1.62.655

func CreateCreateCheckTypeToSchemeResponse() (response *CreateCheckTypeToSchemeResponse)

CreateCreateCheckTypeToSchemeResponse creates a response to parse from CreateCheckTypeToScheme response

type CreateQualityCheckSchemeRequest ¶ added in v1.62.655

type CreateQualityCheckSchemeRequest struct {
	*requests.RpcRequest
	JsonStr       string           `position:"Query" name:"jsonStr"`
	BaseMeAgentId requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

CreateQualityCheckSchemeRequest is the request struct for api CreateQualityCheckScheme

func CreateCreateQualityCheckSchemeRequest ¶ added in v1.62.655

func CreateCreateQualityCheckSchemeRequest() (request *CreateQualityCheckSchemeRequest)

CreateCreateQualityCheckSchemeRequest creates a request to invoke CreateQualityCheckScheme API

type CreateQualityCheckSchemeResponse ¶ added in v1.62.655

type CreateQualityCheckSchemeResponse struct {
	*responses.BaseResponse
	Data           int64                              `json:"Data" xml:"Data"`
	RequestId      string                             `json:"RequestId" xml:"RequestId"`
	Success        bool                               `json:"Success" xml:"Success"`
	Code           string                             `json:"Code" xml:"Code"`
	Message        string                             `json:"Message" xml:"Message"`
	HttpStatusCode int                                `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Messages       MessagesInCreateQualityCheckScheme `json:"Messages" xml:"Messages"`
}

CreateQualityCheckSchemeResponse is the response struct for api CreateQualityCheckScheme

func CreateCreateQualityCheckSchemeResponse ¶ added in v1.62.655

func CreateCreateQualityCheckSchemeResponse() (response *CreateQualityCheckSchemeResponse)

CreateCreateQualityCheckSchemeResponse creates a response to parse from CreateQualityCheckScheme response

type CreateSchemeTaskConfigRequest ¶ added in v1.62.655

type CreateSchemeTaskConfigRequest struct {
	*requests.RpcRequest
	JsonStr       string           `position:"Query" name:"jsonStr"`
	BaseMeAgentId requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

CreateSchemeTaskConfigRequest is the request struct for api CreateSchemeTaskConfig

func CreateCreateSchemeTaskConfigRequest ¶ added in v1.62.655

func CreateCreateSchemeTaskConfigRequest() (request *CreateSchemeTaskConfigRequest)

CreateCreateSchemeTaskConfigRequest creates a request to invoke CreateSchemeTaskConfig API

type CreateSchemeTaskConfigResponse ¶ added in v1.62.655

type CreateSchemeTaskConfigResponse struct {
	*responses.BaseResponse
	Data           int64                            `json:"Data" xml:"Data"`
	RequestId      string                           `json:"RequestId" xml:"RequestId"`
	Success        bool                             `json:"Success" xml:"Success"`
	Code           string                           `json:"Code" xml:"Code"`
	Message        string                           `json:"Message" xml:"Message"`
	HttpStatusCode int                              `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Messages       MessagesInCreateSchemeTaskConfig `json:"Messages" xml:"Messages"`
}

CreateSchemeTaskConfigResponse is the response struct for api CreateSchemeTaskConfig

func CreateCreateSchemeTaskConfigResponse ¶ added in v1.62.655

func CreateCreateSchemeTaskConfigResponse() (response *CreateSchemeTaskConfigResponse)

CreateCreateSchemeTaskConfigResponse creates a response to parse from CreateSchemeTaskConfig response

type CreateSkillGroupConfigRequest ¶

type CreateSkillGroupConfigRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

CreateSkillGroupConfigRequest is the request struct for api CreateSkillGroupConfig

func CreateCreateSkillGroupConfigRequest ¶

func CreateCreateSkillGroupConfigRequest() (request *CreateSkillGroupConfigRequest)

CreateCreateSkillGroupConfigRequest creates a request to invoke CreateSkillGroupConfig API

type CreateSkillGroupConfigResponse ¶

type CreateSkillGroupConfigResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	Data      int64  `json:"Data" xml:"Data"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

CreateSkillGroupConfigResponse is the response struct for api CreateSkillGroupConfig

func CreateCreateSkillGroupConfigResponse ¶

func CreateCreateSkillGroupConfigResponse() (response *CreateSkillGroupConfigResponse)

CreateCreateSkillGroupConfigResponse creates a response to parse from CreateSkillGroupConfig response

type CreateTaskAssignRuleRequest ¶

type CreateTaskAssignRuleRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

CreateTaskAssignRuleRequest is the request struct for api CreateTaskAssignRule

func CreateCreateTaskAssignRuleRequest ¶

func CreateCreateTaskAssignRuleRequest() (request *CreateTaskAssignRuleRequest)

CreateCreateTaskAssignRuleRequest creates a request to invoke CreateTaskAssignRule API

type CreateTaskAssignRuleResponse ¶

type CreateTaskAssignRuleResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

CreateTaskAssignRuleResponse is the response struct for api CreateTaskAssignRule

func CreateCreateTaskAssignRuleResponse ¶

func CreateCreateTaskAssignRuleResponse() (response *CreateTaskAssignRuleResponse)

CreateCreateTaskAssignRuleResponse creates a response to parse from CreateTaskAssignRule response

type CreateUserRequest ¶

type CreateUserRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

CreateUserRequest is the request struct for api CreateUser

func CreateCreateUserRequest ¶

func CreateCreateUserRequest() (request *CreateUserRequest)

CreateCreateUserRequest creates a request to invoke CreateUser API

type CreateUserResponse ¶

type CreateUserResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

CreateUserResponse is the response struct for api CreateUser

func CreateCreateUserResponse ¶

func CreateCreateUserResponse() (response *CreateUserResponse)

CreateCreateUserResponse creates a response to parse from CreateUser response

type CreateWarningConfigRequest ¶

type CreateWarningConfigRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

CreateWarningConfigRequest is the request struct for api CreateWarningConfig

func CreateCreateWarningConfigRequest ¶

func CreateCreateWarningConfigRequest() (request *CreateWarningConfigRequest)

CreateCreateWarningConfigRequest creates a request to invoke CreateWarningConfig API

type CreateWarningConfigResponse ¶

type CreateWarningConfigResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

CreateWarningConfigResponse is the response struct for api CreateWarningConfig

func CreateCreateWarningConfigResponse ¶

func CreateCreateWarningConfigResponse() (response *CreateWarningConfigResponse)

CreateCreateWarningConfigResponse creates a response to parse from CreateWarningConfig response

type CreateWarningStrategyConfigRequest ¶ added in v1.62.655

type CreateWarningStrategyConfigRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

CreateWarningStrategyConfigRequest is the request struct for api CreateWarningStrategyConfig

func CreateCreateWarningStrategyConfigRequest ¶ added in v1.62.655

func CreateCreateWarningStrategyConfigRequest() (request *CreateWarningStrategyConfigRequest)

CreateCreateWarningStrategyConfigRequest creates a request to invoke CreateWarningStrategyConfig API

type CreateWarningStrategyConfigResponse ¶ added in v1.62.655

type CreateWarningStrategyConfigResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	Data      int64  `json:"Data" xml:"Data"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

CreateWarningStrategyConfigResponse is the response struct for api CreateWarningStrategyConfig

func CreateCreateWarningStrategyConfigResponse ¶ added in v1.62.655

func CreateCreateWarningStrategyConfigResponse() (response *CreateWarningStrategyConfigResponse)

CreateCreateWarningStrategyConfigResponse creates a response to parse from CreateWarningStrategyConfig response

type CustomerIdList ¶ added in v1.62.655

type CustomerIdList struct {
	CustomerIdList []string `json:"CustomerIdList" xml:"CustomerIdList"`
}

CustomerIdList is a nested struct in qualitycheck response

type CustomerNameList ¶ added in v1.62.655

type CustomerNameList struct {
	CustomerNameList []string `json:"CustomerNameList" xml:"CustomerNameList"`
}

CustomerNameList is a nested struct in qualitycheck response

type CustomerServiceIdList ¶ added in v1.62.655

type CustomerServiceIdList struct {
	CustomerServiceIdList []string `json:"CustomerServiceIdList" xml:"CustomerServiceIdList"`
}

CustomerServiceIdList is a nested struct in qualitycheck response

type CustomerServiceNameList ¶ added in v1.62.655

type CustomerServiceNameList struct {
	CustomerServiceNameList []string `json:"CustomerServiceNameList" xml:"CustomerServiceNameList"`
}

CustomerServiceNameList is a nested struct in qualitycheck response

type Data ¶

type Data struct {
	SkillGroupFrom         int                              `json:"SkillGroupFrom" xml:"SkillGroupFrom"`
	Vid                    string                           `json:"Vid" xml:"Vid"`
	ModelName              string                           `json:"ModelName" xml:"ModelName"`
	MaxNumber              int64                            `json:"MaxNumber" xml:"MaxNumber"`
	TaskId                 string                           `json:"TaskId" xml:"TaskId"`
	SkillGroupId           string                           `json:"SkillGroupId" xml:"SkillGroupId"`
	ReviewNumber           int                              `json:"ReviewNumber" xml:"ReviewNumber"`
	QualityCheckType       int                              `json:"QualityCheckType" xml:"QualityCheckType"`
	TotalCount             int                              `json:"TotalCount" xml:"TotalCount"`
	FileName               string                           `json:"FileName" xml:"FileName"`
	FileId                 string                           `json:"FileId" xml:"FileId"`
	IncorrectWords         int                              `json:"IncorrectWords" xml:"IncorrectWords"`
	AllRids                string                           `json:"AllRids" xml:"AllRids"`
	VerifiedCount          int                              `json:"VerifiedCount" xml:"VerifiedCount"`
	Id                     int64                            `json:"Id" xml:"Id"`
	Level                  int64                            `json:"Level" xml:"Level"`
	Precision              float64                          `json:"Precision" xml:"Precision"`
	ModelId                int64                            `json:"ModelId" xml:"ModelId"`
	Verified               bool                             `json:"Verified" xml:"Verified"`
	AllContentQualityCheck int                              `json:"AllContentQualityCheck" xml:"AllContentQualityCheck"`
	Rid                    string                           `json:"Rid" xml:"Rid"`
	ScoreName              string                           `json:"ScoreName" xml:"ScoreName"`
	IntervalTime           int64                            `json:"IntervalTime" xml:"IntervalTime"`
	HitNumber              int                              `json:"HitNumber" xml:"HitNumber"`
	Type                   int                              `json:"Type" xml:"Type"`
	Name                   string                           `json:"Name" xml:"Name"`
	Comments               string                           `json:"Comments" xml:"Comments"`
	VocabId                int64                            `json:"VocabId" xml:"VocabId"`
	VocabName              string                           `json:"VocabName" xml:"VocabName"`
	CreateTime             string                           `json:"CreateTime" xml:"CreateTime"`
	FileMergeName          string                           `json:"FileMergeName" xml:"FileMergeName"`
	AudioScheme            string                           `json:"AudioScheme" xml:"AudioScheme"`
	Index                  int                              `json:"Index" xml:"Index"`
	Tid                    string                           `json:"Tid" xml:"Tid"`
	SkillGroupName         string                           `json:"SkillGroupName" xml:"SkillGroupName"`
	ScoreSubId             int64                            `json:"ScoreSubId" xml:"ScoreSubId"`
	ScoreSubName           string                           `json:"ScoreSubName" xml:"ScoreSubName"`
	Duration               int                              `json:"Duration" xml:"Duration"`
	InstanceId             string                           `json:"InstanceId" xml:"InstanceId"`
	Lambda                 string                           `json:"Lambda" xml:"Lambda"`
	BusinessType           int                              `json:"BusinessType" xml:"BusinessType"`
	TotalScore             int                              `json:"TotalScore" xml:"TotalScore"`
	Audio                  bool                             `json:"Audio" xml:"Audio"`
	Status                 int                              `json:"Status" xml:"Status"`
	UpdateTime             string                           `json:"UpdateTime" xml:"UpdateTime"`
	Source                 int                              `json:"Source" xml:"Source"`
	Select                 bool                             `json:"Select" xml:"Select"`
	AudioURL               string                           `json:"AudioURL" xml:"AudioURL"`
	ScoreId                int64                            `json:"ScoreId" xml:"ScoreId"`
	DataSetName            string                           `json:"DataSetName" xml:"DataSetName"`
	Deleted                bool                             `json:"Deleted" xml:"Deleted"`
	DataSetId              int64                            `json:"DataSetId" xml:"DataSetId"`
	Rules                  RulesInGetRule                   `json:"Rules" xml:"Rules"`
	Dialogues              DialoguesInGetNextResultToVerify `json:"Dialogues" xml:"Dialogues"`
	Precisions             PrecisionsInGetPrecisionTask     `json:"Precisions" xml:"Precisions"`
	ManualScoreInfoList    ManualScoreInfoList              `json:"ManualScoreInfoList" xml:"ManualScoreInfoList"`
	HandScoreInfoList      HandScoreInfoList                `json:"HandScoreInfoList" xml:"HandScoreInfoList"`
	AllRuleList            AllRuleListInGetSkillGroupConfig `json:"AllRuleList" xml:"AllRuleList"`
	WarningStrategyList    WarningStrategyList              `json:"WarningStrategyList" xml:"WarningStrategyList"`
	Words                  Words                            `json:"Words" xml:"Words"`
	HitRuleReviewInfoList  HitRuleReviewInfoList            `json:"HitRuleReviewInfoList" xml:"HitRuleReviewInfoList"`
	ReviewHistoryList      ReviewHistoryList                `json:"ReviewHistoryList" xml:"ReviewHistoryList"`
	RuleList               RuleListInGetSkillGroupConfig    `json:"RuleList" xml:"RuleList"`
}

Data is a nested struct in qualitycheck response

type DataConfig ¶ added in v1.62.655

type DataConfig struct {
	Index         int           `json:"Index" xml:"Index"`
	ResultParam   string        `json:"ResultParam" xml:"ResultParam"`
	DataSets      string        `json:"DataSets" xml:"DataSets"`
	AssignConfigs AssignConfigs `json:"AssignConfigs" xml:"AssignConfigs"`
}

DataConfig is a nested struct in qualitycheck response

type DataInGetBusinessCategoryList ¶

type DataInGetBusinessCategoryList struct {
	BusinessCategoryBasicInfo []BusinessCategoryBasicInfo `json:"BusinessCategoryBasicInfo" xml:"BusinessCategoryBasicInfo"`
}

DataInGetBusinessCategoryList is a nested struct in qualitycheck response

type DataInGetCustomizationConfigList ¶

type DataInGetCustomizationConfigList struct {
	ModelCustomizationDataSetPo []ModelCustomizationDataSetPo `json:"ModelCustomizationDataSetPo" xml:"ModelCustomizationDataSetPo"`
}

DataInGetCustomizationConfigList is a nested struct in qualitycheck response

type DataInGetHitResult ¶

type DataInGetHitResult struct {
	ResultInfo []ResultInfo `json:"ResultInfo" xml:"ResultInfo"`
}

DataInGetHitResult is a nested struct in qualitycheck response

type DataInGetResult ¶

type DataInGetResult struct {
	ResultInfo []ResultInfo `json:"ResultInfo" xml:"ResultInfo"`
}

DataInGetResult is a nested struct in qualitycheck response

type DataInGetRuleCategory ¶

type DataInGetRuleCategory struct {
	RuleCountInfo []RuleCountInfo `json:"RuleCountInfo" xml:"RuleCountInfo"`
}

DataInGetRuleCategory is a nested struct in qualitycheck response

type DataInGetRuleDetail ¶

type DataInGetRuleDetail struct {
	PageSize   int                       `json:"PageSize" xml:"PageSize"`
	PageNumber int                       `json:"PageNumber" xml:"PageNumber"`
	Count      int                       `json:"Count" xml:"Count"`
	Conditions ConditionsInGetRuleDetail `json:"Conditions" xml:"Conditions"`
	Rules      RulesInGetRuleDetail      `json:"Rules" xml:"Rules"`
}

DataInGetRuleDetail is a nested struct in qualitycheck response

type DataInGetRulesCountList ¶ added in v1.62.655

type DataInGetRulesCountList struct {
	Data []string `json:"Data" xml:"Data"`
}

DataInGetRulesCountList is a nested struct in qualitycheck response

type DataInGetScoreInfo ¶

type DataInGetScoreInfo struct {
	ScorePo []ScorePoInGetScoreInfo `json:"ScorePo" xml:"ScorePo"`
}

DataInGetScoreInfo is a nested struct in qualitycheck response

type DataInGetSyncResult ¶ added in v1.61.737

type DataInGetSyncResult struct {
	ResultInfo []ResultInfoInGetSyncResult `json:"ResultInfo" xml:"ResultInfo"`
}

DataInGetSyncResult is a nested struct in qualitycheck response

type DataInGetThesaurusBySynonymForApi ¶

type DataInGetThesaurusBySynonymForApi struct {
	ThesaurusPo []ThesaurusPo `json:"ThesaurusPo" xml:"ThesaurusPo"`
}

DataInGetThesaurusBySynonymForApi is a nested struct in qualitycheck response

type DataInListAsrVocab ¶

type DataInListAsrVocab struct {
	AsrVocab []AsrVocab `json:"AsrVocab" xml:"AsrVocab"`
}

DataInListAsrVocab is a nested struct in qualitycheck response

type DataInListBusinessSpaces ¶ added in v1.61.1618

type DataInListBusinessSpaces struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInListBusinessSpaces is a nested struct in qualitycheck response

type DataInListDataSet ¶ added in v1.62.655

type DataInListDataSet struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInListDataSet is a nested struct in qualitycheck response

type DataInListHotWordsTasks ¶

type DataInListHotWordsTasks struct {
	HotWordsTaskPo []HotWordsTaskPo `json:"HotWordsTaskPo" xml:"HotWordsTaskPo"`
}

DataInListHotWordsTasks is a nested struct in qualitycheck response

type DataInListPrecisionTask ¶

type DataInListPrecisionTask struct {
	PrecisionTask []PrecisionTask `json:"PrecisionTask" xml:"PrecisionTask"`
}

DataInListPrecisionTask is a nested struct in qualitycheck response

type DataInListQualityCheckScheme ¶ added in v1.61.1595

type DataInListQualityCheckScheme struct {
	DataItem []DataItemInListQualityCheckScheme `json:"data" xml:"data"`
}

DataInListQualityCheckScheme is a nested struct in qualitycheck response

type DataInListRoles ¶

type DataInListRoles struct {
	Role []Role `json:"Role" xml:"Role"`
}

DataInListRoles is a nested struct in qualitycheck response

type DataInListRules ¶ added in v1.61.737

type DataInListRules struct {
	Rule []Rule `json:"Rule" xml:"Rule"`
}

DataInListRules is a nested struct in qualitycheck response

type DataInListRulesV4 ¶ added in v1.62.655

type DataInListRulesV4 struct {
	DataItem []DataItemInListRulesV4 `json:"Data" xml:"Data"`
}

DataInListRulesV4 is a nested struct in qualitycheck response

type DataInListSchemeTaskConfig ¶ added in v1.62.655

type DataInListSchemeTaskConfig struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInListSchemeTaskConfig is a nested struct in qualitycheck response

type DataInListSessionGroup ¶ added in v1.62.655

type DataInListSessionGroup struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInListSessionGroup is a nested struct in qualitycheck response

type DataInListSkillGroupConfig ¶

type DataInListSkillGroupConfig struct {
	SkillGroupConfig []SkillGroupConfig `json:"SkillGroupConfig" xml:"SkillGroupConfig"`
}

DataInListSkillGroupConfig is a nested struct in qualitycheck response

type DataInListTaskAssignRules ¶

type DataInListTaskAssignRules struct {
	TaskAssignRuleInfo []TaskAssignRuleInfo `json:"TaskAssignRuleInfo" xml:"TaskAssignRuleInfo"`
}

DataInListTaskAssignRules is a nested struct in qualitycheck response

type DataInListUsers ¶

type DataInListUsers struct {
	User []User `json:"User" xml:"User"`
}

DataInListUsers is a nested struct in qualitycheck response

type DataInListWarningConfig ¶

type DataInListWarningConfig struct {
	WarningConfigInfo []WarningConfigInfo `json:"WarningConfigInfo" xml:"WarningConfigInfo"`
}

DataInListWarningConfig is a nested struct in qualitycheck response

type DataInListWarningStrategyConfig ¶ added in v1.62.655

type DataInListWarningStrategyConfig struct {
	DataItem []DataItem `json:"data" xml:"data"`
}

DataInListWarningStrategyConfig is a nested struct in qualitycheck response

type DataInRestartAsrTask ¶

type DataInRestartAsrTask struct {
	RestartResult []RestartResult `json:"RestartResult" xml:"RestartResult"`
}

DataInRestartAsrTask is a nested struct in qualitycheck response

type DataInSyncQualityCheck ¶ added in v1.61.737

type DataInSyncQualityCheck struct {
	Score     int           `json:"Score" xml:"Score"`
	TaskId    string        `json:"TaskId" xml:"TaskId"`
	Tid       string        `json:"Tid" xml:"Tid"`
	BeginTime int64         `json:"BeginTime" xml:"BeginTime"`
	Rules     []RuleHitInfo `json:"Rules" xml:"Rules"`
}

DataInSyncQualityCheck is a nested struct in qualitycheck response

type DataInUploadDataSync ¶

type DataInUploadDataSync struct {
	ResultInfo []ResultInfo `json:"ResultInfo" xml:"ResultInfo"`
}

DataInUploadDataSync is a nested struct in qualitycheck response

type DataInUploadRule ¶

type DataInUploadRule struct {
	RidInfo []string `json:"RidInfo" xml:"RidInfo"`
}

DataInUploadRule is a nested struct in qualitycheck response

type DataInVerifySentence ¶

type DataInVerifySentence struct {
	Delta []Delta `json:"Delta" xml:"Delta"`
}

DataInVerifySentence is a nested struct in qualitycheck response

type DataItem ¶ added in v1.61.1618

type DataItem struct {
	TypeName                         string                                `json:"TypeName" xml:"TypeName"`
	SetId                            int64                                 `json:"SetId" xml:"SetId"`
	RoleConfigTask                   string                                `json:"RoleConfigTask" xml:"RoleConfigTask"`
	ReviewStatus                     int                                   `json:"ReviewStatus" xml:"ReviewStatus"`
	BusinessSpaceCode                string                                `json:"BusinessSpaceCode" xml:"BusinessSpaceCode"`
	Effective                        int                                   `json:"Effective" xml:"Effective"`
	SetBucketName                    string                                `json:"SetBucketName" xml:"SetBucketName"`
	RoleName                         string                                `json:"RoleName" xml:"RoleName"`
	EffectiveStartTime               string                                `json:"EffectiveStartTime" xml:"EffectiveStartTime"`
	Score                            int64                                 `json:"Score" xml:"Score"`
	QualityCheckType                 int                                   `json:"QualityCheckType" xml:"QualityCheckType"`
	ModeCustomizationId              string                                `json:"ModeCustomizationId" xml:"ModeCustomizationId"`
	BusinessSpaceName                string                                `json:"BusinessSpaceName" xml:"BusinessSpaceName"`
	SetFolderName                    string                                `json:"SetFolderName" xml:"SetFolderName"`
	CreateEmpid                      string                                `json:"CreateEmpid" xml:"CreateEmpid"`
	Id                               int64                                 `json:"Id" xml:"Id"`
	IsSelect                         bool                                  `json:"IsSelect" xml:"IsSelect"`
	RuleType                         int                                   `json:"RuleType" xml:"RuleType"`
	Level                            int64                                 `json:"Level" xml:"Level"`
	XspaceCommodityCode              string                                `json:"XspaceCommodityCode" xml:"XspaceCommodityCode"`
	FinishRate                       string                                `json:"FinishRate" xml:"FinishRate"`
	LoginUserType                    int                                   `json:"LoginUserType" xml:"LoginUserType"`
	ChannelId0                       int                                   `json:"ChannelId0" xml:"ChannelId0"`
	RuleScoreSingleType              int                                   `json:"RuleScoreSingleType" xml:"RuleScoreSingleType"`
	CallStartTime                    string                                `json:"CallStartTime" xml:"CallStartTime"`
	StartTime                        string                                `json:"StartTime" xml:"StartTime"`
	EndTime                          string                                `json:"EndTime" xml:"EndTime"`
	DataType                         int                                   `json:"DataType" xml:"DataType"`
	OrderInstanceId                  string                                `json:"OrderInstanceId" xml:"OrderInstanceId"`
	PreReviewNumber                  int64                                 `json:"PreReviewNumber" xml:"PreReviewNumber"`
	IntervalTime                     int64                                 `json:"IntervalTime" xml:"IntervalTime"`
	HitSessionCount                  int                                   `json:"HitSessionCount" xml:"HitSessionCount"`
	Name                             string                                `json:"Name" xml:"Name"`
	AssignType                       int                                   `json:"AssignType" xml:"AssignType"`
	ReviewNumber                     int64                                 `json:"ReviewNumber" xml:"ReviewNumber"`
	UpdateUser                       int64                                 `json:"UpdateUser" xml:"UpdateUser"`
	Language                         string                                `json:"Language" xml:"Language"`
	CreateTime                       string                                `json:"CreateTime" xml:"CreateTime"`
	HitRealViolationRate             float64                               `json:"HitRealViolationRate" xml:"HitRealViolationRate"`
	ScoreSubId                       int64                                 `json:"ScoreSubId" xml:"ScoreSubId"`
	SchemeId                         int64                                 `json:"SchemeId" xml:"SchemeId"`
	SetType                          int                                   `json:"SetType" xml:"SetType"`
	ChannelId1                       int                                   `json:"ChannelId1" xml:"ChannelId1"`
	AliUid                           int64                                 `json:"AliUid" xml:"AliUid"`
	UnReviewNumber                   int64                                 `json:"UnReviewNumber" xml:"UnReviewNumber"`
	IsDelete                         int                                   `json:"IsDelete" xml:"IsDelete"`
	DataSetType                      int                                   `json:"DataSetType" xml:"DataSetType"`
	UpdateTime                       string                                `json:"UpdateTime" xml:"UpdateTime"`
	XspaceProductCode                string                                `json:"XspaceProductCode" xml:"XspaceProductCode"`
	ProductType                      string                                `json:"ProductType" xml:"ProductType"`
	FullCycle                        int                                   `json:"FullCycle" xml:"FullCycle"`
	TargetType                       int                                   `json:"TargetType" xml:"TargetType"`
	SourceDataType                   int                                   `json:"SourceDataType" xml:"SourceDataType"`
	RoleConfigProp                   string                                `json:"RoleConfigProp" xml:"RoleConfigProp"`
	SetNumber                        int                                   `json:"SetNumber" xml:"SetNumber"`
	HitRate                          float64                               `json:"HitRate" xml:"HitRate"`
	CreateEmpName                    string                                `json:"CreateEmpName" xml:"CreateEmpName"`
	RealViolationNumber              int                                   `json:"RealViolationNumber" xml:"RealViolationNumber"`
	SchemeTaskConfigId               int64                                 `json:"SchemeTaskConfigId" xml:"SchemeTaskConfigId"`
	ModelName                        string                                `json:"ModelName" xml:"ModelName"`
	NumberExecuting                  int                                   `json:"NumberExecuting" xml:"NumberExecuting"`
	AssignStatus                     int                                   `json:"AssignStatus" xml:"AssignStatus"`
	ChannelType                      int                                   `json:"ChannelType" xml:"ChannelType"`
	CurrentStatus                    int                                   `json:"CurrentStatus" xml:"CurrentStatus"`
	SessionGroupReviewedOrComplained bool                                  `json:"SessionGroupReviewedOrComplained" xml:"SessionGroupReviewedOrComplained"`
	MaxNumber                        int64                                 `json:"MaxNumber" xml:"MaxNumber"`
	Rid                              int64                                 `json:"Rid" xml:"Rid"`
	ReviewStatusName                 string                                `json:"ReviewStatusName" xml:"ReviewStatusName"`
	RuleScoreType                    int                                   `json:"RuleScoreType" xml:"RuleScoreType"`
	UpdateUserName                   string                                `json:"UpdateUserName" xml:"UpdateUserName"`
	SetRoleArn                       string                                `json:"SetRoleArn" xml:"SetRoleArn"`
	OperationMode                    int                                   `json:"OperationMode" xml:"OperationMode"`
	LastUpdateEmpName                string                                `json:"LastUpdateEmpName" xml:"LastUpdateEmpName"`
	Version                          int64                                 `json:"Version" xml:"Version"`
	AsrTaskPriority                  int                                   `json:"AsrTaskPriority" xml:"AsrTaskPriority"`
	AutoTranscoding                  int                                   `json:"AutoTranscoding" xml:"AutoTranscoding"`
	CreateUser                       int64                                 `json:"CreateUser" xml:"CreateUser"`
	CreateUserName                   string                                `json:"CreateUserName" xml:"CreateUserName"`
	NumberSuccess                    int                                   `json:"NumberSuccess" xml:"NumberSuccess"`
	LastUpdateTime                   string                                `json:"LastUpdateTime" xml:"LastUpdateTime"`
	SubDir                           string                                `json:"SubDir" xml:"SubDir"`
	EffectiveEndTime                 string                                `json:"EffectiveEndTime" xml:"EffectiveEndTime"`
	UserGroup                        string                                `json:"UserGroup" xml:"UserGroup"`
	TemplateType                     int                                   `json:"TemplateType" xml:"TemplateType"`
	ReviewAccuracyRate               float64                               `json:"ReviewAccuracyRate" xml:"ReviewAccuracyRate"`
	LastUpdateEmpid                  string                                `json:"LastUpdateEmpid" xml:"LastUpdateEmpid"`
	Type                             int                                   `json:"Type" xml:"Type"`
	CheckNumber                      int64                                 `json:"CheckNumber" xml:"CheckNumber"`
	ManualReview                     int                                   `json:"ManualReview" xml:"ManualReview"`
	Comments                         string                                `json:"Comments" xml:"Comments"`
	VocabName                        string                                `json:"VocabName" xml:"VocabName"`
	SubAliUid                        int64                                 `json:"SubAliUid" xml:"SubAliUid"`
	NumberFail                       int                                   `json:"NumberFail" xml:"NumberFail"`
	SessionCount                     int                                   `json:"SessionCount" xml:"SessionCount"`
	SessionGroupId                   string                                `json:"SessionGroupId" xml:"SessionGroupId"`
	VocabId                          string                                `json:"VocabId" xml:"VocabId"`
	Lambda                           string                                `json:"Lambda" xml:"Lambda"`
	Description                      string                                `json:"Description" xml:"Description"`
	ProblemNumber                    int64                                 `json:"ProblemNumber" xml:"ProblemNumber"`
	JobName                          string                                `json:"JobName" xml:"JobName"`
	GraphFlow                        string                                `json:"GraphFlow" xml:"GraphFlow"`
	LastDataId                       string                                `json:"LastDataId" xml:"LastDataId"`
	SchemeTaskConfigName             string                                `json:"SchemeTaskConfigName" xml:"SchemeTaskConfigName"`
	Status                           int                                   `json:"Status" xml:"Status"`
	AutoReview                       int                                   `json:"AutoReview" xml:"AutoReview"`
	SetDomain                        string                                `json:"SetDomain" xml:"SetDomain"`
	NumberSum                        int                                   `json:"NumberSum" xml:"NumberSum"`
	RoleConfigStatus                 int                                   `json:"RoleConfigStatus" xml:"RoleConfigStatus"`
	ReviewRate                       float64                               `json:"ReviewRate" xml:"ReviewRate"`
	HitNumber                        int64                                 `json:"HitNumber" xml:"HitNumber"`
	SetName                          string                                `json:"SetName" xml:"SetName"`
	Deny                             int                                   `json:"Deny" xml:"Deny"`
	CreateType                       int                                   `json:"CreateType" xml:"CreateType"`
	CustomerNameList                 CustomerNameList                      `json:"CustomerNameList" xml:"CustomerNameList"`
	SchemeIdList                     SchemeIdListInListSchemeTaskConfig    `json:"SchemeIdList" xml:"SchemeIdList"`
	CustomerIdList                   CustomerIdList                        `json:"CustomerIdList" xml:"CustomerIdList"`
	BusinessRange                    BusinessRange                         `json:"BusinessRange" xml:"BusinessRange"`
	ReviewerList                     ReviewerList                          `json:"ReviewerList" xml:"ReviewerList"`
	CallerList                       CallerList                            `json:"CallerList" xml:"CallerList"`
	CustomerServiceNameList          CustomerServiceNameList               `json:"CustomerServiceNameList" xml:"CustomerServiceNameList"`
	CustomerServiceIdList            CustomerServiceIdList                 `json:"CustomerServiceIdList" xml:"CustomerServiceIdList"`
	BusinessCategoryNameList         BusinessCategoryNameListInListRulesV4 `json:"BusinessCategoryNameList" xml:"BusinessCategoryNameList"`
	SkillGroupNameList               SkillGroupNameList                    `json:"SkillGroupNameList" xml:"SkillGroupNameList"`
	DataConfig                       DataConfig                            `json:"DataConfig" xml:"DataConfig"`
	RuleList                         []RuleListItem                        `json:"RuleList" xml:"RuleList"`
	BusinessCategoryBasicInfoList    []BusinessCategoryBasicInfoListItem   `json:"BusinessCategoryBasicInfoList" xml:"BusinessCategoryBasicInfoList"`
	SchemeList                       SchemeList                            `json:"SchemeList" xml:"SchemeList"`
	SchemeCheckTypeList              []SchemeCheckTypeListItem             `json:"SchemeCheckTypeList" xml:"SchemeCheckTypeList"`
}

DataItem is a nested struct in qualitycheck response

type DataItemInListQualityCheckScheme ¶ added in v1.62.655

type DataItemInListQualityCheckScheme struct {
	SchemeId            int64                     `json:"SchemeId" xml:"SchemeId"`
	Name                string                    `json:"Name" xml:"Name"`
	Description         string                    `json:"Description" xml:"Description"`
	DataType            int                       `json:"DataType" xml:"DataType"`
	Type                int                       `json:"Type" xml:"Type"`
	TemplateType        int                       `json:"TemplateType" xml:"TemplateType"`
	Status              int                       `json:"Status" xml:"Status"`
	CreateUserName      string                    `json:"CreateUserName" xml:"CreateUserName"`
	CreateTime          string                    `json:"CreateTime" xml:"CreateTime"`
	UpdateUserName      string                    `json:"UpdateUserName" xml:"UpdateUserName"`
	UpdateTime          string                    `json:"UpdateTime" xml:"UpdateTime"`
	Version             int64                     `json:"Version" xml:"Version"`
	SchemeCheckTypeList []SchemeCheckTypeListItem `json:"SchemeCheckTypeList" xml:"SchemeCheckTypeList"`
	RuleList            []RuleListItem            `json:"RuleList" xml:"RuleList"`
}

DataItemInListQualityCheckScheme is a nested struct in qualitycheck response

type DataItemInListRulesV4 ¶ added in v1.62.655

type DataItemInListRulesV4 struct {
	Rid                           int64                               `json:"Rid" xml:"Rid"`
	Name                          string                              `json:"Name" xml:"Name"`
	Type                          int                                 `json:"Type" xml:"Type"`
	Status                        int                                 `json:"Status" xml:"Status"`
	CheckNumber                   int64                               `json:"CheckNumber" xml:"CheckNumber"`
	HitNumber                     int64                               `json:"HitNumber" xml:"HitNumber"`
	HitRate                       float64                             `json:"HitRate" xml:"HitRate"`
	ReviewAccuracyRate            float64                             `json:"ReviewAccuracyRate" xml:"ReviewAccuracyRate"`
	ReviewRate                    float64                             `json:"ReviewRate" xml:"ReviewRate"`
	PreReviewNumber               int64                               `json:"PreReviewNumber" xml:"PreReviewNumber"`
	ReviewNumber                  int64                               `json:"ReviewNumber" xml:"ReviewNumber"`
	UnReviewNumber                int64                               `json:"UnReviewNumber" xml:"UnReviewNumber"`
	ProblemNumber                 int64                               `json:"ProblemNumber" xml:"ProblemNumber"`
	StartTime                     string                              `json:"StartTime" xml:"StartTime"`
	EndTime                       string                              `json:"EndTime" xml:"EndTime"`
	CreateTime                    string                              `json:"CreateTime" xml:"CreateTime"`
	CreateEmpid                   string                              `json:"CreateEmpid" xml:"CreateEmpid"`
	CreateEmpName                 string                              `json:"CreateEmpName" xml:"CreateEmpName"`
	LastUpdateEmpid               string                              `json:"LastUpdateEmpid" xml:"LastUpdateEmpid"`
	LastUpdateEmpName             string                              `json:"LastUpdateEmpName" xml:"LastUpdateEmpName"`
	LastUpdateTime                string                              `json:"LastUpdateTime" xml:"LastUpdateTime"`
	IsDelete                      int                                 `json:"IsDelete" xml:"IsDelete"`
	TypeName                      string                              `json:"TypeName" xml:"TypeName"`
	JobName                       string                              `json:"JobName" xml:"JobName"`
	Comments                      string                              `json:"Comments" xml:"Comments"`
	RealViolationNumber           int                                 `json:"RealViolationNumber" xml:"RealViolationNumber"`
	HitRealViolationRate          float64                             `json:"HitRealViolationRate" xml:"HitRealViolationRate"`
	ReviewStatusName              string                              `json:"ReviewStatusName" xml:"ReviewStatusName"`
	Deny                          int                                 `json:"Deny" xml:"Deny"`
	ScoreSubId                    int64                               `json:"ScoreSubId" xml:"ScoreSubId"`
	AutoReview                    int                                 `json:"AutoReview" xml:"AutoReview"`
	RuleScoreType                 int                                 `json:"RuleScoreType" xml:"RuleScoreType"`
	UserGroup                     string                              `json:"UserGroup" xml:"UserGroup"`
	OperationMode                 int                                 `json:"OperationMode" xml:"OperationMode"`
	IsSelect                      bool                                `json:"IsSelect" xml:"IsSelect"`
	RuleType                      int                                 `json:"RuleType" xml:"RuleType"`
	Effective                     int                                 `json:"Effective" xml:"Effective"`
	FullCycle                     int                                 `json:"FullCycle" xml:"FullCycle"`
	EffectiveStartTime            string                              `json:"EffectiveStartTime" xml:"EffectiveStartTime"`
	EffectiveEndTime              string                              `json:"EffectiveEndTime" xml:"EffectiveEndTime"`
	QualityCheckType              int                                 `json:"QualityCheckType" xml:"QualityCheckType"`
	GraphFlow                     string                              `json:"GraphFlow" xml:"GraphFlow"`
	RuleScoreSingleType           int                                 `json:"RuleScoreSingleType" xml:"RuleScoreSingleType"`
	TargetType                    int                                 `json:"TargetType" xml:"TargetType"`
	BusinessRange                 []int                               `json:"BusinessRange" xml:"BusinessRange"`
	BusinessCategoryNameList      []string                            `json:"BusinessCategoryNameList" xml:"BusinessCategoryNameList"`
	BusinessCategoryBasicInfoList []BusinessCategoryBasicInfoListItem `json:"BusinessCategoryBasicInfoList" xml:"BusinessCategoryBasicInfoList"`
}

DataItemInListRulesV4 is a nested struct in qualitycheck response

type DelRuleCategoryRequest ¶

type DelRuleCategoryRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

DelRuleCategoryRequest is the request struct for api DelRuleCategory

func CreateDelRuleCategoryRequest ¶

func CreateDelRuleCategoryRequest() (request *DelRuleCategoryRequest)

CreateDelRuleCategoryRequest creates a request to invoke DelRuleCategory API

type DelRuleCategoryResponse ¶

type DelRuleCategoryResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      Data   `json:"Data" xml:"Data"`
}

DelRuleCategoryResponse is the response struct for api DelRuleCategory

func CreateDelRuleCategoryResponse ¶

func CreateDelRuleCategoryResponse() (response *DelRuleCategoryResponse)

CreateDelRuleCategoryResponse creates a response to parse from DelRuleCategory response

type DelThesaurusForApiRequest ¶

type DelThesaurusForApiRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

DelThesaurusForApiRequest is the request struct for api DelThesaurusForApi

func CreateDelThesaurusForApiRequest ¶

func CreateDelThesaurusForApiRequest() (request *DelThesaurusForApiRequest)

CreateDelThesaurusForApiRequest creates a request to invoke DelThesaurusForApi API

type DelThesaurusForApiResponse ¶

type DelThesaurusForApiResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

DelThesaurusForApiResponse is the response struct for api DelThesaurusForApi

func CreateDelThesaurusForApiResponse ¶

func CreateDelThesaurusForApiResponse() (response *DelThesaurusForApiResponse)

CreateDelThesaurusForApiResponse creates a response to parse from DelThesaurusForApi response

type DeleteAsrVocabRequest ¶

type DeleteAsrVocabRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

DeleteAsrVocabRequest is the request struct for api DeleteAsrVocab

func CreateDeleteAsrVocabRequest ¶

func CreateDeleteAsrVocabRequest() (request *DeleteAsrVocabRequest)

CreateDeleteAsrVocabRequest creates a request to invoke DeleteAsrVocab API

type DeleteAsrVocabResponse ¶

type DeleteAsrVocabResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

DeleteAsrVocabResponse is the response struct for api DeleteAsrVocab

func CreateDeleteAsrVocabResponse ¶

func CreateDeleteAsrVocabResponse() (response *DeleteAsrVocabResponse)

CreateDeleteAsrVocabResponse creates a response to parse from DeleteAsrVocab response

type DeleteBusinessCategoryRequest ¶

type DeleteBusinessCategoryRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

DeleteBusinessCategoryRequest is the request struct for api DeleteBusinessCategory

func CreateDeleteBusinessCategoryRequest ¶

func CreateDeleteBusinessCategoryRequest() (request *DeleteBusinessCategoryRequest)

CreateDeleteBusinessCategoryRequest creates a request to invoke DeleteBusinessCategory API

type DeleteBusinessCategoryResponse ¶

type DeleteBusinessCategoryResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

DeleteBusinessCategoryResponse is the response struct for api DeleteBusinessCategory

func CreateDeleteBusinessCategoryResponse ¶

func CreateDeleteBusinessCategoryResponse() (response *DeleteBusinessCategoryResponse)

CreateDeleteBusinessCategoryResponse creates a response to parse from DeleteBusinessCategory response

type DeleteCustomizationConfigRequest ¶

type DeleteCustomizationConfigRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

DeleteCustomizationConfigRequest is the request struct for api DeleteCustomizationConfig

func CreateDeleteCustomizationConfigRequest ¶

func CreateDeleteCustomizationConfigRequest() (request *DeleteCustomizationConfigRequest)

CreateDeleteCustomizationConfigRequest creates a request to invoke DeleteCustomizationConfig API

type DeleteCustomizationConfigResponse ¶

type DeleteCustomizationConfigResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

DeleteCustomizationConfigResponse is the response struct for api DeleteCustomizationConfig

func CreateDeleteCustomizationConfigResponse ¶

func CreateDeleteCustomizationConfigResponse() (response *DeleteCustomizationConfigResponse)

CreateDeleteCustomizationConfigResponse creates a response to parse from DeleteCustomizationConfig response

type DeleteDataSetRequest ¶

type DeleteDataSetRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

DeleteDataSetRequest is the request struct for api DeleteDataSet

func CreateDeleteDataSetRequest ¶

func CreateDeleteDataSetRequest() (request *DeleteDataSetRequest)

CreateDeleteDataSetRequest creates a request to invoke DeleteDataSet API

type DeleteDataSetResponse ¶

type DeleteDataSetResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

DeleteDataSetResponse is the response struct for api DeleteDataSet

func CreateDeleteDataSetResponse ¶

func CreateDeleteDataSetResponse() (response *DeleteDataSetResponse)

CreateDeleteDataSetResponse creates a response to parse from DeleteDataSet response

type DeletePrecisionTaskRequest ¶

type DeletePrecisionTaskRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

DeletePrecisionTaskRequest is the request struct for api DeletePrecisionTask

func CreateDeletePrecisionTaskRequest ¶

func CreateDeletePrecisionTaskRequest() (request *DeletePrecisionTaskRequest)

CreateDeletePrecisionTaskRequest creates a request to invoke DeletePrecisionTask API

type DeletePrecisionTaskResponse ¶

type DeletePrecisionTaskResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

DeletePrecisionTaskResponse is the response struct for api DeletePrecisionTask

func CreateDeletePrecisionTaskResponse ¶

func CreateDeletePrecisionTaskResponse() (response *DeletePrecisionTaskResponse)

CreateDeletePrecisionTaskResponse creates a response to parse from DeletePrecisionTask response

type DeleteQualityCheckSchemeRequest ¶ added in v1.62.655

type DeleteQualityCheckSchemeRequest struct {
	*requests.RpcRequest
	JsonStr       string           `position:"Query" name:"jsonStr"`
	BaseMeAgentId requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

DeleteQualityCheckSchemeRequest is the request struct for api DeleteQualityCheckScheme

func CreateDeleteQualityCheckSchemeRequest ¶ added in v1.62.655

func CreateDeleteQualityCheckSchemeRequest() (request *DeleteQualityCheckSchemeRequest)

CreateDeleteQualityCheckSchemeRequest creates a request to invoke DeleteQualityCheckScheme API

type DeleteQualityCheckSchemeResponse ¶ added in v1.62.655

type DeleteQualityCheckSchemeResponse struct {
	*responses.BaseResponse
	RequestId      string                             `json:"RequestId" xml:"RequestId"`
	Success        bool                               `json:"Success" xml:"Success"`
	Code           string                             `json:"Code" xml:"Code"`
	Message        string                             `json:"Message" xml:"Message"`
	HttpStatusCode int                                `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Messages       MessagesInDeleteQualityCheckScheme `json:"Messages" xml:"Messages"`
}

DeleteQualityCheckSchemeResponse is the response struct for api DeleteQualityCheckScheme

func CreateDeleteQualityCheckSchemeResponse ¶ added in v1.62.655

func CreateDeleteQualityCheckSchemeResponse() (response *DeleteQualityCheckSchemeResponse)

CreateDeleteQualityCheckSchemeResponse creates a response to parse from DeleteQualityCheckScheme response

type DeleteRuleRequest ¶ added in v1.62.655

type DeleteRuleRequest struct {
	*requests.RpcRequest
	IsSchemeData  requests.Integer `position:"Body" name:"IsSchemeData"`
	ForceDelete   requests.Boolean `position:"Body" name:"ForceDelete"`
	RuleId        requests.Integer `position:"Body" name:"RuleId"`
	BaseMeAgentId requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

DeleteRuleRequest is the request struct for api DeleteRule

func CreateDeleteRuleRequest ¶ added in v1.62.655

func CreateDeleteRuleRequest() (request *DeleteRuleRequest)

CreateDeleteRuleRequest creates a request to invoke DeleteRule API

type DeleteRuleResponse ¶ added in v1.62.655

type DeleteRuleResponse struct {
	*responses.BaseResponse
	RequestId      string               `json:"RequestId" xml:"RequestId"`
	Success        bool                 `json:"Success" xml:"Success"`
	Code           string               `json:"Code" xml:"Code"`
	Message        string               `json:"Message" xml:"Message"`
	HttpStatusCode int                  `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Messages       MessagesInDeleteRule `json:"Messages" xml:"Messages"`
}

DeleteRuleResponse is the response struct for api DeleteRule

func CreateDeleteRuleResponse ¶ added in v1.62.655

func CreateDeleteRuleResponse() (response *DeleteRuleResponse)

CreateDeleteRuleResponse creates a response to parse from DeleteRule response

type DeleteRuleV4Request ¶ added in v1.62.655

type DeleteRuleV4Request struct {
	*requests.RpcRequest
	IsSchemeData  requests.Integer `position:"Body" name:"IsSchemeData"`
	ForceDelete   requests.Boolean `position:"Body" name:"ForceDelete"`
	RuleId        requests.Integer `position:"Body" name:"RuleId"`
	BaseMeAgentId requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

DeleteRuleV4Request is the request struct for api DeleteRuleV4

func CreateDeleteRuleV4Request ¶ added in v1.62.655

func CreateDeleteRuleV4Request() (request *DeleteRuleV4Request)

CreateDeleteRuleV4Request creates a request to invoke DeleteRuleV4 API

type DeleteRuleV4Response ¶ added in v1.62.655

type DeleteRuleV4Response struct {
	*responses.BaseResponse
	RequestId      string                 `json:"RequestId" xml:"RequestId"`
	Success        bool                   `json:"Success" xml:"Success"`
	Code           string                 `json:"Code" xml:"Code"`
	Message        string                 `json:"Message" xml:"Message"`
	HttpStatusCode int                    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Messages       MessagesInDeleteRuleV4 `json:"Messages" xml:"Messages"`
}

DeleteRuleV4Response is the response struct for api DeleteRuleV4

func CreateDeleteRuleV4Response ¶ added in v1.62.655

func CreateDeleteRuleV4Response() (response *DeleteRuleV4Response)

CreateDeleteRuleV4Response creates a response to parse from DeleteRuleV4 response

type DeleteSchemeTaskConfigRequest ¶ added in v1.62.655

type DeleteSchemeTaskConfigRequest struct {
	*requests.RpcRequest
	JsonStr       string           `position:"Query" name:"jsonStr"`
	BaseMeAgentId requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

DeleteSchemeTaskConfigRequest is the request struct for api DeleteSchemeTaskConfig

func CreateDeleteSchemeTaskConfigRequest ¶ added in v1.62.655

func CreateDeleteSchemeTaskConfigRequest() (request *DeleteSchemeTaskConfigRequest)

CreateDeleteSchemeTaskConfigRequest creates a request to invoke DeleteSchemeTaskConfig API

type DeleteSchemeTaskConfigResponse ¶ added in v1.62.655

type DeleteSchemeTaskConfigResponse struct {
	*responses.BaseResponse
	RequestId      string                           `json:"RequestId" xml:"RequestId"`
	Success        bool                             `json:"Success" xml:"Success"`
	Code           string                           `json:"Code" xml:"Code"`
	Message        string                           `json:"Message" xml:"Message"`
	HttpStatusCode int                              `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Messages       MessagesInDeleteSchemeTaskConfig `json:"Messages" xml:"Messages"`
}

DeleteSchemeTaskConfigResponse is the response struct for api DeleteSchemeTaskConfig

func CreateDeleteSchemeTaskConfigResponse ¶ added in v1.62.655

func CreateDeleteSchemeTaskConfigResponse() (response *DeleteSchemeTaskConfigResponse)

CreateDeleteSchemeTaskConfigResponse creates a response to parse from DeleteSchemeTaskConfig response

type DeleteScoreForApiRequest ¶

type DeleteScoreForApiRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

DeleteScoreForApiRequest is the request struct for api DeleteScoreForApi

func CreateDeleteScoreForApiRequest ¶

func CreateDeleteScoreForApiRequest() (request *DeleteScoreForApiRequest)

CreateDeleteScoreForApiRequest creates a request to invoke DeleteScoreForApi API

type DeleteScoreForApiResponse ¶

type DeleteScoreForApiResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

DeleteScoreForApiResponse is the response struct for api DeleteScoreForApi

func CreateDeleteScoreForApiResponse ¶

func CreateDeleteScoreForApiResponse() (response *DeleteScoreForApiResponse)

CreateDeleteScoreForApiResponse creates a response to parse from DeleteScoreForApi response

type DeleteSkillGroupConfigRequest ¶

type DeleteSkillGroupConfigRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

DeleteSkillGroupConfigRequest is the request struct for api DeleteSkillGroupConfig

func CreateDeleteSkillGroupConfigRequest ¶

func CreateDeleteSkillGroupConfigRequest() (request *DeleteSkillGroupConfigRequest)

CreateDeleteSkillGroupConfigRequest creates a request to invoke DeleteSkillGroupConfig API

type DeleteSkillGroupConfigResponse ¶

type DeleteSkillGroupConfigResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

DeleteSkillGroupConfigResponse is the response struct for api DeleteSkillGroupConfig

func CreateDeleteSkillGroupConfigResponse ¶

func CreateDeleteSkillGroupConfigResponse() (response *DeleteSkillGroupConfigResponse)

CreateDeleteSkillGroupConfigResponse creates a response to parse from DeleteSkillGroupConfig response

type DeleteSubScoreForApiRequest ¶

type DeleteSubScoreForApiRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

DeleteSubScoreForApiRequest is the request struct for api DeleteSubScoreForApi

func CreateDeleteSubScoreForApiRequest ¶

func CreateDeleteSubScoreForApiRequest() (request *DeleteSubScoreForApiRequest)

CreateDeleteSubScoreForApiRequest creates a request to invoke DeleteSubScoreForApi API

type DeleteSubScoreForApiResponse ¶

type DeleteSubScoreForApiResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

DeleteSubScoreForApiResponse is the response struct for api DeleteSubScoreForApi

func CreateDeleteSubScoreForApiResponse ¶

func CreateDeleteSubScoreForApiResponse() (response *DeleteSubScoreForApiResponse)

CreateDeleteSubScoreForApiResponse creates a response to parse from DeleteSubScoreForApi response

type DeleteTaskAssignRuleRequest ¶

type DeleteTaskAssignRuleRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

DeleteTaskAssignRuleRequest is the request struct for api DeleteTaskAssignRule

func CreateDeleteTaskAssignRuleRequest ¶

func CreateDeleteTaskAssignRuleRequest() (request *DeleteTaskAssignRuleRequest)

CreateDeleteTaskAssignRuleRequest creates a request to invoke DeleteTaskAssignRule API

type DeleteTaskAssignRuleResponse ¶

type DeleteTaskAssignRuleResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

DeleteTaskAssignRuleResponse is the response struct for api DeleteTaskAssignRule

func CreateDeleteTaskAssignRuleResponse ¶

func CreateDeleteTaskAssignRuleResponse() (response *DeleteTaskAssignRuleResponse)

CreateDeleteTaskAssignRuleResponse creates a response to parse from DeleteTaskAssignRule response

type DeleteUserRequest ¶

type DeleteUserRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

DeleteUserRequest is the request struct for api DeleteUser

func CreateDeleteUserRequest ¶

func CreateDeleteUserRequest() (request *DeleteUserRequest)

CreateDeleteUserRequest creates a request to invoke DeleteUser API

type DeleteUserResponse ¶

type DeleteUserResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

DeleteUserResponse is the response struct for api DeleteUser

func CreateDeleteUserResponse ¶

func CreateDeleteUserResponse() (response *DeleteUserResponse)

CreateDeleteUserResponse creates a response to parse from DeleteUser response

type DeleteWarningConfigRequest ¶

type DeleteWarningConfigRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

DeleteWarningConfigRequest is the request struct for api DeleteWarningConfig

func CreateDeleteWarningConfigRequest ¶

func CreateDeleteWarningConfigRequest() (request *DeleteWarningConfigRequest)

CreateDeleteWarningConfigRequest creates a request to invoke DeleteWarningConfig API

type DeleteWarningConfigResponse ¶

type DeleteWarningConfigResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

DeleteWarningConfigResponse is the response struct for api DeleteWarningConfig

func CreateDeleteWarningConfigResponse ¶

func CreateDeleteWarningConfigResponse() (response *DeleteWarningConfigResponse)

CreateDeleteWarningConfigResponse creates a response to parse from DeleteWarningConfig response

type DeleteWarningStrategyConfigRequest ¶ added in v1.62.655

type DeleteWarningStrategyConfigRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

DeleteWarningStrategyConfigRequest is the request struct for api DeleteWarningStrategyConfig

func CreateDeleteWarningStrategyConfigRequest ¶ added in v1.62.655

func CreateDeleteWarningStrategyConfigRequest() (request *DeleteWarningStrategyConfigRequest)

CreateDeleteWarningStrategyConfigRequest creates a request to invoke DeleteWarningStrategyConfig API

type DeleteWarningStrategyConfigResponse ¶ added in v1.62.655

type DeleteWarningStrategyConfigResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

DeleteWarningStrategyConfigResponse is the response struct for api DeleteWarningStrategyConfig

func CreateDeleteWarningStrategyConfigResponse ¶ added in v1.62.655

func CreateDeleteWarningStrategyConfigResponse() (response *DeleteWarningStrategyConfigResponse)

CreateDeleteWarningStrategyConfigResponse creates a response to parse from DeleteWarningStrategyConfig response

type Delta ¶

type Delta struct {
	Type   string `json:"Type" xml:"Type"`
	Source Source `json:"Source" xml:"Source"`
	Target Target `json:"Target" xml:"Target"`
}

Delta is a nested struct in qualitycheck response

type Deltas ¶

type Deltas struct {
	Delta []Delta `json:"Delta" xml:"Delta"`
}

Deltas is a nested struct in qualitycheck response

type Dialogue ¶

type Dialogue struct {
	End             int64  `json:"End" xml:"End"`
	IncorrectWords  int    `json:"IncorrectWords" xml:"IncorrectWords"`
	HourMinSec      string `json:"HourMinSec" xml:"HourMinSec"`
	SourceRole      string `json:"SourceRole" xml:"SourceRole"`
	SilenceDuration int    `json:"SilenceDuration" xml:"SilenceDuration"`
	EmotionValue    int    `json:"EmotionValue" xml:"EmotionValue"`
	Words           string `json:"Words" xml:"Words"`
	Identity        string `json:"Identity" xml:"Identity"`
	Role            string `json:"Role" xml:"Role"`
	SpeechRate      int    `json:"SpeechRate" xml:"SpeechRate"`
	SourceWords     string `json:"SourceWords" xml:"SourceWords"`
	BeginTime       string `json:"BeginTime" xml:"BeginTime"`
	Begin           int64  `json:"Begin" xml:"Begin"`
	Deltas          Deltas `json:"Deltas" xml:"Deltas"`
}

Dialogue is a nested struct in qualitycheck response

type DialogueParam ¶

type DialogueParam struct {
	EndTime    string `json:"EndTime" xml:"EndTime"`
	DialogueId int64  `json:"DialogueId" xml:"DialogueId"`
	EndIndex   int    `json:"EndIndex" xml:"EndIndex"`
	StartTime  string `json:"StartTime" xml:"StartTime"`
	SourceType int    `json:"SourceType" xml:"SourceType"`
	StartIndex int    `json:"StartIndex" xml:"StartIndex"`
	Role       int    `json:"Role" xml:"Role"`
	DataSetIds string `json:"DataSetIds" xml:"DataSetIds"`
}

DialogueParam is a nested struct in qualitycheck response

type DialoguesInGetNextResultToVerify ¶

type DialoguesInGetNextResultToVerify struct {
	Dialogue []Dialogue `json:"Dialogue" xml:"Dialogue"`
}

DialoguesInGetNextResultToVerify is a nested struct in qualitycheck response

type DialoguesInGetResultToReview ¶

type DialoguesInGetResultToReview struct {
	Dialogue []Dialogue `json:"Dialogue" xml:"Dialogue"`
}

DialoguesInGetResultToReview is a nested struct in qualitycheck response

type EditThesaurusForApiRequest ¶

type EditThesaurusForApiRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

EditThesaurusForApiRequest is the request struct for api EditThesaurusForApi

func CreateEditThesaurusForApiRequest ¶

func CreateEditThesaurusForApiRequest() (request *EditThesaurusForApiRequest)

CreateEditThesaurusForApiRequest creates a request to invoke EditThesaurusForApi API

type EditThesaurusForApiResponse ¶

type EditThesaurusForApiResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	Data      int64  `json:"Data" xml:"Data"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

EditThesaurusForApiResponse is the response struct for api EditThesaurusForApi

func CreateEditThesaurusForApiResponse ¶

func CreateEditThesaurusForApiResponse() (response *EditThesaurusForApiResponse)

CreateEditThesaurusForApiResponse creates a response to parse from EditThesaurusForApi response

type ExcludesInGetResult ¶ added in v1.62.655

type ExcludesInGetResult struct {
	Exclude []string `json:"Exclude" xml:"Exclude"`
}

ExcludesInGetResult is a nested struct in qualitycheck response

type ExcludesInGetRuleDetail ¶ added in v1.62.655

type ExcludesInGetRuleDetail struct {
	Excludes []string `json:"Excludes" xml:"Excludes"`
}

ExcludesInGetRuleDetail is a nested struct in qualitycheck response

type FlowNodePrerequisiteParam ¶ added in v1.62.655

type FlowNodePrerequisiteParam struct {
	NodeId          int64  `json:"NodeId" xml:"NodeId"`
	NodeName        string `json:"NodeName" xml:"NodeName"`
	NodeMatchStatus int    `json:"NodeMatchStatus" xml:"NodeMatchStatus"`
}

FlowNodePrerequisiteParam is a nested struct in qualitycheck response

type GetAsrVocabRequest ¶

type GetAsrVocabRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

GetAsrVocabRequest is the request struct for api GetAsrVocab

func CreateGetAsrVocabRequest ¶

func CreateGetAsrVocabRequest() (request *GetAsrVocabRequest)

CreateGetAsrVocabRequest creates a request to invoke GetAsrVocab API

type GetAsrVocabResponse ¶

type GetAsrVocabResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      Data   `json:"Data" xml:"Data"`
}

GetAsrVocabResponse is the response struct for api GetAsrVocab

func CreateGetAsrVocabResponse ¶

func CreateGetAsrVocabResponse() (response *GetAsrVocabResponse)

CreateGetAsrVocabResponse creates a response to parse from GetAsrVocab response

type GetBusinessCategoryListRequest ¶

type GetBusinessCategoryListRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

GetBusinessCategoryListRequest is the request struct for api GetBusinessCategoryList

func CreateGetBusinessCategoryListRequest ¶

func CreateGetBusinessCategoryListRequest() (request *GetBusinessCategoryListRequest)

CreateGetBusinessCategoryListRequest creates a request to invoke GetBusinessCategoryList API

type GetBusinessCategoryListResponse ¶

type GetBusinessCategoryListResponse struct {
	*responses.BaseResponse
	Code      string                        `json:"Code" xml:"Code"`
	Message   string                        `json:"Message" xml:"Message"`
	RequestId string                        `json:"RequestId" xml:"RequestId"`
	Success   bool                          `json:"Success" xml:"Success"`
	Data      DataInGetBusinessCategoryList `json:"Data" xml:"Data"`
}

GetBusinessCategoryListResponse is the response struct for api GetBusinessCategoryList

func CreateGetBusinessCategoryListResponse ¶

func CreateGetBusinessCategoryListResponse() (response *GetBusinessCategoryListResponse)

CreateGetBusinessCategoryListResponse creates a response to parse from GetBusinessCategoryList response

type GetCustomizationConfigListRequest ¶

type GetCustomizationConfigListRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

GetCustomizationConfigListRequest is the request struct for api GetCustomizationConfigList

func CreateGetCustomizationConfigListRequest ¶

func CreateGetCustomizationConfigListRequest() (request *GetCustomizationConfigListRequest)

CreateGetCustomizationConfigListRequest creates a request to invoke GetCustomizationConfigList API

type GetCustomizationConfigListResponse ¶

type GetCustomizationConfigListResponse struct {
	*responses.BaseResponse
	Code      string                           `json:"Code" xml:"Code"`
	Message   string                           `json:"Message" xml:"Message"`
	RequestId string                           `json:"RequestId" xml:"RequestId"`
	Success   bool                             `json:"Success" xml:"Success"`
	Data      DataInGetCustomizationConfigList `json:"Data" xml:"Data"`
}

GetCustomizationConfigListResponse is the response struct for api GetCustomizationConfigList

func CreateGetCustomizationConfigListResponse ¶

func CreateGetCustomizationConfigListResponse() (response *GetCustomizationConfigListResponse)

CreateGetCustomizationConfigListResponse creates a response to parse from GetCustomizationConfigList response

type GetHitResultRequest ¶

type GetHitResultRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

GetHitResultRequest is the request struct for api GetHitResult

func CreateGetHitResultRequest ¶

func CreateGetHitResultRequest() (request *GetHitResultRequest)

CreateGetHitResultRequest creates a request to invoke GetHitResult API

type GetHitResultResponse ¶

type GetHitResultResponse struct {
	*responses.BaseResponse
	RequestId  string             `json:"RequestId" xml:"RequestId"`
	Success    bool               `json:"Success" xml:"Success"`
	Code       string             `json:"Code" xml:"Code"`
	Message    string             `json:"Message" xml:"Message"`
	PageNumber int                `json:"PageNumber" xml:"PageNumber"`
	PageSize   int                `json:"PageSize" xml:"PageSize"`
	Count      int                `json:"Count" xml:"Count"`
	Data       DataInGetHitResult `json:"Data" xml:"Data"`
}

GetHitResultResponse is the response struct for api GetHitResult

func CreateGetHitResultResponse ¶

func CreateGetHitResultResponse() (response *GetHitResultResponse)

CreateGetHitResultResponse creates a response to parse from GetHitResult response

type GetNextResultToVerifyRequest ¶

type GetNextResultToVerifyRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

GetNextResultToVerifyRequest is the request struct for api GetNextResultToVerify

func CreateGetNextResultToVerifyRequest ¶

func CreateGetNextResultToVerifyRequest() (request *GetNextResultToVerifyRequest)

CreateGetNextResultToVerifyRequest creates a request to invoke GetNextResultToVerify API

type GetNextResultToVerifyResponse ¶

type GetNextResultToVerifyResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      Data   `json:"Data" xml:"Data"`
}

GetNextResultToVerifyResponse is the response struct for api GetNextResultToVerify

func CreateGetNextResultToVerifyResponse ¶

func CreateGetNextResultToVerifyResponse() (response *GetNextResultToVerifyResponse)

CreateGetNextResultToVerifyResponse creates a response to parse from GetNextResultToVerify response

type GetPrecisionTaskRequest ¶

type GetPrecisionTaskRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

GetPrecisionTaskRequest is the request struct for api GetPrecisionTask

func CreateGetPrecisionTaskRequest ¶

func CreateGetPrecisionTaskRequest() (request *GetPrecisionTaskRequest)

CreateGetPrecisionTaskRequest creates a request to invoke GetPrecisionTask API

type GetPrecisionTaskResponse ¶

type GetPrecisionTaskResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      Data   `json:"Data" xml:"Data"`
}

GetPrecisionTaskResponse is the response struct for api GetPrecisionTask

func CreateGetPrecisionTaskResponse ¶

func CreateGetPrecisionTaskResponse() (response *GetPrecisionTaskResponse)

CreateGetPrecisionTaskResponse creates a response to parse from GetPrecisionTask response

type GetQualityCheckSchemeRequest ¶ added in v1.62.655

type GetQualityCheckSchemeRequest struct {
	*requests.RpcRequest
	JsonStr       string           `position:"Query" name:"jsonStr"`
	BaseMeAgentId requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

GetQualityCheckSchemeRequest is the request struct for api GetQualityCheckScheme

func CreateGetQualityCheckSchemeRequest ¶ added in v1.62.655

func CreateGetQualityCheckSchemeRequest() (request *GetQualityCheckSchemeRequest)

CreateGetQualityCheckSchemeRequest creates a request to invoke GetQualityCheckScheme API

type GetQualityCheckSchemeResponse ¶ added in v1.62.655

type GetQualityCheckSchemeResponse struct {
	*responses.BaseResponse
}

GetQualityCheckSchemeResponse is the response struct for api GetQualityCheckScheme

func CreateGetQualityCheckSchemeResponse ¶ added in v1.62.655

func CreateGetQualityCheckSchemeResponse() (response *GetQualityCheckSchemeResponse)

CreateGetQualityCheckSchemeResponse creates a response to parse from GetQualityCheckScheme response

type GetResultCallbackRequest ¶ added in v1.61.737

type GetResultCallbackRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

GetResultCallbackRequest is the request struct for api GetResultCallback

func CreateGetResultCallbackRequest ¶ added in v1.61.737

func CreateGetResultCallbackRequest() (request *GetResultCallbackRequest)

CreateGetResultCallbackRequest creates a request to invoke GetResultCallback API

type GetResultCallbackResponse ¶ added in v1.61.737

type GetResultCallbackResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

GetResultCallbackResponse is the response struct for api GetResultCallback

func CreateGetResultCallbackResponse ¶ added in v1.61.737

func CreateGetResultCallbackResponse() (response *GetResultCallbackResponse)

CreateGetResultCallbackResponse creates a response to parse from GetResultCallback response

type GetResultRequest ¶

type GetResultRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

GetResultRequest is the request struct for api GetResult

func CreateGetResultRequest ¶

func CreateGetResultRequest() (request *GetResultRequest)

CreateGetResultRequest creates a request to invoke GetResult API

type GetResultResponse ¶

type GetResultResponse struct {
	*responses.BaseResponse
	RequestId     string          `json:"RequestId" xml:"RequestId"`
	Success       bool            `json:"Success" xml:"Success"`
	ResultCountId string          `json:"ResultCountId" xml:"ResultCountId"`
	Code          string          `json:"Code" xml:"Code"`
	Message       string          `json:"Message" xml:"Message"`
	PageNumber    int             `json:"PageNumber" xml:"PageNumber"`
	PageSize      int             `json:"PageSize" xml:"PageSize"`
	Count         int             `json:"Count" xml:"Count"`
	Data          DataInGetResult `json:"Data" xml:"Data"`
}

GetResultResponse is the response struct for api GetResult

func CreateGetResultResponse ¶

func CreateGetResultResponse() (response *GetResultResponse)

CreateGetResultResponse creates a response to parse from GetResult response

type GetResultToReviewRequest ¶

type GetResultToReviewRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

GetResultToReviewRequest is the request struct for api GetResultToReview

func CreateGetResultToReviewRequest ¶

func CreateGetResultToReviewRequest() (request *GetResultToReviewRequest)

CreateGetResultToReviewRequest creates a request to invoke GetResultToReview API

type GetResultToReviewResponse ¶

type GetResultToReviewResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      Data   `json:"Data" xml:"Data"`
}

GetResultToReviewResponse is the response struct for api GetResultToReview

func CreateGetResultToReviewResponse ¶

func CreateGetResultToReviewResponse() (response *GetResultToReviewResponse)

CreateGetResultToReviewResponse creates a response to parse from GetResultToReview response

type GetRuleByIdRequest ¶ added in v1.62.655

type GetRuleByIdRequest struct {
	*requests.RpcRequest
	IsSchemeData  requests.Integer `position:"Body" name:"IsSchemeData"`
	RuleId        requests.Integer `position:"Body" name:"RuleId"`
	BaseMeAgentId requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

GetRuleByIdRequest is the request struct for api GetRuleById

func CreateGetRuleByIdRequest ¶ added in v1.62.655

func CreateGetRuleByIdRequest() (request *GetRuleByIdRequest)

CreateGetRuleByIdRequest creates a request to invoke GetRuleById API

type GetRuleByIdResponse ¶ added in v1.62.655

type GetRuleByIdResponse struct {
	*responses.BaseResponse
}

GetRuleByIdResponse is the response struct for api GetRuleById

func CreateGetRuleByIdResponse ¶ added in v1.62.655

func CreateGetRuleByIdResponse() (response *GetRuleByIdResponse)

CreateGetRuleByIdResponse creates a response to parse from GetRuleById response

type GetRuleCategoryRequest ¶

type GetRuleCategoryRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

GetRuleCategoryRequest is the request struct for api GetRuleCategory

func CreateGetRuleCategoryRequest ¶

func CreateGetRuleCategoryRequest() (request *GetRuleCategoryRequest)

CreateGetRuleCategoryRequest creates a request to invoke GetRuleCategory API

type GetRuleCategoryResponse ¶

type GetRuleCategoryResponse struct {
	*responses.BaseResponse
	Code      string                `json:"Code" xml:"Code"`
	Message   string                `json:"Message" xml:"Message"`
	RequestId string                `json:"RequestId" xml:"RequestId"`
	Success   bool                  `json:"Success" xml:"Success"`
	Data      DataInGetRuleCategory `json:"Data" xml:"Data"`
}

GetRuleCategoryResponse is the response struct for api GetRuleCategory

func CreateGetRuleCategoryResponse ¶

func CreateGetRuleCategoryResponse() (response *GetRuleCategoryResponse)

CreateGetRuleCategoryResponse creates a response to parse from GetRuleCategory response

type GetRuleDetailRequest ¶

type GetRuleDetailRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

GetRuleDetailRequest is the request struct for api GetRuleDetail

func CreateGetRuleDetailRequest ¶

func CreateGetRuleDetailRequest() (request *GetRuleDetailRequest)

CreateGetRuleDetailRequest creates a request to invoke GetRuleDetail API

type GetRuleDetailResponse ¶

type GetRuleDetailResponse struct {
	*responses.BaseResponse
	Code      string              `json:"Code" xml:"Code"`
	Message   string              `json:"Message" xml:"Message"`
	RequestId string              `json:"RequestId" xml:"RequestId"`
	Success   bool                `json:"Success" xml:"Success"`
	Data      DataInGetRuleDetail `json:"Data" xml:"Data"`
}

GetRuleDetailResponse is the response struct for api GetRuleDetail

func CreateGetRuleDetailResponse ¶

func CreateGetRuleDetailResponse() (response *GetRuleDetailResponse)

CreateGetRuleDetailResponse creates a response to parse from GetRuleDetail response

type GetRuleRequest ¶

type GetRuleRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

GetRuleRequest is the request struct for api GetRule

func CreateGetRuleRequest ¶

func CreateGetRuleRequest() (request *GetRuleRequest)

CreateGetRuleRequest creates a request to invoke GetRule API

type GetRuleResponse ¶

type GetRuleResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      Data   `json:"Data" xml:"Data"`
}

GetRuleResponse is the response struct for api GetRule

func CreateGetRuleResponse ¶

func CreateGetRuleResponse() (response *GetRuleResponse)

CreateGetRuleResponse creates a response to parse from GetRule response

type GetRuleV4Request ¶ added in v1.62.655

type GetRuleV4Request struct {
	*requests.RpcRequest
	IsSchemeData requests.Integer `position:"Body" name:"IsSchemeData"`
	RuleId       requests.Integer `position:"Body" name:"RuleId"`
}

GetRuleV4Request is the request struct for api GetRuleV4

func CreateGetRuleV4Request ¶ added in v1.62.655

func CreateGetRuleV4Request() (request *GetRuleV4Request)

CreateGetRuleV4Request creates a request to invoke GetRuleV4 API

type GetRuleV4Response ¶ added in v1.62.655

type GetRuleV4Response struct {
	*responses.BaseResponse
}

GetRuleV4Response is the response struct for api GetRuleV4

func CreateGetRuleV4Response ¶ added in v1.62.655

func CreateGetRuleV4Response() (response *GetRuleV4Response)

CreateGetRuleV4Response creates a response to parse from GetRuleV4 response

type GetRuleV4StrRequest ¶ added in v1.62.655

type GetRuleV4StrRequest struct {
	*requests.RpcRequest
	IsSchemeData requests.Integer `position:"Body" name:"IsSchemeData"`
	RuleId       requests.Integer `position:"Body" name:"RuleId"`
}

GetRuleV4StrRequest is the request struct for api GetRuleV4Str

func CreateGetRuleV4StrRequest ¶ added in v1.62.655

func CreateGetRuleV4StrRequest() (request *GetRuleV4StrRequest)

CreateGetRuleV4StrRequest creates a request to invoke GetRuleV4Str API

type GetRuleV4StrResponse ¶ added in v1.62.655

type GetRuleV4StrResponse struct {
	*responses.BaseResponse
	Data           string `json:"Data" xml:"Data"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	Success        bool   `json:"Success" xml:"Success"`
	Code           string `json:"Code" xml:"Code"`
	Message        string `json:"Message" xml:"Message"`
	HttpStatusCode int    `json:"HttpStatusCode" xml:"HttpStatusCode"`
}

GetRuleV4StrResponse is the response struct for api GetRuleV4Str

func CreateGetRuleV4StrResponse ¶ added in v1.62.655

func CreateGetRuleV4StrResponse() (response *GetRuleV4StrResponse)

CreateGetRuleV4StrResponse creates a response to parse from GetRuleV4Str response

type GetRulesCountListRequest ¶ added in v1.62.655

type GetRulesCountListRequest struct {
	*requests.RpcRequest
	CreateEmpid         string           `position:"Body" name:"CreateEmpid"`
	UpdateUserId        requests.Integer `position:"Body" name:"UpdateUserId"`
	UpdateStartTime     string           `position:"Body" name:"UpdateStartTime"`
	StartTime           string           `position:"Body" name:"StartTime"`
	Rid                 requests.Integer `position:"Body" name:"Rid"`
	Type                requests.Integer `position:"Body" name:"Type"`
	PageNumber          requests.Integer `position:"Body" name:"PageNumber"`
	RuleIdOrRuleName    string           `position:"Body" name:"RuleIdOrRuleName"`
	PageSize            requests.Integer `position:"Body" name:"PageSize"`
	CreateUserId        requests.Integer `position:"Body" name:"CreateUserId"`
	RuleScoreSingleType requests.Integer `position:"Body" name:"RuleScoreSingleType"`
	SourceType          requests.Integer `position:"Body" name:"SourceType"`
	UpdateEndTime       string           `position:"Body" name:"UpdateEndTime"`
	IsSchemeData        requests.Integer `position:"Body" name:"IsSchemeData"`
	RuleType            requests.Integer `position:"Body" name:"RuleType"`
	CountTotal          requests.Boolean `position:"Body" name:"CountTotal"`
	EndTime             string           `position:"Body" name:"EndTime"`
	SchemeId            requests.Integer `position:"Body" name:"SchemeId"`
	CurrentPage         requests.Integer `position:"Body" name:"CurrentPage"`
	BusinessRange       requests.Integer `position:"Body" name:"BusinessRange"`
	BusinessName        string           `position:"Body" name:"BusinessName"`
	CategoryName        string           `position:"Body" name:"CategoryName"`
	LastUpdateEmpid     string           `position:"Body" name:"LastUpdateEmpid"`
	BaseMeAgentId       requests.Integer `position:"Query" name:"BaseMeAgentId"`
	TypeName            string           `position:"Body" name:"TypeName"`
	RequireInfos        *[]string        `position:"Body" name:"RequireInfos"  type:"Repeated"`
	Status              requests.Integer `position:"Body" name:"Status"`
}

GetRulesCountListRequest is the request struct for api GetRulesCountList

func CreateGetRulesCountListRequest ¶ added in v1.62.655

func CreateGetRulesCountListRequest() (request *GetRulesCountListRequest)

CreateGetRulesCountListRequest creates a request to invoke GetRulesCountList API

type GetRulesCountListResponse ¶ added in v1.62.655

type GetRulesCountListResponse struct {
	*responses.BaseResponse
	TotalCount     int                         `json:"TotalCount" xml:"TotalCount"`
	BusinessType   int                         `json:"BusinessType" xml:"BusinessType"`
	Count          int                         `json:"Count" xml:"Count"`
	CurrentPage    int                         `json:"CurrentPage" xml:"CurrentPage"`
	PageSize       int                         `json:"PageSize" xml:"PageSize"`
	PageNumber     int                         `json:"PageNumber" xml:"PageNumber"`
	RequestId      string                      `json:"RequestId" xml:"RequestId"`
	Success        bool                        `json:"Success" xml:"Success"`
	Code           string                      `json:"Code" xml:"Code"`
	Message        string                      `json:"Message" xml:"Message"`
	HttpStatusCode int                         `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           DataInGetRulesCountList     `json:"Data" xml:"Data"`
	Messages       MessagesInGetRulesCountList `json:"Messages" xml:"Messages"`
}

GetRulesCountListResponse is the response struct for api GetRulesCountList

func CreateGetRulesCountListResponse ¶ added in v1.62.655

func CreateGetRulesCountListResponse() (response *GetRulesCountListResponse)

CreateGetRulesCountListResponse creates a response to parse from GetRulesCountList response

type GetScoreInfoRequest ¶

type GetScoreInfoRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

GetScoreInfoRequest is the request struct for api GetScoreInfo

func CreateGetScoreInfoRequest ¶

func CreateGetScoreInfoRequest() (request *GetScoreInfoRequest)

CreateGetScoreInfoRequest creates a request to invoke GetScoreInfo API

type GetScoreInfoResponse ¶

type GetScoreInfoResponse struct {
	*responses.BaseResponse
	Code      string             `json:"Code" xml:"Code"`
	Message   string             `json:"Message" xml:"Message"`
	RequestId string             `json:"RequestId" xml:"RequestId"`
	Success   bool               `json:"Success" xml:"Success"`
	Data      DataInGetScoreInfo `json:"Data" xml:"Data"`
}

GetScoreInfoResponse is the response struct for api GetScoreInfo

func CreateGetScoreInfoResponse ¶

func CreateGetScoreInfoResponse() (response *GetScoreInfoResponse)

CreateGetScoreInfoResponse creates a response to parse from GetScoreInfo response

type GetSkillGroupConfigRequest ¶

type GetSkillGroupConfigRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

GetSkillGroupConfigRequest is the request struct for api GetSkillGroupConfig

func CreateGetSkillGroupConfigRequest ¶

func CreateGetSkillGroupConfigRequest() (request *GetSkillGroupConfigRequest)

CreateGetSkillGroupConfigRequest creates a request to invoke GetSkillGroupConfig API

type GetSkillGroupConfigResponse ¶

type GetSkillGroupConfigResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      Data   `json:"Data" xml:"Data"`
}

GetSkillGroupConfigResponse is the response struct for api GetSkillGroupConfig

func CreateGetSkillGroupConfigResponse ¶

func CreateGetSkillGroupConfigResponse() (response *GetSkillGroupConfigResponse)

CreateGetSkillGroupConfigResponse creates a response to parse from GetSkillGroupConfig response

type GetSyncResultRequest ¶ added in v1.61.737

type GetSyncResultRequest struct {
	*requests.RpcRequest
	JsonStr       string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

GetSyncResultRequest is the request struct for api GetSyncResult

func CreateGetSyncResultRequest ¶ added in v1.61.737

func CreateGetSyncResultRequest() (request *GetSyncResultRequest)

CreateGetSyncResultRequest creates a request to invoke GetSyncResult API

type GetSyncResultResponse ¶ added in v1.61.737

type GetSyncResultResponse struct {
	*responses.BaseResponse
	RequestId     string                      `json:"RequestId" xml:"RequestId"`
	Success       bool                        `json:"Success" xml:"Success"`
	ResultCountId string                      `json:"ResultCountId" xml:"ResultCountId"`
	Code          string                      `json:"Code" xml:"Code"`
	Message       string                      `json:"Message" xml:"Message"`
	PageNumber    int                         `json:"PageNumber" xml:"PageNumber"`
	PageSize      int                         `json:"PageSize" xml:"PageSize"`
	Count         int                         `json:"Count" xml:"Count"`
	Data          []ResultInfoInGetSyncResult `json:"Data" xml:"Data"`
}

GetSyncResultResponse is the response struct for api GetSyncResult

func CreateGetSyncResultResponse ¶ added in v1.61.737

func CreateGetSyncResultResponse() (response *GetSyncResultResponse)

CreateGetSyncResultResponse creates a response to parse from GetSyncResult response

type GetThesaurusBySynonymForApiRequest ¶

type GetThesaurusBySynonymForApiRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

GetThesaurusBySynonymForApiRequest is the request struct for api GetThesaurusBySynonymForApi

func CreateGetThesaurusBySynonymForApiRequest ¶

func CreateGetThesaurusBySynonymForApiRequest() (request *GetThesaurusBySynonymForApiRequest)

CreateGetThesaurusBySynonymForApiRequest creates a request to invoke GetThesaurusBySynonymForApi API

type GetThesaurusBySynonymForApiResponse ¶

type GetThesaurusBySynonymForApiResponse struct {
	*responses.BaseResponse
	Code      string                            `json:"Code" xml:"Code"`
	Message   string                            `json:"Message" xml:"Message"`
	RequestId string                            `json:"RequestId" xml:"RequestId"`
	Success   bool                              `json:"Success" xml:"Success"`
	Data      DataInGetThesaurusBySynonymForApi `json:"Data" xml:"Data"`
}

GetThesaurusBySynonymForApiResponse is the response struct for api GetThesaurusBySynonymForApi

func CreateGetThesaurusBySynonymForApiResponse ¶

func CreateGetThesaurusBySynonymForApiResponse() (response *GetThesaurusBySynonymForApiResponse)

CreateGetThesaurusBySynonymForApiResponse creates a response to parse from GetThesaurusBySynonymForApi response

type GetWarningStrategyConfigRequest ¶ added in v1.62.655

type GetWarningStrategyConfigRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

GetWarningStrategyConfigRequest is the request struct for api GetWarningStrategyConfig

func CreateGetWarningStrategyConfigRequest ¶ added in v1.62.655

func CreateGetWarningStrategyConfigRequest() (request *GetWarningStrategyConfigRequest)

CreateGetWarningStrategyConfigRequest creates a request to invoke GetWarningStrategyConfig API

type GetWarningStrategyConfigResponse ¶ added in v1.62.655

type GetWarningStrategyConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Message   string `json:"Message" xml:"Message"`
	Code      string `json:"Code" xml:"Code"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      Data   `json:"Data" xml:"Data"`
}

GetWarningStrategyConfigResponse is the response struct for api GetWarningStrategyConfig

func CreateGetWarningStrategyConfigResponse ¶ added in v1.62.655

func CreateGetWarningStrategyConfigResponse() (response *GetWarningStrategyConfigResponse)

CreateGetWarningStrategyConfigResponse creates a response to parse from GetWarningStrategyConfig response

type HandScoreIdList ¶

type HandScoreIdList struct {
	HandScoreIdList []string `json:"HandScoreIdList" xml:"HandScoreIdList"`
}

HandScoreIdList is a nested struct in qualitycheck response

type HandScoreInfoList ¶ added in v1.61.737

type HandScoreInfoList struct {
	ScorePo []ScorePo `json:"ScorePo" xml:"ScorePo"`
}

HandScoreInfoList is a nested struct in qualitycheck response

type HandleComplaintRequest ¶

type HandleComplaintRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

HandleComplaintRequest is the request struct for api HandleComplaint

func CreateHandleComplaintRequest ¶

func CreateHandleComplaintRequest() (request *HandleComplaintRequest)

CreateHandleComplaintRequest creates a request to invoke HandleComplaint API

type HandleComplaintResponse ¶

type HandleComplaintResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

HandleComplaintResponse is the response struct for api HandleComplaint

func CreateHandleComplaintResponse ¶

func CreateHandleComplaintResponse() (response *HandleComplaintResponse)

CreateHandleComplaintResponse creates a response to parse from HandleComplaint response

type Hit ¶

type Hit struct {
	Cid      []string            `json:"Cid" xml:"Cid"`
	Phrase   Phrase              `json:"Phrase" xml:"Phrase"`
	KeyWords KeyWordsInGetResult `json:"KeyWords" xml:"KeyWords"`
}

Hit is a nested struct in qualitycheck response

type HitCids ¶

type HitCids struct {
	CidItem []string `json:"CidItem" xml:"CidItem"`
}

HitCids is a nested struct in qualitycheck response

type HitInGetResult ¶ added in v1.61.737

type HitInGetResult struct {
	Cid      CidInGetResult      `json:"Cid" xml:"Cid"`
	Phrase   Phrase              `json:"Phrase" xml:"Phrase"`
	KeyWords KeyWordsInGetResult `json:"KeyWords" xml:"KeyWords"`
}

HitInGetResult is a nested struct in qualitycheck response

type HitInSyncQualityCheck ¶ added in v1.61.737

type HitInSyncQualityCheck struct {
	ConditionHitInfo []ConditionHitInfoInSyncQualityCheck `json:"ConditionHitInfo" xml:"ConditionHitInfo"`
}

HitInSyncQualityCheck is a nested struct in qualitycheck response

type HitInUploadDataSync ¶

type HitInUploadDataSync struct {
	ConditionHitInfo []ConditionHitInfo `json:"ConditionHitInfo" xml:"ConditionHitInfo"`
}

HitInUploadDataSync is a nested struct in qualitycheck response

type HitKeyWord ¶

type HitKeyWord struct {
	To   int    `json:"To" xml:"To"`
	Val  string `json:"Val" xml:"Val"`
	Pid  int    `json:"Pid" xml:"Pid"`
	Cid  int    `json:"Cid" xml:"Cid"`
	From int    `json:"From" xml:"From"`
	Tid  string `json:"Tid" xml:"Tid"`
}

HitKeyWord is a nested struct in qualitycheck response

type HitKeyWordsInSyncQualityCheck ¶ added in v1.61.737

type HitKeyWordsInSyncQualityCheck struct {
	HitKeyWord []HitKeyWord `json:"HitKeyWord" xml:"HitKeyWord"`
}

HitKeyWordsInSyncQualityCheck is a nested struct in qualitycheck response

type HitKeyWordsInUploadDataSync ¶ added in v1.61.737

type HitKeyWordsInUploadDataSync struct {
	HitKeyWord []HitKeyWord `json:"HitKeyWord" xml:"HitKeyWord"`
}

HitKeyWordsInUploadDataSync is a nested struct in qualitycheck response

type HitResultInGetResult ¶ added in v1.61.737

type HitResultInGetResult struct {
	HitResultItem []HitResultItemInGetResult `json:"HitResult" xml:"HitResult"`
}

HitResultInGetResult is a nested struct in qualitycheck response

type HitResultInGetSyncResult ¶ added in v1.61.737

type HitResultInGetSyncResult struct {
	HitResultItem []HitResultItem `json:"HitResult" xml:"HitResult"`
}

HitResultInGetSyncResult is a nested struct in qualitycheck response

type HitResultItem ¶

type HitResultItem struct {
	Name          string                `json:"Name" xml:"Name"`
	Rid           string                `json:"Rid" xml:"Rid"`
	SchemeId      int64                 `json:"SchemeId" xml:"SchemeId"`
	ReviewResult  int                   `json:"ReviewResult" xml:"ReviewResult"`
	Type          string                `json:"Type" xml:"Type"`
	SchemeVersion int64                 `json:"SchemeVersion" xml:"SchemeVersion"`
	Conditions    ConditionsInGetResult `json:"Conditions" xml:"Conditions"`
	Hits          HitsInGetResult       `json:"Hits" xml:"Hits"`
}

HitResultItem is a nested struct in qualitycheck response

type HitResultItemInGetResult ¶ added in v1.61.737

type HitResultItemInGetResult struct {
	Type          string                `json:"Type" xml:"Type"`
	ReviewResult  int                   `json:"ReviewResult" xml:"ReviewResult"`
	Name          string                `json:"Name" xml:"Name"`
	Rid           string                `json:"Rid" xml:"Rid"`
	SchemeId      int64                 `json:"SchemeId" xml:"SchemeId"`
	SchemeVersion int64                 `json:"SchemeVersion" xml:"SchemeVersion"`
	Hits          HitsInGetResult       `json:"Hits" xml:"Hits"`
	Conditions    ConditionsInGetResult `json:"Conditions" xml:"Conditions"`
}

HitResultItemInGetResult is a nested struct in qualitycheck response

type HitRuleReviewInfo ¶

type HitRuleReviewInfo struct {
	RuleScoreType        int                                  `json:"RuleScoreType" xml:"RuleScoreType"`
	RuleType             int                                  `json:"RuleType" xml:"RuleType"`
	ScoreSubName         string                               `json:"ScoreSubName" xml:"ScoreSubName"`
	ScoreNum             int                                  `json:"ScoreNum" xml:"ScoreNum"`
	AutoReview           int                                  `json:"AutoReview" xml:"AutoReview"`
	ScoreSubId           int64                                `json:"ScoreSubId" xml:"ScoreSubId"`
	Complainable         bool                                 `json:"Complainable" xml:"Complainable"`
	TotalNumber          int                                  `json:"TotalNumber" xml:"TotalNumber"`
	ScoreId              int64                                `json:"ScoreId" xml:"ScoreId"`
	RuleName             string                               `json:"RuleName" xml:"RuleName"`
	Rid                  int64                                `json:"Rid" xml:"Rid"`
	ReviewInfo           ReviewInfo                           `json:"ReviewInfo" xml:"ReviewInfo"`
	ConditionHitInfoList ConditionHitInfoList                 `json:"ConditionHitInfoList" xml:"ConditionHitInfoList"`
	ComplainHistories    ComplainHistoriesInGetResultToReview `json:"ComplainHistories" xml:"ComplainHistories"`
}

HitRuleReviewInfo is a nested struct in qualitycheck response

type HitRuleReviewInfoList ¶ added in v1.61.737

type HitRuleReviewInfoList struct {
	HitRuleReviewInfo []HitRuleReviewInfo `json:"HitRuleReviewInfo" xml:"HitRuleReviewInfo"`
}

HitRuleReviewInfoList is a nested struct in qualitycheck response

type HitScore ¶ added in v1.61.737

type HitScore struct {
	HitScoreItem []HitScoreItem `json:"HitScore" xml:"HitScore"`
}

HitScore is a nested struct in qualitycheck response

type HitScoreItem ¶ added in v1.61.737

type HitScoreItem struct {
	ScoreName   string `json:"ScoreName" xml:"ScoreName"`
	ScoreNumber string `json:"ScoreNumber" xml:"ScoreNumber"`
	ScoreId     string `json:"ScoreId" xml:"ScoreId"`
	RuleId      string `json:"RuleId" xml:"RuleId"`
}

HitScoreItem is a nested struct in qualitycheck response

type HitsInGetResult ¶ added in v1.61.737

type HitsInGetResult struct {
	Hit []HitInGetResult `json:"Hit" xml:"Hit"`
}

HitsInGetResult is a nested struct in qualitycheck response

type HitsInGetSyncResult ¶ added in v1.61.737

type HitsInGetSyncResult struct {
	Hit []Hit `json:"Hit" xml:"Hit"`
}

HitsInGetSyncResult is a nested struct in qualitycheck response

type HotWordsTaskPo ¶

type HotWordsTaskPo struct {
	EndTime           string        `json:"EndTime" xml:"EndTime"`
	Type              int           `json:"Type" xml:"Type"`
	Status            int           `json:"Status" xml:"Status"`
	TimeInterval      int           `json:"TimeInterval" xml:"TimeInterval"`
	StartTime         string        `json:"StartTime" xml:"StartTime"`
	TaskConfigId      int64         `json:"TaskConfigId" xml:"TaskConfigId"`
	Message           string        `json:"Message" xml:"Message"`
	InstanceStatus    int           `json:"InstanceStatus" xml:"InstanceStatus"`
	LastExecutionTime string        `json:"LastExecutionTime" xml:"LastExecutionTime"`
	Name              string        `json:"Name" xml:"Name"`
	TimeUnit          int           `json:"TimeUnit" xml:"TimeUnit"`
	DialogueParam     DialogueParam `json:"DialogueParam" xml:"DialogueParam"`
	WordsParam        WordsParam    `json:"WordsParam" xml:"WordsParam"`
}

HotWordsTaskPo is a nested struct in qualitycheck response

type InsertScoreForApiRequest ¶

type InsertScoreForApiRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

InsertScoreForApiRequest is the request struct for api InsertScoreForApi

func CreateInsertScoreForApiRequest ¶

func CreateInsertScoreForApiRequest() (request *InsertScoreForApiRequest)

CreateInsertScoreForApiRequest creates a request to invoke InsertScoreForApi API

type InsertScoreForApiResponse ¶

type InsertScoreForApiResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      Data   `json:"Data" xml:"Data"`
}

InsertScoreForApiResponse is the response struct for api InsertScoreForApi

func CreateInsertScoreForApiResponse ¶

func CreateInsertScoreForApiResponse() (response *InsertScoreForApiResponse)

CreateInsertScoreForApiResponse creates a response to parse from InsertScoreForApi response

type InsertSubScoreForApiRequest ¶

type InsertSubScoreForApiRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

InsertSubScoreForApiRequest is the request struct for api InsertSubScoreForApi

func CreateInsertSubScoreForApiRequest ¶

func CreateInsertSubScoreForApiRequest() (request *InsertSubScoreForApiRequest)

CreateInsertSubScoreForApiRequest creates a request to invoke InsertSubScoreForApi API

type InsertSubScoreForApiResponse ¶

type InsertSubScoreForApiResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      Data   `json:"Data" xml:"Data"`
}

InsertSubScoreForApiResponse is the response struct for api InsertSubScoreForApi

func CreateInsertSubScoreForApiResponse ¶

func CreateInsertSubScoreForApiResponse() (response *InsertSubScoreForApiResponse)

CreateInsertSubScoreForApiResponse creates a response to parse from InsertSubScoreForApi response

type Intent ¶ added in v1.62.655

type Intent struct {
	Id   int64  `json:"Id" xml:"Id"`
	Name string `json:"Name" xml:"Name"`
}

Intent is a nested struct in qualitycheck response

type IntentModelCheckParm ¶ added in v1.62.655

type IntentModelCheckParm struct {
	ModelScene string  `json:"ModelScene" xml:"ModelScene"`
	Intents    Intents `json:"Intents" xml:"Intents"`
}

IntentModelCheckParm is a nested struct in qualitycheck response

type Intents ¶ added in v1.62.655

type Intents struct {
	Intent []Intent `json:"Intent" xml:"Intent"`
}

Intents is a nested struct in qualitycheck response

type InvalidRuleRequest ¶

type InvalidRuleRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

InvalidRuleRequest is the request struct for api InvalidRule

func CreateInvalidRuleRequest ¶

func CreateInvalidRuleRequest() (request *InvalidRuleRequest)

CreateInvalidRuleRequest creates a request to invoke InvalidRule API

type InvalidRuleResponse ¶

type InvalidRuleResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	Data      bool   `json:"Data" xml:"Data"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

InvalidRuleResponse is the response struct for api InvalidRule

func CreateInvalidRuleResponse ¶

func CreateInvalidRuleResponse() (response *InvalidRuleResponse)

CreateInvalidRuleResponse creates a response to parse from InvalidRule response

type KeyWord ¶

type KeyWord struct {
	Cid           string `json:"Cid" xml:"Cid"`
	To            int    `json:"To" xml:"To"`
	Val           string `json:"Val" xml:"Val"`
	Pid           int    `json:"Pid" xml:"Pid"`
	CustomizeCode string `json:"CustomizeCode" xml:"CustomizeCode"`
	From          int    `json:"From" xml:"From"`
	Tid           string `json:"Tid" xml:"Tid"`
}

KeyWord is a nested struct in qualitycheck response

type KeyWordsInGetResult ¶

type KeyWordsInGetResult struct {
	KeyWord []KeyWord `json:"KeyWord" xml:"KeyWord"`
}

KeyWordsInGetResult is a nested struct in qualitycheck response

type KeyWordsInGetResultToReview ¶

type KeyWordsInGetResultToReview struct {
	KeyWord []KeyWord `json:"KeyWord" xml:"KeyWord"`
}

KeyWordsInGetResultToReview is a nested struct in qualitycheck response

type KeyWordsInGetSyncResult ¶ added in v1.61.737

type KeyWordsInGetSyncResult struct {
	KeyWord []KeyWord `json:"KeyWord" xml:"KeyWord"`
}

KeyWordsInGetSyncResult is a nested struct in qualitycheck response

type Keywords ¶ added in v1.61.1351

type Keywords struct {
	Keyword []string `json:"Keyword" xml:"Keyword"`
}

Keywords is a nested struct in qualitycheck response

type LineInGetNextResultToVerify ¶

type LineInGetNextResultToVerify struct {
	Line []string `json:"Line" xml:"Line"`
}

LineInGetNextResultToVerify is a nested struct in qualitycheck response

type LineInVerifySentence ¶

type LineInVerifySentence struct {
	Line []string `json:"Line" xml:"Line"`
}

LineInVerifySentence is a nested struct in qualitycheck response

type ListAsrVocabRequest ¶

type ListAsrVocabRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

ListAsrVocabRequest is the request struct for api ListAsrVocab

func CreateListAsrVocabRequest ¶

func CreateListAsrVocabRequest() (request *ListAsrVocabRequest)

CreateListAsrVocabRequest creates a request to invoke ListAsrVocab API

type ListAsrVocabResponse ¶

type ListAsrVocabResponse struct {
	*responses.BaseResponse
	Code      string             `json:"Code" xml:"Code"`
	Message   string             `json:"Message" xml:"Message"`
	RequestId string             `json:"RequestId" xml:"RequestId"`
	Success   bool               `json:"Success" xml:"Success"`
	Data      DataInListAsrVocab `json:"Data" xml:"Data"`
}

ListAsrVocabResponse is the response struct for api ListAsrVocab

func CreateListAsrVocabResponse ¶

func CreateListAsrVocabResponse() (response *ListAsrVocabResponse)

CreateListAsrVocabResponse creates a response to parse from ListAsrVocab response

type ListBusinessSpacesRequest ¶ added in v1.61.1618

type ListBusinessSpacesRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
}

ListBusinessSpacesRequest is the request struct for api ListBusinessSpaces

func CreateListBusinessSpacesRequest ¶ added in v1.61.1618

func CreateListBusinessSpacesRequest() (request *ListBusinessSpacesRequest)

CreateListBusinessSpacesRequest creates a request to invoke ListBusinessSpaces API

type ListBusinessSpacesResponse ¶ added in v1.61.1618

type ListBusinessSpacesResponse struct {
	*responses.BaseResponse
	CurrentPage int        `json:"CurrentPage" xml:"CurrentPage"`
	PageSize    int        `json:"PageSize" xml:"PageSize"`
	PageNumber  int        `json:"PageNumber" xml:"PageNumber"`
	RequestId   string     `json:"RequestId" xml:"RequestId"`
	Success     bool       `json:"Success" xml:"Success"`
	Code        string     `json:"Code" xml:"Code"`
	Message     string     `json:"Message" xml:"Message"`
	Data        []DataItem `json:"Data" xml:"Data"`
}

ListBusinessSpacesResponse is the response struct for api ListBusinessSpaces

func CreateListBusinessSpacesResponse ¶ added in v1.61.1618

func CreateListBusinessSpacesResponse() (response *ListBusinessSpacesResponse)

CreateListBusinessSpacesResponse creates a response to parse from ListBusinessSpaces response

type ListDataSetRequest ¶ added in v1.62.655

type ListDataSetRequest struct {
	*requests.RpcRequest
	JsonStr       string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

ListDataSetRequest is the request struct for api ListDataSet

func CreateListDataSetRequest ¶ added in v1.62.655

func CreateListDataSetRequest() (request *ListDataSetRequest)

CreateListDataSetRequest creates a request to invoke ListDataSet API

type ListDataSetResponse ¶ added in v1.62.655

type ListDataSetResponse struct {
	*responses.BaseResponse
	Count          int                   `json:"Count" xml:"Count"`
	CurrentPage    int                   `json:"CurrentPage" xml:"CurrentPage"`
	PageSize       int                   `json:"PageSize" xml:"PageSize"`
	PageNumber     int                   `json:"PageNumber" xml:"PageNumber"`
	RequestId      string                `json:"RequestId" xml:"RequestId"`
	Success        bool                  `json:"Success" xml:"Success"`
	Code           string                `json:"Code" xml:"Code"`
	Message        string                `json:"Message" xml:"Message"`
	HttpStatusCode int                   `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Messages       MessagesInListDataSet `json:"Messages" xml:"Messages"`
	Data           DataInListDataSet     `json:"Data" xml:"Data"`
}

ListDataSetResponse is the response struct for api ListDataSet

func CreateListDataSetResponse ¶ added in v1.62.655

func CreateListDataSetResponse() (response *ListDataSetResponse)

CreateListDataSetResponse creates a response to parse from ListDataSet response

type ListHotWordsTasksRequest ¶

type ListHotWordsTasksRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

ListHotWordsTasksRequest is the request struct for api ListHotWordsTasks

func CreateListHotWordsTasksRequest ¶

func CreateListHotWordsTasksRequest() (request *ListHotWordsTasksRequest)

CreateListHotWordsTasksRequest creates a request to invoke ListHotWordsTasks API

type ListHotWordsTasksResponse ¶

type ListHotWordsTasksResponse struct {
	*responses.BaseResponse
	RequestId  string                  `json:"RequestId" xml:"RequestId"`
	Success    bool                    `json:"Success" xml:"Success"`
	Code       string                  `json:"Code" xml:"Code"`
	Message    string                  `json:"Message" xml:"Message"`
	PageNumber int                     `json:"PageNumber" xml:"PageNumber"`
	PageSize   int                     `json:"PageSize" xml:"PageSize"`
	Count      int                     `json:"Count" xml:"Count"`
	Data       DataInListHotWordsTasks `json:"Data" xml:"Data"`
}

ListHotWordsTasksResponse is the response struct for api ListHotWordsTasks

func CreateListHotWordsTasksResponse ¶

func CreateListHotWordsTasksResponse() (response *ListHotWordsTasksResponse)

CreateListHotWordsTasksResponse creates a response to parse from ListHotWordsTasks response

type ListObject ¶ added in v1.62.655

type ListObject struct {
	ListObject []string `json:"ListObject" xml:"ListObject"`
}

ListObject is a nested struct in qualitycheck response

type ListPrecisionTaskRequest ¶

type ListPrecisionTaskRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

ListPrecisionTaskRequest is the request struct for api ListPrecisionTask

func CreateListPrecisionTaskRequest ¶

func CreateListPrecisionTaskRequest() (request *ListPrecisionTaskRequest)

CreateListPrecisionTaskRequest creates a request to invoke ListPrecisionTask API

type ListPrecisionTaskResponse ¶

type ListPrecisionTaskResponse struct {
	*responses.BaseResponse
	RequestId  string                  `json:"RequestId" xml:"RequestId"`
	Success    bool                    `json:"Success" xml:"Success"`
	Code       string                  `json:"Code" xml:"Code"`
	Message    string                  `json:"Message" xml:"Message"`
	PageNumber int                     `json:"PageNumber" xml:"PageNumber"`
	PageSize   int                     `json:"PageSize" xml:"PageSize"`
	Count      int                     `json:"Count" xml:"Count"`
	Data       DataInListPrecisionTask `json:"Data" xml:"Data"`
}

ListPrecisionTaskResponse is the response struct for api ListPrecisionTask

func CreateListPrecisionTaskResponse ¶

func CreateListPrecisionTaskResponse() (response *ListPrecisionTaskResponse)

CreateListPrecisionTaskResponse creates a response to parse from ListPrecisionTask response

type ListQualityCheckSchemeRequest ¶ added in v1.61.1595

type ListQualityCheckSchemeRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

ListQualityCheckSchemeRequest is the request struct for api ListQualityCheckScheme

func CreateListQualityCheckSchemeRequest ¶ added in v1.61.1595

func CreateListQualityCheckSchemeRequest() (request *ListQualityCheckSchemeRequest)

CreateListQualityCheckSchemeRequest creates a request to invoke ListQualityCheckScheme API

type ListQualityCheckSchemeResponse ¶ added in v1.61.1595

type ListQualityCheckSchemeResponse struct {
	*responses.BaseResponse
	RequestId     string                             `json:"RequestId" xml:"RequestId"`
	Success       bool                               `json:"Success" xml:"Success"`
	ResultCountId string                             `json:"ResultCountId" xml:"ResultCountId"`
	Code          string                             `json:"Code" xml:"Code"`
	Message       string                             `json:"Message" xml:"Message"`
	PageNumber    int                                `json:"PageNumber" xml:"PageNumber"`
	PageSize      int                                `json:"PageSize" xml:"PageSize"`
	Count         int                                `json:"Count" xml:"Count"`
	Data          []DataItemInListQualityCheckScheme `json:"Data" xml:"Data"`
}

ListQualityCheckSchemeResponse is the response struct for api ListQualityCheckScheme

func CreateListQualityCheckSchemeResponse ¶ added in v1.61.1595

func CreateListQualityCheckSchemeResponse() (response *ListQualityCheckSchemeResponse)

CreateListQualityCheckSchemeResponse creates a response to parse from ListQualityCheckScheme response

type ListRolesRequest ¶

type ListRolesRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

ListRolesRequest is the request struct for api ListRoles

func CreateListRolesRequest ¶

func CreateListRolesRequest() (request *ListRolesRequest)

CreateListRolesRequest creates a request to invoke ListRoles API

type ListRolesResponse ¶

type ListRolesResponse struct {
	*responses.BaseResponse
	Code      string          `json:"Code" xml:"Code"`
	Message   string          `json:"Message" xml:"Message"`
	RequestId string          `json:"RequestId" xml:"RequestId"`
	Success   bool            `json:"Success" xml:"Success"`
	Data      DataInListRoles `json:"Data" xml:"Data"`
}

ListRolesResponse is the response struct for api ListRoles

func CreateListRolesResponse ¶

func CreateListRolesResponse() (response *ListRolesResponse)

CreateListRolesResponse creates a response to parse from ListRoles response

type ListRulesRequest ¶ added in v1.61.737

type ListRulesRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

ListRulesRequest is the request struct for api ListRules

func CreateListRulesRequest ¶ added in v1.61.737

func CreateListRulesRequest() (request *ListRulesRequest)

CreateListRulesRequest creates a request to invoke ListRules API

type ListRulesResponse ¶ added in v1.61.737

type ListRulesResponse struct {
	*responses.BaseResponse
	RequestId  string `json:"RequestId" xml:"RequestId"`
	Success    bool   `json:"Success" xml:"Success"`
	Code       string `json:"Code" xml:"Code"`
	Message    string `json:"Message" xml:"Message"`
	PageNumber int    `json:"PageNumber" xml:"PageNumber"`
	PageSize   int    `json:"PageSize" xml:"PageSize"`
	Count      int    `json:"Count" xml:"Count"`
	Data       []Rule `json:"Data" xml:"Data"`
}

ListRulesResponse is the response struct for api ListRules

func CreateListRulesResponse ¶ added in v1.61.737

func CreateListRulesResponse() (response *ListRulesResponse)

CreateListRulesResponse creates a response to parse from ListRules response

type ListRulesV4Request ¶ added in v1.62.655

type ListRulesV4Request struct {
	*requests.RpcRequest
	CreateEmpid         string           `position:"Body" name:"CreateEmpid"`
	UpdateUserId        requests.Integer `position:"Body" name:"UpdateUserId"`
	UpdateStartTime     string           `position:"Body" name:"UpdateStartTime"`
	StartTime           string           `position:"Body" name:"StartTime"`
	Rid                 requests.Integer `position:"Body" name:"Rid"`
	Type                requests.Integer `position:"Body" name:"Type"`
	PageNumber          requests.Integer `position:"Body" name:"PageNumber"`
	RuleIdOrRuleName    string           `position:"Body" name:"RuleIdOrRuleName"`
	PageSize            requests.Integer `position:"Body" name:"PageSize"`
	CreateUserId        requests.Integer `position:"Body" name:"CreateUserId"`
	RuleScoreSingleType requests.Integer `position:"Body" name:"RuleScoreSingleType"`
	SourceType          requests.Integer `position:"Body" name:"SourceType"`
	UpdateEndTime       string           `position:"Body" name:"UpdateEndTime"`
	IsSchemeData        requests.Integer `position:"Body" name:"IsSchemeData"`
	RuleType            requests.Integer `position:"Body" name:"RuleType"`
	CountTotal          requests.Boolean `position:"Body" name:"CountTotal"`
	EndTime             string           `position:"Body" name:"EndTime"`
	SchemeId            requests.Integer `position:"Body" name:"SchemeId"`
	CurrentPage         requests.Integer `position:"Body" name:"CurrentPage"`
	BusinessRange       requests.Integer `position:"Body" name:"BusinessRange"`
	BusinessName        string           `position:"Body" name:"BusinessName"`
	CategoryName        string           `position:"Body" name:"CategoryName"`
	LastUpdateEmpid     string           `position:"Body" name:"LastUpdateEmpid"`
	BaseMeAgentId       requests.Integer `position:"Query" name:"BaseMeAgentId"`
	TypeName            string           `position:"Body" name:"TypeName"`
	RequireInfos        *[]string        `position:"Body" name:"RequireInfos"  type:"Repeated"`
	Status              requests.Integer `position:"Body" name:"Status"`
}

ListRulesV4Request is the request struct for api ListRulesV4

func CreateListRulesV4Request ¶ added in v1.62.655

func CreateListRulesV4Request() (request *ListRulesV4Request)

CreateListRulesV4Request creates a request to invoke ListRulesV4 API

type ListRulesV4Response ¶ added in v1.62.655

type ListRulesV4Response struct {
	*responses.BaseResponse
	TotalCount     int                     `json:"TotalCount" xml:"TotalCount"`
	BusinessType   int                     `json:"BusinessType" xml:"BusinessType"`
	Count          int                     `json:"Count" xml:"Count"`
	CurrentPage    int                     `json:"CurrentPage" xml:"CurrentPage"`
	PageSize       int                     `json:"PageSize" xml:"PageSize"`
	PageNumber     int                     `json:"PageNumber" xml:"PageNumber"`
	RequestId      string                  `json:"RequestId" xml:"RequestId"`
	Success        bool                    `json:"Success" xml:"Success"`
	Code           string                  `json:"Code" xml:"Code"`
	Message        string                  `json:"Message" xml:"Message"`
	HttpStatusCode int                     `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Messages       []string                `json:"Messages" xml:"Messages"`
	Data           []DataItemInListRulesV4 `json:"Data" xml:"Data"`
}

ListRulesV4Response is the response struct for api ListRulesV4

func CreateListRulesV4Response ¶ added in v1.62.655

func CreateListRulesV4Response() (response *ListRulesV4Response)

CreateListRulesV4Response creates a response to parse from ListRulesV4 response

type ListSchemeTaskConfigRequest ¶ added in v1.62.655

type ListSchemeTaskConfigRequest struct {
	*requests.RpcRequest
	JsonStr       string           `position:"Query" name:"jsonStr"`
	BaseMeAgentId requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

ListSchemeTaskConfigRequest is the request struct for api ListSchemeTaskConfig

func CreateListSchemeTaskConfigRequest ¶ added in v1.62.655

func CreateListSchemeTaskConfigRequest() (request *ListSchemeTaskConfigRequest)

CreateListSchemeTaskConfigRequest creates a request to invoke ListSchemeTaskConfig API

type ListSchemeTaskConfigResponse ¶ added in v1.62.655

type ListSchemeTaskConfigResponse struct {
	*responses.BaseResponse
	Count          int                            `json:"Count" xml:"Count"`
	CurrentPage    int                            `json:"CurrentPage" xml:"CurrentPage"`
	PageSize       int                            `json:"PageSize" xml:"PageSize"`
	PageNumber     int                            `json:"PageNumber" xml:"PageNumber"`
	ResultCountId  string                         `json:"ResultCountId" xml:"ResultCountId"`
	LastDataId     string                         `json:"LastDataId" xml:"LastDataId"`
	RequestId      string                         `json:"RequestId" xml:"RequestId"`
	Success        bool                           `json:"Success" xml:"Success"`
	Code           string                         `json:"Code" xml:"Code"`
	Message        string                         `json:"Message" xml:"Message"`
	HttpStatusCode int                            `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Messages       MessagesInListSchemeTaskConfig `json:"Messages" xml:"Messages"`
	Data           DataInListSchemeTaskConfig     `json:"Data" xml:"Data"`
}

ListSchemeTaskConfigResponse is the response struct for api ListSchemeTaskConfig

func CreateListSchemeTaskConfigResponse ¶ added in v1.62.655

func CreateListSchemeTaskConfigResponse() (response *ListSchemeTaskConfigResponse)

CreateListSchemeTaskConfigResponse creates a response to parse from ListSchemeTaskConfig response

type ListSessionGroupRequest ¶ added in v1.62.655

type ListSessionGroupRequest struct {
	*requests.RpcRequest
	JsonStr       string           `position:"Query" name:"jsonStr"`
	BaseMeAgentId requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

ListSessionGroupRequest is the request struct for api ListSessionGroup

func CreateListSessionGroupRequest ¶ added in v1.62.655

func CreateListSessionGroupRequest() (request *ListSessionGroupRequest)

CreateListSessionGroupRequest creates a request to invoke ListSessionGroup API

type ListSessionGroupResponse ¶ added in v1.62.655

type ListSessionGroupResponse struct {
	*responses.BaseResponse
	Count          int                        `json:"Count" xml:"Count"`
	CurrentPage    int                        `json:"CurrentPage" xml:"CurrentPage"`
	PageSize       int                        `json:"PageSize" xml:"PageSize"`
	PageNumber     int                        `json:"PageNumber" xml:"PageNumber"`
	ResultCountId  string                     `json:"ResultCountId" xml:"ResultCountId"`
	LastDataId     string                     `json:"LastDataId" xml:"LastDataId"`
	RequestId      string                     `json:"RequestId" xml:"RequestId"`
	Success        bool                       `json:"Success" xml:"Success"`
	Code           string                     `json:"Code" xml:"Code"`
	Message        string                     `json:"Message" xml:"Message"`
	HttpStatusCode int                        `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Messages       MessagesInListSessionGroup `json:"Messages" xml:"Messages"`
	Data           DataInListSessionGroup     `json:"Data" xml:"Data"`
}

ListSessionGroupResponse is the response struct for api ListSessionGroup

func CreateListSessionGroupResponse ¶ added in v1.62.655

func CreateListSessionGroupResponse() (response *ListSessionGroupResponse)

CreateListSessionGroupResponse creates a response to parse from ListSessionGroup response

type ListSkillGroupConfigRequest ¶

type ListSkillGroupConfigRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

ListSkillGroupConfigRequest is the request struct for api ListSkillGroupConfig

func CreateListSkillGroupConfigRequest ¶

func CreateListSkillGroupConfigRequest() (request *ListSkillGroupConfigRequest)

CreateListSkillGroupConfigRequest creates a request to invoke ListSkillGroupConfig API

type ListSkillGroupConfigResponse ¶

type ListSkillGroupConfigResponse struct {
	*responses.BaseResponse
	Code      string                     `json:"Code" xml:"Code"`
	Message   string                     `json:"Message" xml:"Message"`
	RequestId string                     `json:"RequestId" xml:"RequestId"`
	Success   bool                       `json:"Success" xml:"Success"`
	Data      DataInListSkillGroupConfig `json:"Data" xml:"Data"`
}

ListSkillGroupConfigResponse is the response struct for api ListSkillGroupConfig

func CreateListSkillGroupConfigResponse ¶

func CreateListSkillGroupConfigResponse() (response *ListSkillGroupConfigResponse)

CreateListSkillGroupConfigResponse creates a response to parse from ListSkillGroupConfig response

type ListTaskAssignRulesRequest ¶

type ListTaskAssignRulesRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

ListTaskAssignRulesRequest is the request struct for api ListTaskAssignRules

func CreateListTaskAssignRulesRequest ¶

func CreateListTaskAssignRulesRequest() (request *ListTaskAssignRulesRequest)

CreateListTaskAssignRulesRequest creates a request to invoke ListTaskAssignRules API

type ListTaskAssignRulesResponse ¶

type ListTaskAssignRulesResponse struct {
	*responses.BaseResponse
	RequestId  string                    `json:"RequestId" xml:"RequestId"`
	Success    bool                      `json:"Success" xml:"Success"`
	Code       string                    `json:"Code" xml:"Code"`
	Message    string                    `json:"Message" xml:"Message"`
	PageNumber int                       `json:"PageNumber" xml:"PageNumber"`
	PageSize   int                       `json:"PageSize" xml:"PageSize"`
	Count      int                       `json:"Count" xml:"Count"`
	Data       DataInListTaskAssignRules `json:"Data" xml:"Data"`
}

ListTaskAssignRulesResponse is the response struct for api ListTaskAssignRules

func CreateListTaskAssignRulesResponse ¶

func CreateListTaskAssignRulesResponse() (response *ListTaskAssignRulesResponse)

CreateListTaskAssignRulesResponse creates a response to parse from ListTaskAssignRules response

type ListUsersRequest ¶

type ListUsersRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

ListUsersRequest is the request struct for api ListUsers

func CreateListUsersRequest ¶

func CreateListUsersRequest() (request *ListUsersRequest)

CreateListUsersRequest creates a request to invoke ListUsers API

type ListUsersResponse ¶

type ListUsersResponse struct {
	*responses.BaseResponse
	RequestId  string          `json:"RequestId" xml:"RequestId"`
	Success    bool            `json:"Success" xml:"Success"`
	Code       string          `json:"Code" xml:"Code"`
	Message    string          `json:"Message" xml:"Message"`
	PageNumber int             `json:"PageNumber" xml:"PageNumber"`
	PageSize   int             `json:"PageSize" xml:"PageSize"`
	Count      int             `json:"Count" xml:"Count"`
	Data       DataInListUsers `json:"Data" xml:"Data"`
}

ListUsersResponse is the response struct for api ListUsers

func CreateListUsersResponse ¶

func CreateListUsersResponse() (response *ListUsersResponse)

CreateListUsersResponse creates a response to parse from ListUsers response

type ListWarningConfigRequest ¶

type ListWarningConfigRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

ListWarningConfigRequest is the request struct for api ListWarningConfig

func CreateListWarningConfigRequest ¶

func CreateListWarningConfigRequest() (request *ListWarningConfigRequest)

CreateListWarningConfigRequest creates a request to invoke ListWarningConfig API

type ListWarningConfigResponse ¶

type ListWarningConfigResponse struct {
	*responses.BaseResponse
	Code      string                  `json:"Code" xml:"Code"`
	Message   string                  `json:"Message" xml:"Message"`
	RequestId string                  `json:"RequestId" xml:"RequestId"`
	Success   bool                    `json:"Success" xml:"Success"`
	Data      DataInListWarningConfig `json:"Data" xml:"Data"`
}

ListWarningConfigResponse is the response struct for api ListWarningConfig

func CreateListWarningConfigResponse ¶

func CreateListWarningConfigResponse() (response *ListWarningConfigResponse)

CreateListWarningConfigResponse creates a response to parse from ListWarningConfig response

type ListWarningStrategyConfigRequest ¶ added in v1.62.655

type ListWarningStrategyConfigRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

ListWarningStrategyConfigRequest is the request struct for api ListWarningStrategyConfig

func CreateListWarningStrategyConfigRequest ¶ added in v1.62.655

func CreateListWarningStrategyConfigRequest() (request *ListWarningStrategyConfigRequest)

CreateListWarningStrategyConfigRequest creates a request to invoke ListWarningStrategyConfig API

type ListWarningStrategyConfigResponse ¶ added in v1.62.655

type ListWarningStrategyConfigResponse struct {
	*responses.BaseResponse
	Message   string                          `json:"Message" xml:"Message"`
	RequestId string                          `json:"RequestId" xml:"RequestId"`
	Code      string                          `json:"Code" xml:"Code"`
	Success   bool                            `json:"Success" xml:"Success"`
	Count     int                             `json:"Count" xml:"Count"`
	Data      DataInListWarningStrategyConfig `json:"Data" xml:"Data"`
}

ListWarningStrategyConfigResponse is the response struct for api ListWarningStrategyConfig

func CreateListWarningStrategyConfigResponse ¶ added in v1.62.655

func CreateListWarningStrategyConfigResponse() (response *ListWarningStrategyConfigResponse)

CreateListWarningStrategyConfigResponse creates a response to parse from ListWarningStrategyConfig response

type ManualScoreInfo ¶ added in v1.61.769

type ManualScoreInfo struct {
	ScoreSubName      string                               `json:"ScoreSubName" xml:"ScoreSubName"`
	Complainable      bool                                 `json:"Complainable" xml:"Complainable"`
	ScoreNum          int                                  `json:"ScoreNum" xml:"ScoreNum"`
	ScoreSubId        int64                                `json:"ScoreSubId" xml:"ScoreSubId"`
	ScoreId           int64                                `json:"ScoreId" xml:"ScoreId"`
	ComplainHistories ComplainHistoriesInGetResultToReview `json:"ComplainHistories" xml:"ComplainHistories"`
}

ManualScoreInfo is a nested struct in qualitycheck response

type ManualScoreInfoList ¶

type ManualScoreInfoList struct {
	ManualScoreInfo []ManualScoreInfo `json:"ManualScoreInfo" xml:"ManualScoreInfo"`
}

ManualScoreInfoList is a nested struct in qualitycheck response

type MessagesInAddRuleV4 ¶ added in v1.62.655

type MessagesInAddRuleV4 struct {
	Message []string `json:"Message" xml:"Message"`
}

MessagesInAddRuleV4 is a nested struct in qualitycheck response

type MessagesInAssignReviewerBySessionGroup ¶ added in v1.62.655

type MessagesInAssignReviewerBySessionGroup struct {
	Message []string `json:"Message" xml:"Message"`
}

MessagesInAssignReviewerBySessionGroup is a nested struct in qualitycheck response

type MessagesInBatchSubmitReviewInfo ¶ added in v1.62.655

type MessagesInBatchSubmitReviewInfo struct {
	Message []string `json:"Message" xml:"Message"`
}

MessagesInBatchSubmitReviewInfo is a nested struct in qualitycheck response

type MessagesInCreateCheckTypeToScheme ¶ added in v1.62.655

type MessagesInCreateCheckTypeToScheme struct {
	Message []string `json:"Message" xml:"Message"`
}

MessagesInCreateCheckTypeToScheme is a nested struct in qualitycheck response

type MessagesInCreateQualityCheckScheme ¶ added in v1.62.655

type MessagesInCreateQualityCheckScheme struct {
	Message []string `json:"Message" xml:"Message"`
}

MessagesInCreateQualityCheckScheme is a nested struct in qualitycheck response

type MessagesInCreateSchemeTaskConfig ¶ added in v1.62.655

type MessagesInCreateSchemeTaskConfig struct {
	Message []string `json:"Message" xml:"Message"`
}

MessagesInCreateSchemeTaskConfig is a nested struct in qualitycheck response

type MessagesInDeleteQualityCheckScheme ¶ added in v1.62.655

type MessagesInDeleteQualityCheckScheme struct {
	Message []string `json:"Message" xml:"Message"`
}

MessagesInDeleteQualityCheckScheme is a nested struct in qualitycheck response

type MessagesInDeleteRule ¶ added in v1.62.655

type MessagesInDeleteRule struct {
	Message []string `json:"Message" xml:"Message"`
}

MessagesInDeleteRule is a nested struct in qualitycheck response

type MessagesInDeleteRuleV4 ¶ added in v1.62.655

type MessagesInDeleteRuleV4 struct {
	Message []string `json:"Message" xml:"Message"`
}

MessagesInDeleteRuleV4 is a nested struct in qualitycheck response

type MessagesInDeleteSchemeTaskConfig ¶ added in v1.62.655

type MessagesInDeleteSchemeTaskConfig struct {
	Message []string `json:"Message" xml:"Message"`
}

MessagesInDeleteSchemeTaskConfig is a nested struct in qualitycheck response

type MessagesInGetRulesCountList ¶ added in v1.62.655

type MessagesInGetRulesCountList struct {
	Message []string `json:"Message" xml:"Message"`
}

MessagesInGetRulesCountList is a nested struct in qualitycheck response

type MessagesInListDataSet ¶ added in v1.62.655

type MessagesInListDataSet struct {
	Message []string `json:"Message" xml:"Message"`
}

MessagesInListDataSet is a nested struct in qualitycheck response

type MessagesInListRulesV4 ¶ added in v1.62.655

type MessagesInListRulesV4 struct {
	Message []string `json:"Message" xml:"Message"`
}

MessagesInListRulesV4 is a nested struct in qualitycheck response

type MessagesInListSchemeTaskConfig ¶ added in v1.62.655

type MessagesInListSchemeTaskConfig struct {
	Message []string `json:"Message" xml:"Message"`
}

MessagesInListSchemeTaskConfig is a nested struct in qualitycheck response

type MessagesInListSessionGroup ¶ added in v1.62.655

type MessagesInListSessionGroup struct {
	Message []string `json:"Message" xml:"Message"`
}

MessagesInListSessionGroup is a nested struct in qualitycheck response

type MessagesInRevertAssignedSession ¶ added in v1.62.655

type MessagesInRevertAssignedSession struct {
	Message []string `json:"Message" xml:"Message"`
}

MessagesInRevertAssignedSession is a nested struct in qualitycheck response

type MessagesInRevertAssignedSessionGroup ¶ added in v1.62.655

type MessagesInRevertAssignedSessionGroup struct {
	Message []string `json:"Message" xml:"Message"`
}

MessagesInRevertAssignedSessionGroup is a nested struct in qualitycheck response

type MessagesInUpdateCheckTypeToScheme ¶ added in v1.62.655

type MessagesInUpdateCheckTypeToScheme struct {
	Message []string `json:"Message" xml:"Message"`
}

MessagesInUpdateCheckTypeToScheme is a nested struct in qualitycheck response

type MessagesInUpdateQualityCheckScheme ¶ added in v1.62.655

type MessagesInUpdateQualityCheckScheme struct {
	Message []string `json:"Message" xml:"Message"`
}

MessagesInUpdateQualityCheckScheme is a nested struct in qualitycheck response

type MessagesInUpdateRuleById ¶ added in v1.62.655

type MessagesInUpdateRuleById struct {
	Message []string `json:"Message" xml:"Message"`
}

MessagesInUpdateRuleById is a nested struct in qualitycheck response

type MessagesInUpdateRuleToScheme ¶ added in v1.62.655

type MessagesInUpdateRuleToScheme struct {
	Message []string `json:"Message" xml:"Message"`
}

MessagesInUpdateRuleToScheme is a nested struct in qualitycheck response

type MessagesInUpdateRuleV4 ¶ added in v1.62.655

type MessagesInUpdateRuleV4 struct {
	Message []string `json:"Message" xml:"Message"`
}

MessagesInUpdateRuleV4 is a nested struct in qualitycheck response

type MessagesInUpdateSchemeTaskConfig ¶ added in v1.62.655

type MessagesInUpdateSchemeTaskConfig struct {
	Message []string `json:"Message" xml:"Message"`
}

MessagesInUpdateSchemeTaskConfig is a nested struct in qualitycheck response

type ModelCustomizationDataSetPo ¶

type ModelCustomizationDataSetPo struct {
	TaskType            int    `json:"TaskType" xml:"TaskType"`
	CreateTime          string `json:"CreateTime" xml:"CreateTime"`
	ModelStatus         int    `json:"ModelStatus" xml:"ModelStatus"`
	ModelName           string `json:"ModelName" xml:"ModelName"`
	ModelId             int64  `json:"ModelId" xml:"ModelId"`
	ModeCustomizationId string `json:"ModeCustomizationId" xml:"ModeCustomizationId"`
}

ModelCustomizationDataSetPo is a nested struct in qualitycheck response

type OperKeyWords ¶ added in v1.61.737

type OperKeyWords struct {
	OperKeyWord []string `json:"OperKeyWord" xml:"OperKeyWord"`
}

OperKeyWords is a nested struct in qualitycheck response

type Operator ¶ added in v1.62.655

type Operator struct {
	Oid   string `json:"Oid" xml:"Oid"`
	Id    int64  `json:"Id" xml:"Id"`
	Type  string `json:"Type" xml:"Type"`
	Name  string `json:"Name" xml:"Name"`
	Param Param  `json:"Param" xml:"Param"`
}

Operator is a nested struct in qualitycheck response

type OperatorBasicInfo ¶

type OperatorBasicInfo struct {
	Type     string               `json:"Type" xml:"Type"`
	Oid      string               `json:"Oid" xml:"Oid"`
	OperName string               `json:"OperName" xml:"OperName"`
	Param    ParamInGetRuleDetail `json:"Param" xml:"Param"`
}

OperatorBasicInfo is a nested struct in qualitycheck response

type OperatorsInGetResult ¶ added in v1.62.655

type OperatorsInGetResult struct {
	Operator []Operator `json:"Operator" xml:"Operator"`
}

OperatorsInGetResult is a nested struct in qualitycheck response

type OperatorsInGetRuleDetail ¶

type OperatorsInGetRuleDetail struct {
	OperatorBasicInfo []OperatorBasicInfo `json:"OperatorBasicInfo" xml:"OperatorBasicInfo"`
}

OperatorsInGetRuleDetail is a nested struct in qualitycheck response

type Param ¶

type Param struct {
	FromEnd                   bool                      `json:"From_end" xml:"From_end"`
	CaseSensitive             bool                      `json:"Case_sensitive" xml:"Case_sensitive"`
	IntervalEnd               int                       `json:"IntervalEnd" xml:"IntervalEnd"`
	CheckFirstSentence        bool                      `json:"CheckFirstSentence" xml:"CheckFirstSentence"`
	Threshold                 float64                   `json:"Threshold" xml:"Threshold"`
	NotRegex                  string                    `json:"NotRegex" xml:"NotRegex"`
	HitTime                   int                       `json:"Hit_time" xml:"Hit_time"`
	Target                    int                       `json:"Target" xml:"Target"`
	BeginType                 string                    `json:"BeginType" xml:"BeginType"`
	KeywordMatchSize          int                       `json:"KeywordMatchSize" xml:"KeywordMatchSize"`
	ContextChatMatch          bool                      `json:"ContextChatMatch" xml:"ContextChatMatch"`
	Interval                  int                       `json:"Interval" xml:"Interval"`
	NearDialogue              bool                      `json:"Near_dialogue" xml:"Near_dialogue"`
	Regex                     string                    `json:"Regex" xml:"Regex"`
	KeywordExtension          int                       `json:"KeywordExtension" xml:"KeywordExtension"`
	MinWordSize               int                       `json:"MinWordSize" xml:"MinWordSize"`
	Average                   bool                      `json:"Average" xml:"Average"`
	CheckType                 int                       `json:"CheckType" xml:"CheckType"`
	InSentence                bool                      `json:"In_sentence" xml:"In_sentence"`
	CompareOperator           string                    `json:"CompareOperator" xml:"CompareOperator"`
	MaxEmotionChangeValue     int                       `json:"MaxEmotionChangeValue" xml:"MaxEmotionChangeValue"`
	DelayTime                 int                       `json:"DelayTime" xml:"DelayTime"`
	EndType                   string                    `json:"EndType" xml:"EndType"`
	From                      int                       `json:"From" xml:"From"`
	Phrase                    string                    `json:"Phrase" xml:"Phrase"`
	Excludes                  ExcludesInGetResult       `json:"Excludes" xml:"Excludes"`
	Keywords                  Keywords                  `json:"Keywords" xml:"Keywords"`
	IntentModelCheckParm      IntentModelCheckParm      `json:"IntentModelCheckParm" xml:"IntentModelCheckParm"`
	FlowNodePrerequisiteParam FlowNodePrerequisiteParam `json:"FlowNodePrerequisiteParam" xml:"FlowNodePrerequisiteParam"`
}

Param is a nested struct in qualitycheck response

type ParamInGetRuleDetail ¶ added in v1.62.655

type ParamInGetRuleDetail struct {
	DifferentRole         bool                    `json:"DifferentRole" xml:"DifferentRole"`
	Regex                 string                  `json:"Regex" xml:"Regex"`
	TargetRole            string                  `json:"TargetRole" xml:"TargetRole"`
	VelocityInMint        int                     `json:"VelocityInMint" xml:"VelocityInMint"`
	Average               bool                    `json:"Average" xml:"Average"`
	KeywordExtension      bool                    `json:"KeywordExtension" xml:"KeywordExtension"`
	Score                 int                     `json:"Score" xml:"Score"`
	NotRegex              string                  `json:"NotRegex" xml:"NotRegex"`
	CompareOperator       string                  `json:"CompareOperator" xml:"CompareOperator"`
	DelayTime             int                     `json:"DelayTime" xml:"DelayTime"`
	KeywordMatchSize      int                     `json:"KeywordMatchSize" xml:"KeywordMatchSize"`
	HitTime               int                     `json:"HitTime" xml:"HitTime"`
	BeginType             string                  `json:"BeginType" xml:"BeginType"`
	Target                int                     `json:"Target" xml:"Target"`
	MaxEmotionChangeValue int                     `json:"MaxEmotionChangeValue" xml:"MaxEmotionChangeValue"`
	Threshold             float64                 `json:"Threshold" xml:"Threshold"`
	From                  int                     `json:"From" xml:"From"`
	FromEnd               bool                    `json:"FromEnd" xml:"FromEnd"`
	MinWordSize           int                     `json:"MinWordSize" xml:"MinWordSize"`
	InSentence            bool                    `json:"InSentence" xml:"InSentence"`
	Phrase                string                  `json:"Phrase" xml:"Phrase"`
	SimilarityThreshold   float64                 `json:"Similarity_threshold" xml:"Similarity_threshold"`
	CheckType             int                     `json:"CheckType" xml:"CheckType"`
	Interval              int                     `json:"Interval" xml:"Interval"`
	ContextChatMatch      bool                    `json:"ContextChatMatch" xml:"ContextChatMatch"`
	Excludes              ExcludesInGetRuleDetail `json:"Excludes" xml:"Excludes"`
	AntModelInfo          AntModelInfo            `json:"AntModelInfo" xml:"AntModelInfo"`
	Pvalues               Pvalues                 `json:"Pvalues" xml:"Pvalues"`
	References            References              `json:"References" xml:"References"`
	SimilarlySentences    SimilarlySentences      `json:"SimilarlySentences" xml:"SimilarlySentences"`
	OperKeyWords          OperKeyWords            `json:"OperKeyWords" xml:"OperKeyWords"`
}

ParamInGetRuleDetail is a nested struct in qualitycheck response

type Phrase ¶

type Phrase struct {
	Words           string `json:"Words" xml:"Words"`
	Role            string `json:"Role" xml:"Role"`
	SpeechRate      int    `json:"SpeechRate" xml:"SpeechRate"`
	End             int    `json:"End" xml:"End"`
	SilenceDuration int    `json:"SilenceDuration" xml:"SilenceDuration"`
	EmotionValue    int    `json:"EmotionValue" xml:"EmotionValue"`
	Begin           int64  `json:"Begin" xml:"Begin"`
}

Phrase is a nested struct in qualitycheck response

type PhraseInGetResultToReview ¶ added in v1.61.737

type PhraseInGetResultToReview struct {
	Words        string `json:"Words" xml:"Words"`
	Begin        int64  `json:"Begin" xml:"Begin"`
	Identity     string `json:"Identity" xml:"Identity"`
	Pid          int    `json:"Pid" xml:"Pid"`
	EmotionValue int    `json:"EmotionValue" xml:"EmotionValue"`
	End          int64  `json:"End" xml:"End"`
	Role         string `json:"Role" xml:"Role"`
}

PhraseInGetResultToReview is a nested struct in qualitycheck response

type PhraseInSyncQualityCheck ¶ added in v1.61.737

type PhraseInSyncQualityCheck struct {
	Words           string `json:"Words" xml:"Words"`
	Identity        string `json:"Identity" xml:"Identity"`
	Begin           int64  `json:"Begin" xml:"Begin"`
	EmotionValue    int    `json:"EmotionValue" xml:"EmotionValue"`
	End             int64  `json:"End" xml:"End"`
	SpeechRate      int    `json:"SpeechRate" xml:"SpeechRate"`
	Role            string `json:"Role" xml:"Role"`
	SilenceDuration int    `json:"SilenceDuration" xml:"SilenceDuration"`
}

PhraseInSyncQualityCheck is a nested struct in qualitycheck response

type PhraseInUploadDataSync ¶ added in v1.61.737

type PhraseInUploadDataSync struct {
	Words     string `json:"Words" xml:"Words"`
	Identity  string `json:"Identity" xml:"Identity"`
	Begin     int64  `json:"Begin" xml:"Begin"`
	BeginTime string `json:"BeginTime" xml:"BeginTime"`
	End       int64  `json:"End" xml:"End"`
	Role      string `json:"Role" xml:"Role"`
}

PhraseInUploadDataSync is a nested struct in qualitycheck response

type Precision ¶

type Precision struct {
	Status     int     `json:"Status" xml:"Status"`
	TaskId     string  `json:"TaskId" xml:"TaskId"`
	ModelName  string  `json:"ModelName" xml:"ModelName"`
	CreateTime string  `json:"CreateTime" xml:"CreateTime"`
	Precision  float64 `json:"Precision" xml:"Precision"`
	ModelId    int64   `json:"ModelId" xml:"ModelId"`
}

Precision is a nested struct in qualitycheck response

type PrecisionTask ¶

type PrecisionTask struct {
	Status         int                           `json:"Status" xml:"Status"`
	UpdateTime     string                        `json:"UpdateTime" xml:"UpdateTime"`
	IncorrectWords int                           `json:"IncorrectWords" xml:"IncorrectWords"`
	CreateTime     string                        `json:"CreateTime" xml:"CreateTime"`
	DataSetId      int64                         `json:"DataSetId" xml:"DataSetId"`
	VerifiedCount  int                           `json:"VerifiedCount" xml:"VerifiedCount"`
	Source         int                           `json:"Source" xml:"Source"`
	TotalCount     int                           `json:"TotalCount" xml:"TotalCount"`
	DataSetName    string                        `json:"DataSetName" xml:"DataSetName"`
	Duration       int                           `json:"Duration" xml:"Duration"`
	Name           string                        `json:"Name" xml:"Name"`
	TaskId         string                        `json:"TaskId" xml:"TaskId"`
	Precisions     PrecisionsInListPrecisionTask `json:"Precisions" xml:"Precisions"`
}

PrecisionTask is a nested struct in qualitycheck response

type PrecisionsInGetPrecisionTask ¶

type PrecisionsInGetPrecisionTask struct {
	Precision []Precision `json:"Precision" xml:"Precision"`
}

PrecisionsInGetPrecisionTask is a nested struct in qualitycheck response

type PrecisionsInListPrecisionTask ¶

type PrecisionsInListPrecisionTask struct {
	Precision []Precision `json:"Precision" xml:"Precision"`
}

PrecisionsInListPrecisionTask is a nested struct in qualitycheck response

type Pvalues ¶ added in v1.61.1096

type Pvalues struct {
	Pvalues []string `json:"Pvalues" xml:"Pvalues"`
}

Pvalues is a nested struct in qualitycheck response

type Range ¶

type Range struct {
	RangeNum int64 `json:"RangeNum" xml:"RangeNum"`
	To       int   `json:"To" xml:"To"`
	Type     int64 `json:"Type" xml:"Type"`
	From     int   `json:"From" xml:"From"`
}

Range is a nested struct in qualitycheck response

type Recording ¶

type Recording struct {
	Name           string `json:"Name" xml:"Name"`
	Remark5        int64  `json:"Remark5" xml:"Remark5"`
	CallTime       string `json:"CallTime" xml:"CallTime"`
	DurationAudio  int64  `json:"DurationAudio" xml:"DurationAudio"`
	CallId         string `json:"CallId" xml:"CallId"`
	Caller         string `json:"Caller" xml:"Caller"`
	TaskConfigId   int64  `json:"TaskConfigId" xml:"TaskConfigId"`
	Remark7        string `json:"Remark7" xml:"Remark7"`
	Remark9        string `json:"Remark9" xml:"Remark9"`
	Remark11       string `json:"Remark11" xml:"Remark11"`
	Remark2        string `json:"Remark2" xml:"Remark2"`
	Id             string `json:"Id" xml:"Id"`
	Remark4        string `json:"Remark4" xml:"Remark4"`
	Duration       int64  `json:"Duration" xml:"Duration"`
	Business       string `json:"Business" xml:"Business"`
	DialogueSize   int    `json:"DialogueSize" xml:"DialogueSize"`
	TaskConfigName string `json:"TaskConfigName" xml:"TaskConfigName"`
	Remark6        string `json:"Remark6" xml:"Remark6"`
	Remark13       string `json:"Remark13" xml:"Remark13"`
	Callee         string `json:"Callee" xml:"Callee"`
	Remark1        string `json:"Remark1" xml:"Remark1"`
	PrimaryId      string `json:"PrimaryId" xml:"PrimaryId"`
	CallType       int    `json:"CallType" xml:"CallType"`
	Url            string `json:"Url" xml:"Url"`
	Remark12       string `json:"Remark12" xml:"Remark12"`
	Remark8        string `json:"Remark8" xml:"Remark8"`
	DataSetName    string `json:"DataSetName" xml:"DataSetName"`
	Remark10       string `json:"Remark10" xml:"Remark10"`
	Remark3        string `json:"Remark3" xml:"Remark3"`
}

Recording is a nested struct in qualitycheck response

type References ¶ added in v1.61.737

type References struct {
	Reference []string `json:"Reference" xml:"Reference"`
}

References is a nested struct in qualitycheck response

type RestartAsrTaskRequest ¶

type RestartAsrTaskRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

RestartAsrTaskRequest is the request struct for api RestartAsrTask

func CreateRestartAsrTaskRequest ¶

func CreateRestartAsrTaskRequest() (request *RestartAsrTaskRequest)

CreateRestartAsrTaskRequest creates a request to invoke RestartAsrTask API

type RestartAsrTaskResponse ¶

type RestartAsrTaskResponse struct {
	*responses.BaseResponse
	Code      string               `json:"Code" xml:"Code"`
	Message   string               `json:"Message" xml:"Message"`
	RequestId string               `json:"RequestId" xml:"RequestId"`
	Success   bool                 `json:"Success" xml:"Success"`
	Data      DataInRestartAsrTask `json:"Data" xml:"Data"`
}

RestartAsrTaskResponse is the response struct for api RestartAsrTask

func CreateRestartAsrTaskResponse ¶

func CreateRestartAsrTaskResponse() (response *RestartAsrTaskResponse)

CreateRestartAsrTaskResponse creates a response to parse from RestartAsrTask response

type RestartResult ¶

type RestartResult struct {
	Message string `json:"Message" xml:"Message"`
	Data    string `json:"Data" xml:"Data"`
	Success bool   `json:"Success" xml:"Success"`
}

RestartResult is a nested struct in qualitycheck response

type ResultInfo ¶

type ResultInfo struct {
	Comments        string                  `json:"Comments" xml:"Comments"`
	CreateTimeLong  string                  `json:"CreateTimeLong" xml:"CreateTimeLong"`
	RuleName        string                  `json:"RuleName" xml:"RuleName"`
	ErrorMessage    string                  `json:"ErrorMessage" xml:"ErrorMessage"`
	ReviewStatus    int                     `json:"ReviewStatus" xml:"ReviewStatus"`
	CreateTime      string                  `json:"CreateTime" xml:"CreateTime"`
	ReviewResult    int                     `json:"ReviewResult" xml:"ReviewResult"`
	ReviewTime      string                  `json:"ReviewTime" xml:"ReviewTime"`
	Resolver        string                  `json:"Resolver" xml:"Resolver"`
	TaskId          string                  `json:"TaskId" xml:"TaskId"`
	Rid             int64                   `json:"Rid" xml:"Rid"`
	LastDataId      string                  `json:"LastDataId" xml:"LastDataId"`
	Status          int                     `json:"Status" xml:"Status"`
	ReviewTimeLong  string                  `json:"ReviewTimeLong" xml:"ReviewTimeLong"`
	Reviewer        string                  `json:"Reviewer" xml:"Reviewer"`
	TaskName        string                  `json:"TaskName" xml:"TaskName"`
	Score           int                     `json:"Score" xml:"Score"`
	AssignmentTime  string                  `json:"AssignmentTime" xml:"AssignmentTime"`
	ReviewType      int                     `json:"ReviewType" xml:"ReviewType"`
	SchemeIdList    SchemeIdListInGetResult `json:"SchemeIdList" xml:"SchemeIdList"`
	SchemeNameList  SchemeNameList          `json:"SchemeNameList" xml:"SchemeNameList"`
	HandScoreIdList HandScoreIdList         `json:"HandScoreIdList" xml:"HandScoreIdList"`
	Agent           Agent                   `json:"Agent" xml:"Agent"`
	Recording       Recording               `json:"Recording" xml:"Recording"`
	Rules           RulesInUploadDataSync   `json:"Rules" xml:"Rules"`
	AsrResult       []AsrResultItem         `json:"AsrResult" xml:"AsrResult"`
	HitResult       HitResultInGetResult    `json:"HitResult" xml:"HitResult"`
	HitScore        HitScore                `json:"HitScore" xml:"HitScore"`
}

ResultInfo is a nested struct in qualitycheck response

type ResultInfoInGetSyncResult ¶ added in v1.61.737

type ResultInfoInGetSyncResult struct {
	Status       int             `json:"Status" xml:"Status"`
	ErrorMessage string          `json:"ErrorMessage" xml:"ErrorMessage"`
	Reviewer     string          `json:"Reviewer" xml:"Reviewer"`
	CreateTime   string          `json:"CreateTime" xml:"CreateTime"`
	ReviewStatus int             `json:"ReviewStatus" xml:"ReviewStatus"`
	TaskName     string          `json:"TaskName" xml:"TaskName"`
	Comments     string          `json:"Comments" xml:"Comments"`
	ReviewResult int             `json:"ReviewResult" xml:"ReviewResult"`
	Score        int             `json:"Score" xml:"Score"`
	TaskId       string          `json:"TaskId" xml:"TaskId"`
	Resolver     string          `json:"Resolver" xml:"Resolver"`
	Recording    Recording       `json:"Recording" xml:"Recording"`
	Agent        Agent           `json:"Agent" xml:"Agent"`
	AsrResult    []AsrResultItem `json:"AsrResult" xml:"AsrResult"`
	HitResult    []HitResultItem `json:"HitResult" xml:"HitResult"`
}

ResultInfoInGetSyncResult is a nested struct in qualitycheck response

type RevertAssignedSessionGroupRequest ¶ added in v1.62.655

type RevertAssignedSessionGroupRequest struct {
	*requests.RpcRequest
	JsonStr       string           `position:"Query" name:"jsonStr"`
	BaseMeAgentId requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

RevertAssignedSessionGroupRequest is the request struct for api RevertAssignedSessionGroup

func CreateRevertAssignedSessionGroupRequest ¶ added in v1.62.655

func CreateRevertAssignedSessionGroupRequest() (request *RevertAssignedSessionGroupRequest)

CreateRevertAssignedSessionGroupRequest creates a request to invoke RevertAssignedSessionGroup API

type RevertAssignedSessionGroupResponse ¶ added in v1.62.655

type RevertAssignedSessionGroupResponse struct {
	*responses.BaseResponse
	RequestId      string                               `json:"RequestId" xml:"RequestId"`
	Success        bool                                 `json:"Success" xml:"Success"`
	Code           string                               `json:"Code" xml:"Code"`
	Message        string                               `json:"Message" xml:"Message"`
	HttpStatusCode int                                  `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Messages       MessagesInRevertAssignedSessionGroup `json:"Messages" xml:"Messages"`
}

RevertAssignedSessionGroupResponse is the response struct for api RevertAssignedSessionGroup

func CreateRevertAssignedSessionGroupResponse ¶ added in v1.62.655

func CreateRevertAssignedSessionGroupResponse() (response *RevertAssignedSessionGroupResponse)

CreateRevertAssignedSessionGroupResponse creates a response to parse from RevertAssignedSessionGroup response

type RevertAssignedSessionRequest ¶ added in v1.62.655

type RevertAssignedSessionRequest struct {
	*requests.RpcRequest
	JsonStr       string           `position:"Query" name:"jsonStr"`
	BaseMeAgentId requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

RevertAssignedSessionRequest is the request struct for api RevertAssignedSession

func CreateRevertAssignedSessionRequest ¶ added in v1.62.655

func CreateRevertAssignedSessionRequest() (request *RevertAssignedSessionRequest)

CreateRevertAssignedSessionRequest creates a request to invoke RevertAssignedSession API

type RevertAssignedSessionResponse ¶ added in v1.62.655

type RevertAssignedSessionResponse struct {
	*responses.BaseResponse
	RequestId      string                          `json:"RequestId" xml:"RequestId"`
	Success        bool                            `json:"Success" xml:"Success"`
	Code           string                          `json:"Code" xml:"Code"`
	Message        string                          `json:"Message" xml:"Message"`
	HttpStatusCode int                             `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Messages       MessagesInRevertAssignedSession `json:"Messages" xml:"Messages"`
}

RevertAssignedSessionResponse is the response struct for api RevertAssignedSession

func CreateRevertAssignedSessionResponse ¶ added in v1.62.655

func CreateRevertAssignedSessionResponse() (response *RevertAssignedSessionResponse)

CreateRevertAssignedSessionResponse creates a response to parse from RevertAssignedSession response

type ReviewHistory ¶

type ReviewHistory struct {
	Type           int    `json:"Type" xml:"Type"`
	OperatorName   string `json:"OperatorName" xml:"OperatorName"`
	TimeStr        string `json:"TimeStr" xml:"TimeStr"`
	Score          int    `json:"Score" xml:"Score"`
	ReviewResult   int    `json:"ReviewResult" xml:"ReviewResult"`
	ComplainResult int    `json:"ComplainResult" xml:"ComplainResult"`
	OldScore       int    `json:"OldScore" xml:"OldScore"`
}

ReviewHistory is a nested struct in qualitycheck response

type ReviewHistoryList ¶

type ReviewHistoryList struct {
	ReviewHistory []ReviewHistory `json:"ReviewHistory" xml:"ReviewHistory"`
}

ReviewHistoryList is a nested struct in qualitycheck response

type ReviewInfo ¶

type ReviewInfo struct {
	ReviewResult int    `json:"ReviewResult" xml:"ReviewResult"`
	ReviewTime   string `json:"ReviewTime" xml:"ReviewTime"`
	HitId        string `json:"HitId" xml:"HitId"`
	Reviewer     string `json:"Reviewer" xml:"Reviewer"`
	Rid          int64  `json:"Rid" xml:"Rid"`
}

ReviewInfo is a nested struct in qualitycheck response

type Reviewer ¶

type Reviewer struct {
	ReviewerId   string `json:"ReviewerId" xml:"ReviewerId"`
	ReviewerName string `json:"ReviewerName" xml:"ReviewerName"`
}

Reviewer is a nested struct in qualitycheck response

type ReviewerList ¶ added in v1.62.655

type ReviewerList struct {
	ReviewerList []string `json:"ReviewerList" xml:"ReviewerList"`
}

ReviewerList is a nested struct in qualitycheck response

type Reviewers ¶

type Reviewers struct {
	Reviewer []Reviewer `json:"Reviewer" xml:"Reviewer"`
}

Reviewers is a nested struct in qualitycheck response

type RidList ¶

type RidList struct {
	RidList []string `json:"RidList" xml:"RidList"`
}

RidList is a nested struct in qualitycheck response

type Role ¶

type Role struct {
	DisplayName string `json:"DisplayName" xml:"DisplayName"`
	UpdateTime  string `json:"UpdateTime" xml:"UpdateTime"`
	CreateTime  string `json:"CreateTime" xml:"CreateTime"`
	Name        string `json:"Name" xml:"Name"`
	Id          int64  `json:"Id" xml:"Id"`
	Level       int    `json:"Level" xml:"Level"`
}

Role is a nested struct in qualitycheck response

type Rule ¶ added in v1.61.737

type Rule struct {
	Type                     int      `json:"Type" xml:"Type"`
	RuleType                 int      `json:"RuleType" xml:"RuleType"`
	CreateTime               string   `json:"CreateTime" xml:"CreateTime"`
	Comments                 string   `json:"Comments" xml:"Comments"`
	TypeName                 string   `json:"TypeName" xml:"TypeName"`
	Name                     string   `json:"Name" xml:"Name"`
	Rid                      int64    `json:"Rid" xml:"Rid"`
	BusinessCategoryNameList []string `json:"BusinessCategoryNameList" xml:"BusinessCategoryNameList"`
}

Rule is a nested struct in qualitycheck response

type RuleBasicInfo ¶

type RuleBasicInfo struct {
	Name               string             `json:"Name" xml:"Name"`
	Rid                string             `json:"Rid" xml:"Rid"`
	RuleLambda         string             `json:"RuleLambda" xml:"RuleLambda"`
	Triggers           Triggers           `json:"Triggers" xml:"Triggers"`
	BusinessCategories BusinessCategories `json:"BusinessCategories" xml:"BusinessCategories"`
}

RuleBasicInfo is a nested struct in qualitycheck response

type RuleCountInfo ¶

type RuleCountInfo struct {
	Type     int    `json:"Type" xml:"Type"`
	TypeName string `json:"TypeName" xml:"TypeName"`
	Select   bool   `json:"Select" xml:"Select"`
}

RuleCountInfo is a nested struct in qualitycheck response

type RuleHitInfo ¶

type RuleHitInfo struct {
	Rid           string              `json:"Rid" xml:"Rid"`
	RuleName      string              `json:"RuleName" xml:"RuleName"`
	Tid           string              `json:"Tid" xml:"Tid"`
	Hit           HitInUploadDataSync `json:"Hit" xml:"Hit"`
	ConditionInfo ConditionInfo       `json:"ConditionInfo" xml:"ConditionInfo"`
}

RuleHitInfo is a nested struct in qualitycheck response

type RuleHitInfoInUploadDataSync ¶ added in v1.61.737

type RuleHitInfoInUploadDataSync struct {
	Tid           string              `json:"Tid" xml:"Tid"`
	Rid           string              `json:"Rid" xml:"Rid"`
	Hit           HitInUploadDataSync `json:"Hit" xml:"Hit"`
	ConditionInfo ConditionInfo       `json:"ConditionInfo" xml:"ConditionInfo"`
}

RuleHitInfoInUploadDataSync is a nested struct in qualitycheck response

type RuleInfo ¶

type RuleInfo struct {
	Status                   int                               `json:"Status" xml:"Status"`
	Type                     int                               `json:"Type" xml:"Type"`
	ScoreSubId               int                               `json:"ScoreSubId" xml:"ScoreSubId"`
	IsOnline                 int                               `json:"IsOnline" xml:"IsOnline"`
	CreateTime               string                            `json:"CreateTime" xml:"CreateTime"`
	CreateEmpid              string                            `json:"CreateEmpid" xml:"CreateEmpid"`
	LastUpdateEmpid          string                            `json:"LastUpdateEmpid" xml:"LastUpdateEmpid"`
	IsDelete                 int                               `json:"IsDelete" xml:"IsDelete"`
	Rid                      string                            `json:"Rid" xml:"Rid"`
	RuleScoreType            int                               `json:"RuleScoreType" xml:"RuleScoreType"`
	EndTime                  string                            `json:"EndTime" xml:"EndTime"`
	Weight                   string                            `json:"Weight" xml:"Weight"`
	StartTime                string                            `json:"StartTime" xml:"StartTime"`
	RuleLambda               string                            `json:"RuleLambda" xml:"RuleLambda"`
	ScoreSubName             string                            `json:"ScoreSubName" xml:"ScoreSubName"`
	AutoReview               int                               `json:"AutoReview" xml:"AutoReview"`
	Comments                 string                            `json:"Comments" xml:"Comments"`
	LastUpdateTime           string                            `json:"LastUpdateTime" xml:"LastUpdateTime"`
	ScoreName                string                            `json:"ScoreName" xml:"ScoreName"`
	Name                     string                            `json:"Name" xml:"Name"`
	ScoreId                  int                               `json:"ScoreId" xml:"ScoreId"`
	BusinessCategoryNameList BusinessCategoryNameListInGetRule `json:"BusinessCategoryNameList" xml:"BusinessCategoryNameList"`
}

RuleInfo is a nested struct in qualitycheck response

type RuleListInGetSkillGroupConfig ¶

type RuleListInGetSkillGroupConfig struct {
	RuleNameInfo []RuleNameInfo `json:"RuleNameInfo" xml:"RuleNameInfo"`
}

RuleListInGetSkillGroupConfig is a nested struct in qualitycheck response

type RuleListInListQualityCheckScheme ¶ added in v1.61.1595

type RuleListInListQualityCheckScheme struct {
	RuleListItem []RuleListItem `json:"ruleList" xml:"ruleList"`
}

RuleListInListQualityCheckScheme is a nested struct in qualitycheck response

type RuleListInListSkillGroupConfig ¶

type RuleListInListSkillGroupConfig struct {
	RuleNameInfo []RuleNameInfo `json:"RuleNameInfo" xml:"RuleNameInfo"`
}

RuleListInListSkillGroupConfig is a nested struct in qualitycheck response

type RuleListInListWarningConfig ¶

type RuleListInListWarningConfig struct {
	WarningRule []WarningRule `json:"WarningRule" xml:"WarningRule"`
}

RuleListInListWarningConfig is a nested struct in qualitycheck response

type RuleListItem ¶ added in v1.62.655

type RuleListItem struct {
	Rules []RulesItem `json:"Rules" xml:"Rules"`
}

RuleListItem is a nested struct in qualitycheck response

type RuleNameInfo ¶

type RuleNameInfo struct {
	RuleName string `json:"RuleName" xml:"RuleName"`
	Rid      int64  `json:"Rid" xml:"Rid"`
}

RuleNameInfo is a nested struct in qualitycheck response

type RulesInGetRule ¶

type RulesInGetRule struct {
	RuleInfo []RuleInfo `json:"RuleInfo" xml:"RuleInfo"`
}

RulesInGetRule is a nested struct in qualitycheck response

type RulesInGetRuleDetail ¶

type RulesInGetRuleDetail struct {
	RuleBasicInfo []RuleBasicInfo `json:"RuleBasicInfo" xml:"RuleBasicInfo"`
}

RulesInGetRuleDetail is a nested struct in qualitycheck response

type RulesInListQualityCheckScheme ¶ added in v1.61.1595

type RulesInListQualityCheckScheme struct {
	RulesItem []RulesItem `json:"rules" xml:"rules"`
}

RulesInListQualityCheckScheme is a nested struct in qualitycheck response

type RulesInListTaskAssignRules ¶

type RulesInListTaskAssignRules struct {
	RuleBasicInfo []RuleBasicInfo `json:"RuleBasicInfo" xml:"RuleBasicInfo"`
}

RulesInListTaskAssignRules is a nested struct in qualitycheck response

type RulesInSyncQualityCheck ¶ added in v1.61.737

type RulesInSyncQualityCheck struct {
	RuleHitInfo []RuleHitInfo `json:"RuleHitInfo" xml:"RuleHitInfo"`
}

RulesInSyncQualityCheck is a nested struct in qualitycheck response

type RulesInUploadDataSync ¶

type RulesInUploadDataSync struct {
	RuleHitInfo []RuleHitInfoInUploadDataSync `json:"RuleHitInfo" xml:"RuleHitInfo"`
}

RulesInUploadDataSync is a nested struct in qualitycheck response

type RulesItem ¶ added in v1.62.655

type RulesItem struct {
	Rid           int64  `json:"Rid" xml:"Rid"`
	Name          string `json:"Name" xml:"Name"`
	RuleScoreType int    `json:"RuleScoreType" xml:"RuleScoreType"`
	ScoreNum      int    `json:"ScoreNum" xml:"ScoreNum"`
	ScoreType     int    `json:"ScoreType" xml:"ScoreType"`
	CheckType     int    `json:"CheckType" xml:"CheckType"`
	TargetType    int    `json:"TargetType" xml:"TargetType"`
	ScoreNumType  int    `json:"ScoreNumType" xml:"ScoreNumType"`
}

RulesItem is a nested struct in qualitycheck response

type SamplingMode ¶ added in v1.61.1096

type SamplingMode struct {
	NumberOfDraws          int                `json:"NumberOfDraws" xml:"NumberOfDraws"`
	AnyNumberOfDraws       int                `json:"AnyNumberOfDraws" xml:"AnyNumberOfDraws"`
	Limit                  int                `json:"Limit" xml:"Limit"`
	Proportion             float64            `json:"Proportion" xml:"Proportion"`
	Dimension              int                `json:"Dimension" xml:"Dimension"`
	Designated             bool               `json:"Designated" xml:"Designated"`
	RandomInspectionNumber int                `json:"RandomInspectionNumber" xml:"RandomInspectionNumber"`
	SamplingModeAgents     SamplingModeAgents `json:"SamplingModeAgents" xml:"SamplingModeAgents"`
}

SamplingMode is a nested struct in qualitycheck response

type SamplingModeAgent ¶ added in v1.61.1096

type SamplingModeAgent struct {
	AgentName string `json:"AgentName" xml:"AgentName"`
	AgentId   string `json:"AgentId" xml:"AgentId"`
}

SamplingModeAgent is a nested struct in qualitycheck response

type SamplingModeAgents ¶ added in v1.61.1096

type SamplingModeAgents struct {
	SamplingModeAgent []SamplingModeAgent `json:"SamplingModeAgent" xml:"SamplingModeAgent"`
}

SamplingModeAgents is a nested struct in qualitycheck response

type SaveConfigDataSetRequest ¶

type SaveConfigDataSetRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

SaveConfigDataSetRequest is the request struct for api SaveConfigDataSet

func CreateSaveConfigDataSetRequest ¶

func CreateSaveConfigDataSetRequest() (request *SaveConfigDataSetRequest)

CreateSaveConfigDataSetRequest creates a request to invoke SaveConfigDataSet API

type SaveConfigDataSetResponse ¶

type SaveConfigDataSetResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

SaveConfigDataSetResponse is the response struct for api SaveConfigDataSet

func CreateSaveConfigDataSetResponse ¶

func CreateSaveConfigDataSetResponse() (response *SaveConfigDataSetResponse)

CreateSaveConfigDataSetResponse creates a response to parse from SaveConfigDataSet response

type SchemeCheckTypeList ¶ added in v1.61.1595

type SchemeCheckTypeList struct {
	SchemeCheckTypeListItem []SchemeCheckTypeListItem `json:"schemeCheckTypeList" xml:"schemeCheckTypeList"`
}

SchemeCheckTypeList is a nested struct in qualitycheck response

type SchemeCheckTypeListItem ¶ added in v1.62.655

type SchemeCheckTypeListItem struct {
	CheckType  int    `json:"CheckType" xml:"CheckType"`
	Enable     int    `json:"Enable" xml:"Enable"`
	CheckName  string `json:"CheckName" xml:"CheckName"`
	TargetType int    `json:"TargetType" xml:"TargetType"`
	Score      int    `json:"Score" xml:"Score"`
}

SchemeCheckTypeListItem is a nested struct in qualitycheck response

type SchemeIdListInGetResult ¶ added in v1.62.655

type SchemeIdListInGetResult struct {
	SchemeIdList []int64 `json:"SchemeIdList" xml:"SchemeIdList"`
}

SchemeIdListInGetResult is a nested struct in qualitycheck response

type SchemeIdListInListSchemeTaskConfig ¶ added in v1.62.655

type SchemeIdListInListSchemeTaskConfig struct {
	SchemeIdList []int64 `json:"SchemeIdList" xml:"SchemeIdList"`
}

SchemeIdListInListSchemeTaskConfig is a nested struct in qualitycheck response

type SchemeList ¶ added in v1.62.655

type SchemeList struct {
	SchemeListItem []SchemeListItem `json:"SchemeList" xml:"SchemeList"`
}

SchemeList is a nested struct in qualitycheck response

type SchemeListItem ¶ added in v1.62.655

type SchemeListItem struct {
	SchemeId int64  `json:"SchemeId" xml:"SchemeId"`
	Name     string `json:"Name" xml:"Name"`
}

SchemeListItem is a nested struct in qualitycheck response

type SchemeNameList ¶ added in v1.61.1618

type SchemeNameList struct {
	SchemeNameList []string `json:"SchemeNameList" xml:"SchemeNameList"`
}

SchemeNameList is a nested struct in qualitycheck response

type ScoreInfosInGetResultToReview ¶

type ScoreInfosInGetResultToReview struct {
	ScoreParam []ScoreParam `json:"ScoreParam" xml:"ScoreParam"`
}

ScoreInfosInGetResultToReview is a nested struct in qualitycheck response

type ScoreInfosInGetScoreInfo ¶

type ScoreInfosInGetScoreInfo struct {
	ScoreParam []ScoreParamInGetScoreInfo `json:"ScoreParam" xml:"ScoreParam"`
}

ScoreInfosInGetScoreInfo is a nested struct in qualitycheck response

type ScoreParam ¶

type ScoreParam struct {
	Hit          int    `json:"Hit" xml:"Hit"`
	ScoreSubName string `json:"ScoreSubName" xml:"ScoreSubName"`
	ScoreSubId   int64  `json:"ScoreSubId" xml:"ScoreSubId"`
	ScoreNum     int    `json:"ScoreNum" xml:"ScoreNum"`
	ScoreType    int    `json:"ScoreType" xml:"ScoreType"`
}

ScoreParam is a nested struct in qualitycheck response

type ScoreParamInGetScoreInfo ¶

type ScoreParamInGetScoreInfo struct {
	ScoreSubName string `json:"ScoreSubName" xml:"ScoreSubName"`
	ScoreNum     int    `json:"ScoreNum" xml:"ScoreNum"`
	ScoreSubId   int    `json:"ScoreSubId" xml:"ScoreSubId"`
	ScoreType    int    `json:"ScoreType" xml:"ScoreType"`
}

ScoreParamInGetScoreInfo is a nested struct in qualitycheck response

type ScorePo ¶

type ScorePo struct {
	ScoreId    int64                         `json:"ScoreId" xml:"ScoreId"`
	ScoreName  string                        `json:"ScoreName" xml:"ScoreName"`
	ScoreInfos ScoreInfosInGetResultToReview `json:"ScoreInfos" xml:"ScoreInfos"`
}

ScorePo is a nested struct in qualitycheck response

type ScorePoInGetScoreInfo ¶

type ScorePoInGetScoreInfo struct {
	ScoreId    int                      `json:"ScoreId" xml:"ScoreId"`
	ScoreName  string                   `json:"ScoreName" xml:"ScoreName"`
	ScoreInfos ScoreInfosInGetScoreInfo `json:"ScoreInfos" xml:"ScoreInfos"`
}

ScorePoInGetScoreInfo is a nested struct in qualitycheck response

type SimilarlySentences ¶ added in v1.61.737

type SimilarlySentences struct {
	SimilarlySentence []string `json:"SimilarlySentence" xml:"SimilarlySentence"`
}

SimilarlySentences is a nested struct in qualitycheck response

type SkillGroup ¶

type SkillGroup struct {
	SkillName string `json:"SkillName" xml:"SkillName"`
	SkillId   string `json:"SkillId" xml:"SkillId"`
}

SkillGroup is a nested struct in qualitycheck response

type SkillGroupConfig ¶

type SkillGroupConfig struct {
	Type                   int                               `json:"Type" xml:"Type"`
	Status                 int                               `json:"Status" xml:"Status"`
	UpdateTime             string                            `json:"UpdateTime" xml:"UpdateTime"`
	AllContentQualityCheck int                               `json:"AllContentQualityCheck" xml:"AllContentQualityCheck"`
	CreateTime             string                            `json:"CreateTime" xml:"CreateTime"`
	SkillGroupId           string                            `json:"SkillGroupId" xml:"SkillGroupId"`
	ScreenSwitch           bool                              `json:"ScreenSwitch" xml:"ScreenSwitch"`
	InstanceId             string                            `json:"InstanceId" xml:"InstanceId"`
	VocabId                int64                             `json:"VocabId" xml:"VocabId"`
	SkillGroupFrom         int                               `json:"SkillGroupFrom" xml:"SkillGroupFrom"`
	Rid                    string                            `json:"Rid" xml:"Rid"`
	SkillGroupName         string                            `json:"SkillGroupName" xml:"SkillGroupName"`
	ModelName              string                            `json:"ModelName" xml:"ModelName"`
	AllRids                string                            `json:"AllRids" xml:"AllRids"`
	Name                   string                            `json:"Name" xml:"Name"`
	ModelId                int64                             `json:"ModelId" xml:"ModelId"`
	Id                     int64                             `json:"Id" xml:"Id"`
	QualityCheckType       int                               `json:"QualityCheckType" xml:"QualityCheckType"`
	VocabName              string                            `json:"VocabName" xml:"VocabName"`
	RuleList               RuleListInListSkillGroupConfig    `json:"RuleList" xml:"RuleList"`
	AllRuleList            AllRuleListInListSkillGroupConfig `json:"AllRuleList" xml:"AllRuleList"`
	SkillGroupScreens      SkillGroupScreens                 `json:"SkillGroupScreens" xml:"SkillGroupScreens"`
}

SkillGroupConfig is a nested struct in qualitycheck response

type SkillGroupNameList ¶ added in v1.62.655

type SkillGroupNameList struct {
	SkillGroupNameList []string `json:"SkillGroupNameList" xml:"SkillGroupNameList"`
}

SkillGroupNameList is a nested struct in qualitycheck response

type SkillGroupScreen ¶ added in v1.61.1007

type SkillGroupScreen struct {
	Value    string `json:"Value" xml:"Value"`
	DataType int    `json:"DataType" xml:"DataType"`
	Symbol   int    `json:"Symbol" xml:"Symbol"`
	Name     string `json:"Name" xml:"Name"`
}

SkillGroupScreen is a nested struct in qualitycheck response

type SkillGroupScreens ¶ added in v1.61.1007

type SkillGroupScreens struct {
	SkillGroupScreen []SkillGroupScreen `json:"SkillGroupScreen" xml:"SkillGroupScreen"`
}

SkillGroupScreens is a nested struct in qualitycheck response

type SkillGroups ¶

type SkillGroups struct {
	SkillGroup []SkillGroup `json:"SkillGroup" xml:"SkillGroup"`
}

SkillGroups is a nested struct in qualitycheck response

type Source ¶

type Source struct {
	Position int                         `json:"Position" xml:"Position"`
	Line     LineInGetNextResultToVerify `json:"Line" xml:"Line"`
}

Source is a nested struct in qualitycheck response

type SubmitComplaintRequest ¶

type SubmitComplaintRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

SubmitComplaintRequest is the request struct for api SubmitComplaint

func CreateSubmitComplaintRequest ¶

func CreateSubmitComplaintRequest() (request *SubmitComplaintRequest)

CreateSubmitComplaintRequest creates a request to invoke SubmitComplaint API

type SubmitComplaintResponse ¶

type SubmitComplaintResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

SubmitComplaintResponse is the response struct for api SubmitComplaint

func CreateSubmitComplaintResponse ¶

func CreateSubmitComplaintResponse() (response *SubmitComplaintResponse)

CreateSubmitComplaintResponse creates a response to parse from SubmitComplaint response

type SubmitPrecisionTaskRequest ¶

type SubmitPrecisionTaskRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

SubmitPrecisionTaskRequest is the request struct for api SubmitPrecisionTask

func CreateSubmitPrecisionTaskRequest ¶

func CreateSubmitPrecisionTaskRequest() (request *SubmitPrecisionTaskRequest)

CreateSubmitPrecisionTaskRequest creates a request to invoke SubmitPrecisionTask API

type SubmitPrecisionTaskResponse ¶

type SubmitPrecisionTaskResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

SubmitPrecisionTaskResponse is the response struct for api SubmitPrecisionTask

func CreateSubmitPrecisionTaskResponse ¶

func CreateSubmitPrecisionTaskResponse() (response *SubmitPrecisionTaskResponse)

CreateSubmitPrecisionTaskResponse creates a response to parse from SubmitPrecisionTask response

type SubmitQualityCheckTaskRequest ¶

type SubmitQualityCheckTaskRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

SubmitQualityCheckTaskRequest is the request struct for api SubmitQualityCheckTask

func CreateSubmitQualityCheckTaskRequest ¶

func CreateSubmitQualityCheckTaskRequest() (request *SubmitQualityCheckTaskRequest)

CreateSubmitQualityCheckTaskRequest creates a request to invoke SubmitQualityCheckTask API

type SubmitQualityCheckTaskResponse ¶

type SubmitQualityCheckTaskResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

SubmitQualityCheckTaskResponse is the response struct for api SubmitQualityCheckTask

func CreateSubmitQualityCheckTaskResponse ¶

func CreateSubmitQualityCheckTaskResponse() (response *SubmitQualityCheckTaskResponse)

CreateSubmitQualityCheckTaskResponse creates a response to parse from SubmitQualityCheckTask response

type SubmitReviewInfoRequest ¶

type SubmitReviewInfoRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

SubmitReviewInfoRequest is the request struct for api SubmitReviewInfo

func CreateSubmitReviewInfoRequest ¶

func CreateSubmitReviewInfoRequest() (request *SubmitReviewInfoRequest)

CreateSubmitReviewInfoRequest creates a request to invoke SubmitReviewInfo API

type SubmitReviewInfoResponse ¶

type SubmitReviewInfoResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

SubmitReviewInfoResponse is the response struct for api SubmitReviewInfo

func CreateSubmitReviewInfoResponse ¶

func CreateSubmitReviewInfoResponse() (response *SubmitReviewInfoResponse)

CreateSubmitReviewInfoResponse creates a response to parse from SubmitReviewInfo response

type SyncQualityCheckRequest ¶ added in v1.61.737

type SyncQualityCheckRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

SyncQualityCheckRequest is the request struct for api SyncQualityCheck

func CreateSyncQualityCheckRequest ¶ added in v1.61.737

func CreateSyncQualityCheckRequest() (request *SyncQualityCheckRequest)

CreateSyncQualityCheckRequest creates a request to invoke SyncQualityCheck API

type SyncQualityCheckResponse ¶ added in v1.61.737

type SyncQualityCheckResponse struct {
	*responses.BaseResponse
	Code      string                 `json:"Code" xml:"Code"`
	Message   string                 `json:"Message" xml:"Message"`
	RequestId string                 `json:"RequestId" xml:"RequestId"`
	Success   bool                   `json:"Success" xml:"Success"`
	Data      DataInSyncQualityCheck `json:"Data" xml:"Data"`
}

SyncQualityCheckResponse is the response struct for api SyncQualityCheck

func CreateSyncQualityCheckResponse ¶ added in v1.61.737

func CreateSyncQualityCheckResponse() (response *SyncQualityCheckResponse)

CreateSyncQualityCheckResponse creates a response to parse from SyncQualityCheck response

type SynonymList ¶

type SynonymList struct {
	SynonymList []string `json:"SynonymList" xml:"SynonymList"`
}

SynonymList is a nested struct in qualitycheck response

type Target ¶

type Target struct {
	Position int                         `json:"Position" xml:"Position"`
	Line     LineInGetNextResultToVerify `json:"Line" xml:"Line"`
}

Target is a nested struct in qualitycheck response

type TaskAssignRuleInfo ¶

type TaskAssignRuleInfo struct {
	UpdateTime     string                     `json:"UpdateTime" xml:"UpdateTime"`
	SkillGroupsStr string                     `json:"SkillGroupsStr" xml:"SkillGroupsStr"`
	CallTimeEnd    int64                      `json:"CallTimeEnd" xml:"CallTimeEnd"`
	DurationMax    int                        `json:"DurationMax" xml:"DurationMax"`
	CreateTime     string                     `json:"CreateTime" xml:"CreateTime"`
	Priority       int                        `json:"Priority" xml:"Priority"`
	DurationMin    int                        `json:"DurationMin" xml:"DurationMin"`
	AgentsStr      string                     `json:"AgentsStr" xml:"AgentsStr"`
	RuleName       string                     `json:"RuleName" xml:"RuleName"`
	RuleId         int64                      `json:"RuleId" xml:"RuleId"`
	AssignmentType int                        `json:"AssignmentType" xml:"AssignmentType"`
	CallType       int                        `json:"CallType" xml:"CallType"`
	Enabled        int                        `json:"Enabled" xml:"Enabled"`
	CallTimeStart  int64                      `json:"CallTimeStart" xml:"CallTimeStart"`
	SamplingMode   SamplingMode               `json:"SamplingMode" xml:"SamplingMode"`
	Agents         Agents                     `json:"Agents" xml:"Agents"`
	SkillGroups    SkillGroups                `json:"SkillGroups" xml:"SkillGroups"`
	Reviewers      Reviewers                  `json:"Reviewers" xml:"Reviewers"`
	Rules          RulesInListTaskAssignRules `json:"Rules" xml:"Rules"`
}

TaskAssignRuleInfo is a nested struct in qualitycheck response

type TestRuleV4Request ¶ added in v1.62.655

type TestRuleV4Request struct {
	*requests.RpcRequest
	IsSchemeData requests.Integer `position:"Body" name:"IsSchemeData"`
	TestJson     string           `position:"Body" name:"TestJson"`
}

TestRuleV4Request is the request struct for api TestRuleV4

func CreateTestRuleV4Request ¶ added in v1.62.655

func CreateTestRuleV4Request() (request *TestRuleV4Request)

CreateTestRuleV4Request creates a request to invoke TestRuleV4 API

type TestRuleV4Response ¶ added in v1.62.655

type TestRuleV4Response struct {
	*responses.BaseResponse
}

TestRuleV4Response is the response struct for api TestRuleV4

func CreateTestRuleV4Response ¶ added in v1.62.655

func CreateTestRuleV4Response() (response *TestRuleV4Response)

CreateTestRuleV4Response creates a response to parse from TestRuleV4 response

type ThesaurusPo ¶

type ThesaurusPo struct {
	Business    string      `json:"Business" xml:"Business"`
	Id          int64       `json:"Id" xml:"Id"`
	SynonymList SynonymList `json:"SynonymList" xml:"SynonymList"`
}

ThesaurusPo is a nested struct in qualitycheck response

type TimeRange ¶ added in v1.62.655

type TimeRange struct {
	From int64 `json:"From" xml:"From"`
	To   int64 `json:"To" xml:"To"`
}

TimeRange is a nested struct in qualitycheck response

type Triggers ¶

type Triggers struct {
	Trigger []string `json:"Trigger" xml:"Trigger"`
}

Triggers is a nested struct in qualitycheck response

type UpdateAsrVocabRequest ¶

type UpdateAsrVocabRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

UpdateAsrVocabRequest is the request struct for api UpdateAsrVocab

func CreateUpdateAsrVocabRequest ¶

func CreateUpdateAsrVocabRequest() (request *UpdateAsrVocabRequest)

CreateUpdateAsrVocabRequest creates a request to invoke UpdateAsrVocab API

type UpdateAsrVocabResponse ¶

type UpdateAsrVocabResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

UpdateAsrVocabResponse is the response struct for api UpdateAsrVocab

func CreateUpdateAsrVocabResponse ¶

func CreateUpdateAsrVocabResponse() (response *UpdateAsrVocabResponse)

CreateUpdateAsrVocabResponse creates a response to parse from UpdateAsrVocab response

type UpdateCheckTypeToSchemeRequest ¶ added in v1.62.655

type UpdateCheckTypeToSchemeRequest struct {
	*requests.RpcRequest
	JsonStr       string           `position:"Query" name:"jsonStr"`
	BaseMeAgentId requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

UpdateCheckTypeToSchemeRequest is the request struct for api UpdateCheckTypeToScheme

func CreateUpdateCheckTypeToSchemeRequest ¶ added in v1.62.655

func CreateUpdateCheckTypeToSchemeRequest() (request *UpdateCheckTypeToSchemeRequest)

CreateUpdateCheckTypeToSchemeRequest creates a request to invoke UpdateCheckTypeToScheme API

type UpdateCheckTypeToSchemeResponse ¶ added in v1.62.655

type UpdateCheckTypeToSchemeResponse struct {
	*responses.BaseResponse
	Data           int64                             `json:"Data" xml:"Data"`
	RequestId      string                            `json:"RequestId" xml:"RequestId"`
	Success        bool                              `json:"Success" xml:"Success"`
	Code           string                            `json:"Code" xml:"Code"`
	Message        string                            `json:"Message" xml:"Message"`
	HttpStatusCode int                               `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Messages       MessagesInUpdateCheckTypeToScheme `json:"Messages" xml:"Messages"`
}

UpdateCheckTypeToSchemeResponse is the response struct for api UpdateCheckTypeToScheme

func CreateUpdateCheckTypeToSchemeResponse ¶ added in v1.62.655

func CreateUpdateCheckTypeToSchemeResponse() (response *UpdateCheckTypeToSchemeResponse)

CreateUpdateCheckTypeToSchemeResponse creates a response to parse from UpdateCheckTypeToScheme response

type UpdateQualityCheckDataRequest ¶ added in v1.61.1618

type UpdateQualityCheckDataRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

UpdateQualityCheckDataRequest is the request struct for api UpdateQualityCheckData

func CreateUpdateQualityCheckDataRequest ¶ added in v1.61.1618

func CreateUpdateQualityCheckDataRequest() (request *UpdateQualityCheckDataRequest)

CreateUpdateQualityCheckDataRequest creates a request to invoke UpdateQualityCheckData API

type UpdateQualityCheckDataResponse ¶ added in v1.61.1618

type UpdateQualityCheckDataResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

UpdateQualityCheckDataResponse is the response struct for api UpdateQualityCheckData

func CreateUpdateQualityCheckDataResponse ¶ added in v1.61.1618

func CreateUpdateQualityCheckDataResponse() (response *UpdateQualityCheckDataResponse)

CreateUpdateQualityCheckDataResponse creates a response to parse from UpdateQualityCheckData response

type UpdateQualityCheckSchemeRequest ¶ added in v1.62.655

type UpdateQualityCheckSchemeRequest struct {
	*requests.RpcRequest
	JsonStr       string           `position:"Query" name:"jsonStr"`
	BaseMeAgentId requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

UpdateQualityCheckSchemeRequest is the request struct for api UpdateQualityCheckScheme

func CreateUpdateQualityCheckSchemeRequest ¶ added in v1.62.655

func CreateUpdateQualityCheckSchemeRequest() (request *UpdateQualityCheckSchemeRequest)

CreateUpdateQualityCheckSchemeRequest creates a request to invoke UpdateQualityCheckScheme API

type UpdateQualityCheckSchemeResponse ¶ added in v1.62.655

type UpdateQualityCheckSchemeResponse struct {
	*responses.BaseResponse
	RequestId      string                             `json:"RequestId" xml:"RequestId"`
	Success        bool                               `json:"Success" xml:"Success"`
	Code           string                             `json:"Code" xml:"Code"`
	Message        string                             `json:"Message" xml:"Message"`
	HttpStatusCode int                                `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Messages       MessagesInUpdateQualityCheckScheme `json:"Messages" xml:"Messages"`
}

UpdateQualityCheckSchemeResponse is the response struct for api UpdateQualityCheckScheme

func CreateUpdateQualityCheckSchemeResponse ¶ added in v1.62.655

func CreateUpdateQualityCheckSchemeResponse() (response *UpdateQualityCheckSchemeResponse)

CreateUpdateQualityCheckSchemeResponse creates a response to parse from UpdateQualityCheckScheme response

type UpdateRuleByIdRequest ¶ added in v1.62.655

type UpdateRuleByIdRequest struct {
	*requests.RpcRequest
	IsSchemeData         requests.Integer `position:"Body" name:"IsSchemeData"`
	ReturnRelatedSchemes requests.Boolean `position:"Body" name:"ReturnRelatedSchemes"`
	IsCopy               requests.Boolean `position:"Body" name:"IsCopy"`
	JsonStrForRule       string           `position:"Body" name:"JsonStrForRule"`
	RuleId               requests.Integer `position:"Body" name:"RuleId"`
	BaseMeAgentId        requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

UpdateRuleByIdRequest is the request struct for api UpdateRuleById

func CreateUpdateRuleByIdRequest ¶ added in v1.62.655

func CreateUpdateRuleByIdRequest() (request *UpdateRuleByIdRequest)

CreateUpdateRuleByIdRequest creates a request to invoke UpdateRuleById API

type UpdateRuleByIdResponse ¶ added in v1.62.655

type UpdateRuleByIdResponse struct {
	*responses.BaseResponse
	RequestId      string                   `json:"RequestId" xml:"RequestId"`
	Success        bool                     `json:"Success" xml:"Success"`
	Code           string                   `json:"Code" xml:"Code"`
	Message        string                   `json:"Message" xml:"Message"`
	HttpStatusCode int                      `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Messages       MessagesInUpdateRuleById `json:"Messages" xml:"Messages"`
}

UpdateRuleByIdResponse is the response struct for api UpdateRuleById

func CreateUpdateRuleByIdResponse ¶ added in v1.62.655

func CreateUpdateRuleByIdResponse() (response *UpdateRuleByIdResponse)

CreateUpdateRuleByIdResponse creates a response to parse from UpdateRuleById response

type UpdateRuleRequest ¶

type UpdateRuleRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

UpdateRuleRequest is the request struct for api UpdateRule

func CreateUpdateRuleRequest ¶

func CreateUpdateRuleRequest() (request *UpdateRuleRequest)

CreateUpdateRuleRequest creates a request to invoke UpdateRule API

type UpdateRuleResponse ¶

type UpdateRuleResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

UpdateRuleResponse is the response struct for api UpdateRule

func CreateUpdateRuleResponse ¶

func CreateUpdateRuleResponse() (response *UpdateRuleResponse)

CreateUpdateRuleResponse creates a response to parse from UpdateRule response

type UpdateRuleToSchemeRequest ¶ added in v1.62.655

type UpdateRuleToSchemeRequest struct {
	*requests.RpcRequest
	JsonStr       string           `position:"Query" name:"jsonStr"`
	BaseMeAgentId requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

UpdateRuleToSchemeRequest is the request struct for api UpdateRuleToScheme

func CreateUpdateRuleToSchemeRequest ¶ added in v1.62.655

func CreateUpdateRuleToSchemeRequest() (request *UpdateRuleToSchemeRequest)

CreateUpdateRuleToSchemeRequest creates a request to invoke UpdateRuleToScheme API

type UpdateRuleToSchemeResponse ¶ added in v1.62.655

type UpdateRuleToSchemeResponse struct {
	*responses.BaseResponse
	Data           int64                        `json:"Data" xml:"Data"`
	RequestId      string                       `json:"RequestId" xml:"RequestId"`
	Success        bool                         `json:"Success" xml:"Success"`
	Code           string                       `json:"Code" xml:"Code"`
	Message        string                       `json:"Message" xml:"Message"`
	HttpStatusCode int                          `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Messages       MessagesInUpdateRuleToScheme `json:"Messages" xml:"Messages"`
}

UpdateRuleToSchemeResponse is the response struct for api UpdateRuleToScheme

func CreateUpdateRuleToSchemeResponse ¶ added in v1.62.655

func CreateUpdateRuleToSchemeResponse() (response *UpdateRuleToSchemeResponse)

CreateUpdateRuleToSchemeResponse creates a response to parse from UpdateRuleToScheme response

type UpdateRuleV4Request ¶ added in v1.62.655

type UpdateRuleV4Request struct {
	*requests.RpcRequest
	IsSchemeData         requests.Integer `position:"Body" name:"IsSchemeData"`
	ReturnRelatedSchemes requests.Boolean `position:"Body" name:"ReturnRelatedSchemes"`
	IsCopy               requests.Boolean `position:"Body" name:"IsCopy"`
	JsonStrForRule       string           `position:"Body" name:"JsonStrForRule"`
	RuleId               requests.Integer `position:"Body" name:"RuleId"`
	BaseMeAgentId        requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

UpdateRuleV4Request is the request struct for api UpdateRuleV4

func CreateUpdateRuleV4Request ¶ added in v1.62.655

func CreateUpdateRuleV4Request() (request *UpdateRuleV4Request)

CreateUpdateRuleV4Request creates a request to invoke UpdateRuleV4 API

type UpdateRuleV4Response ¶ added in v1.62.655

type UpdateRuleV4Response struct {
	*responses.BaseResponse
	RequestId      string                 `json:"RequestId" xml:"RequestId"`
	Success        bool                   `json:"Success" xml:"Success"`
	Code           string                 `json:"Code" xml:"Code"`
	Message        string                 `json:"Message" xml:"Message"`
	HttpStatusCode int                    `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Data           int64                  `json:"Data" xml:"Data"`
	Messages       MessagesInUpdateRuleV4 `json:"Messages" xml:"Messages"`
}

UpdateRuleV4Response is the response struct for api UpdateRuleV4

func CreateUpdateRuleV4Response ¶ added in v1.62.655

func CreateUpdateRuleV4Response() (response *UpdateRuleV4Response)

CreateUpdateRuleV4Response creates a response to parse from UpdateRuleV4 response

type UpdateSchemeTaskConfigRequest ¶ added in v1.62.655

type UpdateSchemeTaskConfigRequest struct {
	*requests.RpcRequest
	JsonStr       string           `position:"Query" name:"jsonStr"`
	BaseMeAgentId requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

UpdateSchemeTaskConfigRequest is the request struct for api UpdateSchemeTaskConfig

func CreateUpdateSchemeTaskConfigRequest ¶ added in v1.62.655

func CreateUpdateSchemeTaskConfigRequest() (request *UpdateSchemeTaskConfigRequest)

CreateUpdateSchemeTaskConfigRequest creates a request to invoke UpdateSchemeTaskConfig API

type UpdateSchemeTaskConfigResponse ¶ added in v1.62.655

type UpdateSchemeTaskConfigResponse struct {
	*responses.BaseResponse
	RequestId      string                           `json:"RequestId" xml:"RequestId"`
	Success        bool                             `json:"Success" xml:"Success"`
	Code           string                           `json:"Code" xml:"Code"`
	Message        string                           `json:"Message" xml:"Message"`
	HttpStatusCode int                              `json:"HttpStatusCode" xml:"HttpStatusCode"`
	Messages       MessagesInUpdateSchemeTaskConfig `json:"Messages" xml:"Messages"`
}

UpdateSchemeTaskConfigResponse is the response struct for api UpdateSchemeTaskConfig

func CreateUpdateSchemeTaskConfigResponse ¶ added in v1.62.655

func CreateUpdateSchemeTaskConfigResponse() (response *UpdateSchemeTaskConfigResponse)

CreateUpdateSchemeTaskConfigResponse creates a response to parse from UpdateSchemeTaskConfig response

type UpdateScoreForApiRequest ¶

type UpdateScoreForApiRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

UpdateScoreForApiRequest is the request struct for api UpdateScoreForApi

func CreateUpdateScoreForApiRequest ¶

func CreateUpdateScoreForApiRequest() (request *UpdateScoreForApiRequest)

CreateUpdateScoreForApiRequest creates a request to invoke UpdateScoreForApi API

type UpdateScoreForApiResponse ¶

type UpdateScoreForApiResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

UpdateScoreForApiResponse is the response struct for api UpdateScoreForApi

func CreateUpdateScoreForApiResponse ¶

func CreateUpdateScoreForApiResponse() (response *UpdateScoreForApiResponse)

CreateUpdateScoreForApiResponse creates a response to parse from UpdateScoreForApi response

type UpdateSkillGroupConfigRequest ¶

type UpdateSkillGroupConfigRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

UpdateSkillGroupConfigRequest is the request struct for api UpdateSkillGroupConfig

func CreateUpdateSkillGroupConfigRequest ¶

func CreateUpdateSkillGroupConfigRequest() (request *UpdateSkillGroupConfigRequest)

CreateUpdateSkillGroupConfigRequest creates a request to invoke UpdateSkillGroupConfig API

type UpdateSkillGroupConfigResponse ¶

type UpdateSkillGroupConfigResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

UpdateSkillGroupConfigResponse is the response struct for api UpdateSkillGroupConfig

func CreateUpdateSkillGroupConfigResponse ¶

func CreateUpdateSkillGroupConfigResponse() (response *UpdateSkillGroupConfigResponse)

CreateUpdateSkillGroupConfigResponse creates a response to parse from UpdateSkillGroupConfig response

type UpdateSubScoreForApiRequest ¶

type UpdateSubScoreForApiRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

UpdateSubScoreForApiRequest is the request struct for api UpdateSubScoreForApi

func CreateUpdateSubScoreForApiRequest ¶

func CreateUpdateSubScoreForApiRequest() (request *UpdateSubScoreForApiRequest)

CreateUpdateSubScoreForApiRequest creates a request to invoke UpdateSubScoreForApi API

type UpdateSubScoreForApiResponse ¶

type UpdateSubScoreForApiResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

UpdateSubScoreForApiResponse is the response struct for api UpdateSubScoreForApi

func CreateUpdateSubScoreForApiResponse ¶

func CreateUpdateSubScoreForApiResponse() (response *UpdateSubScoreForApiResponse)

CreateUpdateSubScoreForApiResponse creates a response to parse from UpdateSubScoreForApi response

type UpdateSyncQualityCheckDataRequest ¶ added in v1.61.737

type UpdateSyncQualityCheckDataRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

UpdateSyncQualityCheckDataRequest is the request struct for api UpdateSyncQualityCheckData

func CreateUpdateSyncQualityCheckDataRequest ¶ added in v1.61.737

func CreateUpdateSyncQualityCheckDataRequest() (request *UpdateSyncQualityCheckDataRequest)

CreateUpdateSyncQualityCheckDataRequest creates a request to invoke UpdateSyncQualityCheckData API

type UpdateSyncQualityCheckDataResponse ¶ added in v1.61.737

type UpdateSyncQualityCheckDataResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      Data   `json:"Data" xml:"Data"`
}

UpdateSyncQualityCheckDataResponse is the response struct for api UpdateSyncQualityCheckData

func CreateUpdateSyncQualityCheckDataResponse ¶ added in v1.61.737

func CreateUpdateSyncQualityCheckDataResponse() (response *UpdateSyncQualityCheckDataResponse)

CreateUpdateSyncQualityCheckDataResponse creates a response to parse from UpdateSyncQualityCheckData response

type UpdateTaskAssignRuleRequest ¶

type UpdateTaskAssignRuleRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

UpdateTaskAssignRuleRequest is the request struct for api UpdateTaskAssignRule

func CreateUpdateTaskAssignRuleRequest ¶

func CreateUpdateTaskAssignRuleRequest() (request *UpdateTaskAssignRuleRequest)

CreateUpdateTaskAssignRuleRequest creates a request to invoke UpdateTaskAssignRule API

type UpdateTaskAssignRuleResponse ¶

type UpdateTaskAssignRuleResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

UpdateTaskAssignRuleResponse is the response struct for api UpdateTaskAssignRule

func CreateUpdateTaskAssignRuleResponse ¶

func CreateUpdateTaskAssignRuleResponse() (response *UpdateTaskAssignRuleResponse)

CreateUpdateTaskAssignRuleResponse creates a response to parse from UpdateTaskAssignRule response

type UpdateUserConfigRequest ¶

type UpdateUserConfigRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

UpdateUserConfigRequest is the request struct for api UpdateUserConfig

func CreateUpdateUserConfigRequest ¶

func CreateUpdateUserConfigRequest() (request *UpdateUserConfigRequest)

CreateUpdateUserConfigRequest creates a request to invoke UpdateUserConfig API

type UpdateUserConfigResponse ¶

type UpdateUserConfigResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

UpdateUserConfigResponse is the response struct for api UpdateUserConfig

func CreateUpdateUserConfigResponse ¶

func CreateUpdateUserConfigResponse() (response *UpdateUserConfigResponse)

CreateUpdateUserConfigResponse creates a response to parse from UpdateUserConfig response

type UpdateUserRequest ¶

type UpdateUserRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

UpdateUserRequest is the request struct for api UpdateUser

func CreateUpdateUserRequest ¶

func CreateUpdateUserRequest() (request *UpdateUserRequest)

CreateUpdateUserRequest creates a request to invoke UpdateUser API

type UpdateUserResponse ¶

type UpdateUserResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

UpdateUserResponse is the response struct for api UpdateUser

func CreateUpdateUserResponse ¶

func CreateUpdateUserResponse() (response *UpdateUserResponse)

CreateUpdateUserResponse creates a response to parse from UpdateUser response

type UpdateWarningConfigRequest ¶

type UpdateWarningConfigRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

UpdateWarningConfigRequest is the request struct for api UpdateWarningConfig

func CreateUpdateWarningConfigRequest ¶

func CreateUpdateWarningConfigRequest() (request *UpdateWarningConfigRequest)

CreateUpdateWarningConfigRequest creates a request to invoke UpdateWarningConfig API

type UpdateWarningConfigResponse ¶

type UpdateWarningConfigResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

UpdateWarningConfigResponse is the response struct for api UpdateWarningConfig

func CreateUpdateWarningConfigResponse ¶

func CreateUpdateWarningConfigResponse() (response *UpdateWarningConfigResponse)

CreateUpdateWarningConfigResponse creates a response to parse from UpdateWarningConfig response

type UpdateWarningStrategyConfigRequest ¶ added in v1.62.655

type UpdateWarningStrategyConfigRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

UpdateWarningStrategyConfigRequest is the request struct for api UpdateWarningStrategyConfig

func CreateUpdateWarningStrategyConfigRequest ¶ added in v1.62.655

func CreateUpdateWarningStrategyConfigRequest() (request *UpdateWarningStrategyConfigRequest)

CreateUpdateWarningStrategyConfigRequest creates a request to invoke UpdateWarningStrategyConfig API

type UpdateWarningStrategyConfigResponse ¶ added in v1.62.655

type UpdateWarningStrategyConfigResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

UpdateWarningStrategyConfigResponse is the response struct for api UpdateWarningStrategyConfig

func CreateUpdateWarningStrategyConfigResponse ¶ added in v1.62.655

func CreateUpdateWarningStrategyConfigResponse() (response *UpdateWarningStrategyConfigResponse)

CreateUpdateWarningStrategyConfigResponse creates a response to parse from UpdateWarningStrategyConfig response

type UploadAudioDataRequest ¶

type UploadAudioDataRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

UploadAudioDataRequest is the request struct for api UploadAudioData

func CreateUploadAudioDataRequest ¶

func CreateUploadAudioDataRequest() (request *UploadAudioDataRequest)

CreateUploadAudioDataRequest creates a request to invoke UploadAudioData API

type UploadAudioDataResponse ¶

type UploadAudioDataResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

UploadAudioDataResponse is the response struct for api UploadAudioData

func CreateUploadAudioDataResponse ¶

func CreateUploadAudioDataResponse() (response *UploadAudioDataResponse)

CreateUploadAudioDataResponse creates a response to parse from UploadAudioData response

type UploadDataRequest ¶

type UploadDataRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

UploadDataRequest is the request struct for api UploadData

func CreateUploadDataRequest ¶

func CreateUploadDataRequest() (request *UploadDataRequest)

CreateUploadDataRequest creates a request to invoke UploadData API

type UploadDataResponse ¶

type UploadDataResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

UploadDataResponse is the response struct for api UploadData

func CreateUploadDataResponse ¶

func CreateUploadDataResponse() (response *UploadDataResponse)

CreateUploadDataResponse creates a response to parse from UploadData response

type UploadDataSyncRequest ¶

type UploadDataSyncRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

UploadDataSyncRequest is the request struct for api UploadDataSync

func CreateUploadDataSyncRequest ¶

func CreateUploadDataSyncRequest() (request *UploadDataSyncRequest)

CreateUploadDataSyncRequest creates a request to invoke UploadDataSync API

type UploadDataSyncResponse ¶

type UploadDataSyncResponse struct {
	*responses.BaseResponse
	Code      string               `json:"Code" xml:"Code"`
	Message   string               `json:"Message" xml:"Message"`
	RequestId string               `json:"RequestId" xml:"RequestId"`
	Success   bool                 `json:"Success" xml:"Success"`
	Data      DataInUploadDataSync `json:"Data" xml:"Data"`
}

UploadDataSyncResponse is the response struct for api UploadDataSync

func CreateUploadDataSyncResponse ¶

func CreateUploadDataSyncResponse() (response *UploadDataSyncResponse)

CreateUploadDataSyncResponse creates a response to parse from UploadDataSync response

type UploadDataV4Request ¶ added in v1.62.655

type UploadDataV4Request struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Body" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Body" name:"BaseMeAgentId"`
}

UploadDataV4Request is the request struct for api UploadDataV4

func CreateUploadDataV4Request ¶ added in v1.62.655

func CreateUploadDataV4Request() (request *UploadDataV4Request)

CreateUploadDataV4Request creates a request to invoke UploadDataV4 API

type UploadDataV4Response ¶ added in v1.62.655

type UploadDataV4Response struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
}

UploadDataV4Response is the response struct for api UploadDataV4

func CreateUploadDataV4Response ¶ added in v1.62.655

func CreateUploadDataV4Response() (response *UploadDataV4Response)

CreateUploadDataV4Response creates a response to parse from UploadDataV4 response

type UploadRuleRequest ¶

type UploadRuleRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

UploadRuleRequest is the request struct for api UploadRule

func CreateUploadRuleRequest ¶

func CreateUploadRuleRequest() (request *UploadRuleRequest)

CreateUploadRuleRequest creates a request to invoke UploadRule API

type UploadRuleResponse ¶

type UploadRuleResponse struct {
	*responses.BaseResponse
	Code      string           `json:"Code" xml:"Code"`
	Message   string           `json:"Message" xml:"Message"`
	RequestId string           `json:"RequestId" xml:"RequestId"`
	Success   bool             `json:"Success" xml:"Success"`
	Data      DataInUploadRule `json:"Data" xml:"Data"`
}

UploadRuleResponse is the response struct for api UploadRule

func CreateUploadRuleResponse ¶

func CreateUploadRuleResponse() (response *UploadRuleResponse)

CreateUploadRuleResponse creates a response to parse from UploadRule response

type User ¶

type User struct {
	DisplayName   string `json:"DisplayName" xml:"DisplayName"`
	UpdateTime    string `json:"UpdateTime" xml:"UpdateTime"`
	Description   string `json:"Description" xml:"Description"`
	CreateTime    string `json:"CreateTime" xml:"CreateTime"`
	LoginUserType int    `json:"LoginUserType" xml:"LoginUserType"`
	AliUid        string `json:"AliUid" xml:"AliUid"`
	RoleName      string `json:"RoleName" xml:"RoleName"`
	UserName      string `json:"UserName" xml:"UserName"`
	Id            int64  `json:"Id" xml:"Id"`
}

User is a nested struct in qualitycheck response

type VerifyFileRequest ¶

type VerifyFileRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

VerifyFileRequest is the request struct for api VerifyFile

func CreateVerifyFileRequest ¶

func CreateVerifyFileRequest() (request *VerifyFileRequest)

CreateVerifyFileRequest creates a request to invoke VerifyFile API

type VerifyFileResponse ¶

type VerifyFileResponse struct {
	*responses.BaseResponse
	Code      string  `json:"Code" xml:"Code"`
	Message   string  `json:"Message" xml:"Message"`
	Data      float64 `json:"Data" xml:"Data"`
	RequestId string  `json:"RequestId" xml:"RequestId"`
	Success   bool    `json:"Success" xml:"Success"`
}

VerifyFileResponse is the response struct for api VerifyFile

func CreateVerifyFileResponse ¶

func CreateVerifyFileResponse() (response *VerifyFileResponse)

CreateVerifyFileResponse creates a response to parse from VerifyFile response

type VerifySentenceRequest ¶

type VerifySentenceRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JsonStr         string           `position:"Query" name:"JsonStr"`
	BaseMeAgentId   requests.Integer `position:"Query" name:"BaseMeAgentId"`
}

VerifySentenceRequest is the request struct for api VerifySentence

func CreateVerifySentenceRequest ¶

func CreateVerifySentenceRequest() (request *VerifySentenceRequest)

CreateVerifySentenceRequest creates a request to invoke VerifySentence API

type VerifySentenceResponse ¶

type VerifySentenceResponse struct {
	*responses.BaseResponse
	RequestId      string               `json:"RequestId" xml:"RequestId"`
	Success        bool                 `json:"Success" xml:"Success"`
	IncorrectWords int                  `json:"IncorrectWords" xml:"IncorrectWords"`
	TargetRole     int                  `json:"TargetRole" xml:"TargetRole"`
	Code           string               `json:"Code" xml:"Code"`
	Message        string               `json:"Message" xml:"Message"`
	SourceRole     int                  `json:"SourceRole" xml:"SourceRole"`
	Data           DataInVerifySentence `json:"Data" xml:"Data"`
}

VerifySentenceResponse is the response struct for api VerifySentence

func CreateVerifySentenceResponse ¶

func CreateVerifySentenceResponse() (response *VerifySentenceResponse)

CreateVerifySentenceResponse creates a response to parse from VerifySentence response

type WarningConfigInfo ¶

type WarningConfigInfo struct {
	Status     int                         `json:"Status" xml:"Status"`
	ConfigName string                      `json:"ConfigName" xml:"ConfigName"`
	UpdateTime string                      `json:"UpdateTime" xml:"UpdateTime"`
	ConfigId   int64                       `json:"ConfigId" xml:"ConfigId"`
	CreateTime string                      `json:"CreateTime" xml:"CreateTime"`
	RidList    RidList                     `json:"RidList" xml:"RidList"`
	RuleList   RuleListInListWarningConfig `json:"RuleList" xml:"RuleList"`
	Channels   Channels                    `json:"Channels" xml:"Channels"`
}

WarningConfigInfo is a nested struct in qualitycheck response

type WarningRule ¶

type WarningRule struct {
	RuleName string `json:"RuleName" xml:"RuleName"`
	Rid      int64  `json:"Rid" xml:"Rid"`
}

WarningRule is a nested struct in qualitycheck response

type WarningStrategyList ¶ added in v1.62.655

type WarningStrategyList struct {
	WarningStrategyListItem []WarningStrategyListItem `json:"warningStrategyList" xml:"warningStrategyList"`
}

WarningStrategyList is a nested struct in qualitycheck response

type WarningStrategyListItem ¶ added in v1.62.655

type WarningStrategyListItem struct {
	Code                string `json:"Code" xml:"Code"`
	Duration            int64  `json:"Duration" xml:"Duration"`
	DurationExpression  int64  `json:"DurationExpression" xml:"DurationExpression"`
	HitNumber           int64  `json:"HitNumber" xml:"HitNumber"`
	HitNumberExpression int64  `json:"HitNumberExpression" xml:"HitNumberExpression"`
	HitRuleList         string `json:"HitRuleList" xml:"HitRuleList"`
	HitType             int64  `json:"HitType" xml:"HitType"`
	Id                  int64  `json:"Id" xml:"Id"`
	Status              int64  `json:"Status" xml:"Status"`
	Range               Range  `json:"Range" xml:"Range"`
}

WarningStrategyListItem is a nested struct in qualitycheck response

type Word ¶

type Word struct {
	Weight int    `json:"Weight" xml:"Weight"`
	Word   string `json:"Word" xml:"Word"`
}

Word is a nested struct in qualitycheck response

type Words ¶

type Words struct {
	Word []Word `json:"Word" xml:"Word"`
}

Words is a nested struct in qualitycheck response

type WordsParam ¶

type WordsParam struct {
	Excludes      string `json:"Excludes" xml:"Excludes"`
	Includes      string `json:"Includes" xml:"Includes"`
	ExtraConfigId int64  `json:"ExtraConfigId" xml:"ExtraConfigId"`
}

WordsParam is a nested struct in qualitycheck response

Source Files ¶

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL