TestUrl

  • The webpage describes how to test intent for supported conversational surfaces.

  • It provides the JSON representation and fields for defining a test URL.

  • The Surface section lists and describes the various supported conversation surfaces, including unspecified, Android web, Android Google Maps, and iOS Google Maps.

Test intent for supported conversational surfaces.

JSON representation
{
  "surface": enum (Surface),
  "url": string
}
Fields
surface

enum (Surface)

The surface for the conversation.

url

string

The test url for launching conversation.

Surface

The conversation surfaces.

Enums
SURFACE_UNSPECIFIED Unspecified surface.
SURFACE_ANDROID_WEB Android web surface.
SURFACE_ANDROID_MAPS Android Google Maps surface.
SURFACE_IOS_MAPS iOS Google Maps surface.