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.
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
-
The callback URL that is successfully registered.
Declaration
Swift
public var url: String