Wisdom AI home page
Search...
⌘K
Ask AI
Support
Support
Search...
Navigation
Objects
ChatMessageDiff
Wisdom AI
Support
Getting Started
Overview
How WisdomAI Works
Supported Data Sources
Glossary
Setting Up Wisdom AI
Basic Tutorial: Connect and Test
Advanced Data Modeling: Creating Knowledge
Add Domain-Specific Knowledge
Explorer Onboarding Admin Setup
Document Tables and Columns
Feedback Mechanisms
Improve Wisdom AI Responses
Curate Knowledge Workflow
Refine Prompts and Query Patterns
Validate and Test Answers
Enhancing Data Analysis with Custom Business Context
Configure Domains
How to Create Metrics
Use Files to Improve Responses
Use Evaluations Sets and Runs
Build Dashboards
Using Wisdom AI Everyday
Ask Better Questions
Turn Answers into Stories
Share Stories and Set Access Control
Schedule Story Notifications
Access Management
Access Management
Monitor Performance and Usage
Compliance and Best Practices
Advanced Features
Visualization Types and Properties
Integrations
Embed Chat
GraphQL API
Overview
Objects
Connection
DomainModel
JobStatus
JoinInput
TableInput
Users
ConversationUpdateOneOf
ChatMessage
ChatMessageDiff
ChatMessageSender
Delta
Operation
DeltaElement
DeltaInput
Attributes
Visualization
VisualizationType
TextArtifact
LLMToolCalls
LLMToolCallResults
AIWorkstream
Section
SubscriptionAuthInput
ToolSelection
ResponseStatus
ChatThinkingEffort
Queries
Mutations
Subscriptions
MCP Server
Reference Library
Limits and quotas
On this page
ChatMessageDiff
Additional Resources
Objects
ChatMessageDiff
Streaming message differences for real-time updates
ChatMessageDiff
bodyDiff
Delta!
required
The incremental content changes for the message. See
Delta
.
conversationId
String!
required
The unique identifier of the conversation this diff belongs to.
messageId
String
Optional message identifier for internal tracking.
sender
ChatMessageSender!
required
The sender of the message. See
ChatMessageSender
.
createdAt
DateTime!
required
The date and time when the diff was created.
updatedAt
DateTime!
required
The date and time when the diff was last updated.
dataRefreshedAt
DateTime
The date and time when the diff data was refreshed. Null if not refreshed.
cancelledAt
DateTime
The date and time when message generation was cancelled. Null if not cancelled.
inProgress
Boolean!
required
Indicates whether the message generation is still in progress on the server.
domainId
String
The unique identifier of the domain associated with this diff.
userId
String
The unique identifier of the user associated with this diff.
errorStrings
[String!]
Array of error messages if any errors occurred during processing.
diffIndex
Int!
required
The index of the diff in the stream for idempotent reconnects.
Additional Resources
Delta Schema
Learn about content diff structure
ChatMessageSender Enum
Message sender types
Subscribe Conversation
Receive real-time message diffs
ChatMessage
ChatMessageSender
Assistant
Responses are generated using AI and may contain mistakes.