PageInfo
Represents page information communicated to and from the webhook.
| JSON representation |
|---|
{
"currentPage": string,
"displayName": string,
"formInfo": {
object ( |
| Fields | |
|---|---|
currentPage |
Always present for |
displayName |
Always present for |
formInfo |
Optional for both |
FormInfo
Represents form information.
| JSON representation |
|---|
{
"parameterInfo": [
{
object ( |
| Fields | |
|---|---|
parameterInfo[] |
Optional for both |
ParameterInfo
Represents parameter information.
| JSON representation |
|---|
{
"displayName": string,
"required": boolean,
"state": enum ( |
| Fields | |
|---|---|
displayName |
Always present for |
required |
Optional for both |
state |
Always present for |
value |
Optional for both |
justCollected |
Optional for |