-
Notifications
You must be signed in to change notification settings - Fork 271
/
struct_param.go
49 lines (47 loc) · 3.38 KB
/
struct_param.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
package qualitycheck
//Licensed under the Apache License, Version 2.0 (the "License");
//you may not use this file except in compliance with the License.
//You may obtain a copy of the License at
//
//http://www.apache.org/licenses/LICENSE-2.0
//
//Unless required by applicable law or agreed to in writing, software
//distributed under the License is distributed on an "AS IS" BASIS,
//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
//See the License for the specific language governing permissions and
//limitations under the License.
//
// Code generated by Alibaba Cloud SDK Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is regenerated.
// Param is a nested struct in qualitycheck response
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"`
}