Iron Gorilla Developers

AgentChatTranscriptMessage

One normalized message in a chat-triggered agent transcript.

SDK v2026.4.0

Kind: interface

Signature

Example
export interface AgentChatTranscriptMessage

Properties

  • role (user | assistant | system): Message author role.
  • content (string): Message text content.
  • sequenceNum? (number): Optional sequence number assigned by the chat session.
  • createdAt? (string): Optional message creation timestamp.

On this page