RegisterUpdateValueSpec
Stay organized with collections
Save and categorize content based on your preferences.
Passed from the app as input for actions.intent.REGISTER_UPDATE
.
JSON representation |
{
"intent": string,
"arguments": [
{
object (Argument )
}
],
"triggerContext": {
object (TriggerContext )
}
} |
Fields |
intent |
string
The intent that the user wants to get updates from.
|
arguments[] |
object (Argument )
The list of arguments to necessary to fulfill an update.
|
triggerContext |
object (TriggerContext )
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.
JSON representation |
{
"timeContext": {
object (TimeContext )
}
} |
Fields |
timeContext |
object (TimeContext )
The time context for which the update can be triggered.
|
TimeContext
time-related triggering criteria.
JSON representation |
{
"frequency": enum (Frequency )
} |
Fields |
frequency |
enum (Frequency )
The high-level frequency of the recurring update.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["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."],[[["`actions.intent.REGISTER_UPDATE` requires an intent, arguments, and a trigger context as input."],["TriggerContext defines the conditions for triggering updates, potentially modifying the dialog to gather user preferences."],["TimeContext specifies time-based criteria for triggering updates, focusing on the frequency of recurring updates."],["JSON representations and field details are provided for `actions.intent.REGISTER_UPDATE`, TriggerContext, and TimeContext."]]],[]]