{
   "resolverTimeout": 1,
   "generatorTimeout": 1,
   "interactionPropertiesWaitTime": 0.1,
   "platformRootLocation": "/System/Library/Assistant/FlowDelegatePlugins/SiriSuggestionsFlowPlugin.bundle/Templates/",
   "canInvokeSuggestions": true,
   "showDescriptions": false,
   "showIconAssets": true,
   "minimumAppSaliencyScore": 0.05,
   "discoverabilityScorer": {
      "gamma": 1,
      "maxNumberOfSuggestionsPerSignal": 64,
      "actionTypeCoefficients": [
         {"actionType": "linkAction", "coefficient": 0.25},
         {"actionType": "siriAction", "coefficient": 0.5},
         {"actionType": "suggestionAction(assistantSuggestions)", "coefficient": 1},
         {"actionType": "suggestionAction(siriHelp)", "coefficient": 1},
         {"actionType": "suggestionAction(siriHints)", "coefficient": 1},
         {"actionType": "suggestionAction(siriHintsSpoken)", "coefficient": 1},
         {"actionType": "suggestionAction(unknown)", "coefficient": 1}
      ],
      "betaHalflifeInDays": 7,
      "refreshPeriodMins": 60,
      "refreshMaxNumRequests": 3,
      "amountOfShuffle": 0.0
   },
   "engagementScorer": {
      "engagementBetaHalfLifeHours": 168,
      "impressionBetaHalfLifeHours": 24,
      "impressionWeight": 0.2,
      "engagementWeight": 0.8,
      "engagementEstimatorScoreWeight": 0.33,
      "relevanceScoreWeight": 0.33,
      "interactionHistoryScoreWeight": 0.33,
      "minimumEngagementEstimatorScore": 0.01,
      "engagementScorerModelName": "identityModel",
      "smartSupressionModelName": "identityModel"
   },
   "siriHelp": {
      "totalMaxSuggestions": 5,
      "maxGroupPriorToFilter": 1,
      "appLastSeenPeriod": 2419200,
      "sessionLength": 20,
      "beforeTheFold": {
          "maxSuggestions": 5,
          "addFallbacks": false,
          "distinctSuggestionIdOwners": ["link"],
          "distinctOwnership": true,
          "distinctSuggestionGroups": ["ThirdParty"]
      }
   },
   "siriHints": {
       "maxNumberOfExposures": 3,
       "observationPeriodInDays": 84,
       "uiDisplayTimeout": 0.12,
       "suppressionWindowHours": 72,
       "smartSuppressionThreshold": 0.0
   },
   "assistantSuggestions": {
       "maxNumberOfExposures": 2,
       "suppressionWindowHours": 0,
       "maxShownSuggestions": 3,
       "smartSuppressionThreshold": 0.0,
       "coolOffHoursAfterEngagement": 2
   },
   "includeCategoryFallbacks": false,
   "intelligence": {
      "featureExtraction": {
          "maxNumOfAppIdFeatures": 10,
          "appUsageOrderBy": "averageSessionLength",
          "nowPlayingLookbackBufferSeconds": 5
      }
   },
   "assistantInitiatedSuggestions": {
        "maxNumberOfExposures": 1,
        "suppressionWindowHours": 336,
        "suppressionWindowHoursSinceLastDeliveryVehicle": {
            "siriHintsSpoken" : 168
        }
   },
   "signalGenerator": {
        "totalMaxSuggestions": 5
   }
}
