PromptDto
Table of Contents
Properties
-
$code
: string
-
$isNew
: bool
-
$promptType
: PromptType
-
$text
: string
-
$title
: string
Methods
-
__construct()
: mixed
$code
read-only
public
string
$code
$isNew
read-only
public
bool
$isNew
$promptType
read-only
public
PromptType
$promptType
$text
read-only
public
string
$text
$title
read-only
public
string
$title
__construct()
public
__construct(string $code, PromptType $promptType, string $title, string $text, bool $isNew) : mixed
Parameters
-
$code
: string
-
-
$promptType
: PromptType
-
-
$title
: string
-
-
$text
: string
-
-
$isNew
: bool
-