ContinueWithSettingsUi Indicates, that the UI flow could be continued by showing a settings ui
| 21 | |
| 22 | // ContinueWithSettingsUi Indicates, that the UI flow could be continued by showing a settings ui |
| 23 | type ContinueWithSettingsUi struct { |
| 24 | // Action will always be `show_settings_ui` show_settings_ui ContinueWithActionShowSettingsUIString |
| 25 | Action string `json:"action"` |
| 26 | Flow ContinueWithSettingsUiFlow `json:"flow"` |
| 27 | AdditionalProperties map[string]interface{} |
| 28 | } |
| 29 | |
| 30 | type _ContinueWithSettingsUi ContinueWithSettingsUi |
| 31 |