final | |
|---|---|
readonly | |
extends |
Result<array{_meta?: array<string, mixed>, action: ('accept'|'cancel'|'decline'), content?: array<string, bool|int|string>}> |
implements |
ClientResult |
The client's response to an elicitation request.
| Methods | ||
|---|---|---|
public
|
__construct(Action $action, null|array<string, bool|int|string> $content = null, ?array $meta = null)
|
# |
public
|
toArray(): array
|
# |
| Methods inherited from Nexus\Mcp\Schema\Result\Result |
|---|
jsonSerialize() |
| Properties | |||
|---|---|---|---|
public
|
Action
|
$action
|
# |
public
|
null|array<string, bool|int|string>
|
$content
|
# |
| Properties inherited from Nexus\Mcp\Schema\Result\Result |
|---|
$meta |