| Name | Type | Description | Notes |
|---|---|---|---|
| type | TypeEnum | ||
| text | String | ||
| url | URI | Required when type is URL | [optional] |
| example | List<String> | Example values for URL suffix variables | [optional] |
| phoneNumber | String | Required when type is phone_number | [optional] |
| otpType | OtpTypeEnum | Required when type is otp | [optional] |
| autofillText | String | [optional] | |
| packageName | String | [optional] | |
| signatureHash | String | [optional] | |
| flowId | String | [optional] | |
| flowName | String | [optional] | |
| flowJson | String | [optional] | |
| flowAction | String | [optional] | |
| navigateScreen | String | [optional] |
| Name | Value |
|---|---|
| QUICK_REPLY | "quick_reply" |
| URL | "url" |
| PHONE_NUMBER | "phone_number" |
| OTP | "otp" |
| FLOW | "flow" |
| MPM | "mpm" |
| CATALOG | "catalog" |
| Name | Value |
|---|---|
| COPY_CODE | "copy_code" |
| ONE_TAP | "one_tap" |
| ZERO_TAP | "zero_tap" |