Page Summary
-
The webpage describes how to test intent for supported conversational surfaces.
-
It provides the JSON representation and fields for defining a test URL.
-
The
Surfacesection 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 ( |
| Fields | |
|---|---|
surface |
The surface for the conversation. |
url |
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. |