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 more

    Declaration

    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 more

    Declaration

    Swift

    public enum FallbackMode : String, Codable