Spec for asking for permission.
JSON representation | |
---|---|
{ "optContext": string, "permissions": [ enum ( |
Fields | |
---|---|
optContext |
The context why agent needs to request permission. |
permissions[] |
List of permissions requested by the agent. |
updatePermissionValueSpec |
Additional information needed to fulfill update permission request. |
UpdatePermissionValueSpec
Additional information needed for requesting an update permission.
JSON representation | |
---|---|
{
"intent": string,
"arguments": [
{
object ( |
Fields | |
---|---|
intent |
The intent that the user wants to get updates from. |
arguments[] |
The list of arguments necessary to fulfill an update. |