Conversational Actions will be deprecated on June 13, 2023. For more information, see Conversational Actions sunset.

NewSurfaceValueSpec

Stay organized with collections Save and categorize content based on your preferences.

Passed from the app as input for actions.intent.NEW_SURFACE.

JSON representation
{
  "capabilities": [
    string
  ],
  "context": string,
  "notificationTitle": string
}
Fields
capabilities[]

string

The list of capabilities required from the surface. Eg, ["actions.capability.SCREEN_OUTPUT"]

context

string

Context describing the content the user will receive on the new surface. Eg, "[Sure, I know of 10 that are really popular. The highest-rated one is at Mount Marcy.] Is it okay if I send that to your phone?"

notificationTitle

string

title of the notification which prompts the user to continue on the new surface.