ChatMessageSendPayload
Autogenerated return type of ChatMessageSend.Object Type
Fields
| Field | Type | Description |
|---|---|---|
| chat | Chat | The chat conversation |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| debugInfo | DebugInfo | Debug information (development only) |
| errors required | [Error!]! | Errors encountered during mutation execution |
| message | Message | The user’s message that was sent |
| response | Message | The AI’s response message |
| success required | Boolean! | Indicates whether the operation was successful |
