RegisterStatus

public struct RegisterStatus : Codable, Equatable

Information about a request to register a callback for asynchronous speech recognition.

  • The current status of the job:

    • created: The service successfully allowlisted the callback URL as a result of the call.
    • already created: The URL was already allowlisted.
    See more

    Declaration

    Swift

    public enum Status : String
  • The current status of the job:

    • created: The service successfully allowlisted the callback URL as a result of the call.
    • already created: The URL was already allowlisted.

    Declaration

    Swift

    public var status: String
  • url

    The callback URL that is successfully registered.

    Declaration

    Swift

    public var url: String