Lines Matching defs:Param

19 type Param struct {  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"`