feat: update auto reply and packaging
This commit is contained in:
@@ -129,6 +129,7 @@ type HandoffConfig struct {
|
||||
type IdentityConfig struct {
|
||||
UnknownPolicy string `json:"unknownPolicy"`
|
||||
UnknownHandoffPolicy string `json:"unknownHandoffPolicy"`
|
||||
ReplyExternalOnly bool `json:"replyExternalOnly"`
|
||||
RefreshOnStart bool `json:"refreshOnStart"`
|
||||
RefreshIntervalMinutes int `json:"refreshIntervalMinutes"`
|
||||
PageSize int `json:"pageSize"`
|
||||
@@ -272,6 +273,7 @@ func NewDefaultAutoReplyConfig() AutoReplyConfig {
|
||||
Identity: IdentityConfig{
|
||||
UnknownPolicy: "customer",
|
||||
UnknownHandoffPolicy: "hold",
|
||||
ReplyExternalOnly: false,
|
||||
RefreshOnStart: true,
|
||||
RefreshIntervalMinutes: 30,
|
||||
PageSize: 200,
|
||||
|
||||
Reference in New Issue
Block a user