The trigger context that defines how the update will be triggered. This may modify the dialog in order to narrow down the user's preferences for getting his or her updates.
TriggerContext
A trigger context represents triggering criteria for an update specified by the app. This means that the app recommends updates that triggers under these conditions.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[],["The input for `actions.intent.REGISTER_UPDATE` is defined using JSON, including an `intent` string and an `arguments` array for fulfilling updates. It also contains a `triggerContext` object, specifying update trigger conditions. `TriggerContext` uses a `timeContext` object, that has a `frequency` field. The frequency is an enum, indicating the recurring update frequency. These structures allow the app to define how and when updates should be triggered and delivered.\n"]]