Skip to main content

RequestRegistration

Result of registering a request in the request queue, either by adding a new request or updating an existing one.

Index

Properties

model_config

model_config: Undefined

request_id

request_id: str

A unique identifier assigned to the request.

was_already_handled

was_already_handled: bool

Indicates whether a request with the same unique key has already been processed by the request queue.

was_already_present

was_already_present: bool

Indicates whether a request with the same unique key already existed in the request queue. If true, no new request was created.