EditAIPageWithChatJob
implements
ShouldQueue
uses
Dispatchable, InteractsWithQueue, Queueable, SerializesModels
Table of Contents
Interfaces
- ShouldQueue
Properties
-
$html
: string
-
$jobId
: string
-
$landingPage
: LandingPage
-
$timeout
: mixed
-
$userPrompt
: string
Methods
-
__construct()
: mixed
-
failed()
: void
-
handle()
: void
-
setStatus()
: void
$html
public
string
$html
$jobId
public
string
$jobId
$landingPage
public
LandingPage
$landingPage
$timeout
public
mixed
$timeout
= 300
$userPrompt
public
string
$userPrompt
__construct()
public
__construct(LandingPage $landingPage, string $html, string $userPrompt, string $jobId) : mixed
Parameters
-
$landingPage
: LandingPage
-
-
$html
: string
-
-
$userPrompt
: string
-
-
$jobId
: string
-
failed()
public
failed(Throwable $exception) : void
Parameters
-
$exception
: Throwable
-
handle()
public
handle() : void
setStatus()
public
setStatus(string|null $status) : void
Parameters
-
$status
: string|null
-