Other Enumerations
The following enumerations are available globally.
-
The type of client submitting the request: “iOS”, “web”, “fb”, “dss”, or “android” - others will be mapped to “unknown”. Case-insensitive.
See moreDeclaration
Swift
public enum WaveClient : String, Codable -
If we cannot find a wienbot answer locally, what system should we use to search for a fallback answer. Default is “wienSearch” - this default is also used if an unknown fallback mode is provided. Optional. Case-Sensitive.
See moreDeclaration
Swift
public enum FallbackMode : String, Codable
Other Enumerations Reference