1package qualitycheck
2
3//Licensed under the Apache License, Version 2.0 (the "License");
4//you may not use this file except in compliance with the License.
5//You may obtain a copy of the License at
6//
7//http://www.apache.org/licenses/LICENSE-2.0
8//
9//Unless required by applicable law or agreed to in writing, software
10//distributed under the License is distributed on an "AS IS" BASIS,
11//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12//See the License for the specific language governing permissions and
13//limitations under the License.
14//
15// Code generated by Alibaba Cloud SDK Code Generator.
16// Changes may cause incorrect behavior and will be lost if the code is regenerated.
17
18// Param is a nested struct in qualitycheck response
19type Param struct {
20	Regex                 string             `json:"Regex" xml:"Regex"`
21	Phrase                string             `json:"Phrase" xml:"Phrase"`
22	Interval              int                `json:"Interval" xml:"Interval"`
23	Threshold             float64            `json:"Threshold" xml:"Threshold"`
24	InSentence            bool               `json:"InSentence" xml:"InSentence"`
25	Target                int                `json:"Target" xml:"Target"`
26	FromEnd               bool               `json:"FromEnd" xml:"FromEnd"`
27	DifferentRole         bool               `json:"DifferentRole" xml:"DifferentRole"`
28	TargetRole            string             `json:"TargetRole" xml:"TargetRole"`
29	Score                 int                `json:"Score" xml:"Score"`
30	ContextChatMatch      bool               `json:"ContextChatMatch" xml:"ContextChatMatch"`
31	KeywordMatchSize      int                `json:"KeywordMatchSize" xml:"KeywordMatchSize"`
32	Average               bool               `json:"Average" xml:"Average"`
33	VelocityInMint        int                `json:"VelocityInMint" xml:"VelocityInMint"`
34	MinWordSize           int                `json:"MinWordSize" xml:"MinWordSize"`
35	KeywordExtension      bool               `json:"KeywordExtension" xml:"KeywordExtension"`
36	HitTime               int                `json:"HitTime" xml:"HitTime"`
37	From                  int                `json:"From" xml:"From"`
38	BeginType             string             `json:"BeginType" xml:"BeginType"`
39	CompareOperator       string             `json:"CompareOperator" xml:"CompareOperator"`
40	CheckType             int                `json:"CheckType" xml:"CheckType"`
41	MaxEmotionChangeValue int                `json:"MaxEmotionChangeValue" xml:"MaxEmotionChangeValue"`
42	NotRegex              string             `json:"NotRegex" xml:"NotRegex"`
43	SimilarityThreshold   float64            `json:"Similarity_threshold" xml:"Similarity_threshold"`
44	DelayTime             int                `json:"DelayTime" xml:"DelayTime"`
45	OperKeyWords          OperKeyWords       `json:"OperKeyWords" xml:"OperKeyWords"`
46	References            References         `json:"References" xml:"References"`
47	SimilarlySentences    SimilarlySentences `json:"SimilarlySentences" xml:"SimilarlySentences"`
48	Excludes              Excludes           `json:"Excludes" xml:"Excludes"`
49	Pvalues               Pvalues            `json:"Pvalues" xml:"Pvalues"`
50	AntModelInfo          AntModelInfo       `json:"AntModelInfo" xml:"AntModelInfo"`
51}
52