appmixer.ai.agentcore.CreateEvent
1.0.0
Public
| Field | Type | Description |
|---|---|---|
| Memory ID | text | The identifier of the AgentCore Memory resource in which to create the event. |
| Actor ID | text | The identifier of the actor associated with this event. |
| Session ID | text | Optional identifier of the session this event belongs to. |
| Role | select | The role of the message author for a conversational event. Used when Message Text is provided. |
| Message Text | textarea | The conversational message content to store. Ignored when a raw Payload is provided. |
| Payload (raw JSON) | textarea | Optional raw payload as a JSON array of PayloadType objects. Overrides Message Text / Role when provided. |
| Event Timestamp | date-time | Optional timestamp of the event. Defaults to the current time. |
| Field | Type | Description |
|---|---|---|
| Event ID | string | - |
| Memory ID | string | - |
| Actor ID | string | - |
| Session ID | string | - |
| Event Timestamp | string | - |