@maxhealth.tech/prefab / actions / SendMessage
Class: SendMessage
Defined in: actions/mcp.ts:40
Base interface all actions implement
Implements
Constructors
Constructor
ts
new SendMessage(message): SendMessage;Defined in: actions/mcp.ts:41
Parameters
| Parameter | Type |
|---|---|
message | string |
Returns
SendMessage
Properties
message
ts
readonly message: string;Defined in: actions/mcp.ts:41
Methods
toJSON()
ts
toJSON(): ActionJSON;Defined in: actions/mcp.ts:43