GenerateLeadQuizFromUserPromptResponse
Table of Contents
Properties
-
$actions
: array<string|int, mixed>
-
$fields
: array<string|int, mixed>
-
$name
: string
Methods
-
__construct()
: mixed
$actions
public
array<string|int, mixed>
$actions
= []
$fields
public
array<string|int, mixed>
$fields
$name
public
string
$name
__construct()
public
__construct(string $name, array<string|int, mixed> $fields[, array<string|int, mixed> $actions = [] ]) : mixed
Parameters
-
$name
: string
-
-
$fields
: array<string|int, mixed>
-
-
$actions
: array<string|int, mixed>
= []
-