GenerateLeadQuizJob
implements
ShouldQueue
uses
Dispatchable, InteractsWithQueue, Queueable, SerializesModels
Table of Contents
Interfaces
- ShouldQueue
Properties
-
$availableActions
: array<string|int, mixed>
-
$isNew
: bool
-
$leadQuiz
: LeadQuiz
-
$timeout
: mixed
Methods
-
__construct()
: mixed
-
failed()
: mixed
-
handle()
: mixed
-
updateLeadQuizStatus()
: mixed
$availableActions
public
array<string|int, mixed>
$availableActions
= []
$isNew
public
bool
$isNew
= false
$leadQuiz
public
LeadQuiz
$leadQuiz
$timeout
public
mixed
$timeout
= -1
__construct()
public
__construct(LeadQuiz $leadQuiz[, bool $isNew = false ][, array<string|int, mixed> $availableActions = [] ]) : mixed
Parameters
-
$leadQuiz
: LeadQuiz
-
-
$isNew
: bool
= false
-
-
$availableActions
: array<string|int, mixed>
= []
-
failed()
public
failed(Throwable $e) : mixed
Parameters
-
$e
: Throwable
-
handle()
public
handle(GenerateLeadQuizFromUserPrompt $generateLeadQuizFromUserPrompt) : mixed
Parameters
-
$generateLeadQuizFromUserPrompt
: GenerateLeadQuizFromUserPrompt
-
updateLeadQuizStatus()
public
updateLeadQuizStatus(string|null $status) : mixed
Parameters
-
$status
: string|null
-