Iron Gorilla Developers

ChatTriggerDefinition

Chat trigger definition for governed conversational agent sessions.

SDK v2026.4.0

Kind: interface

Signature

Example
export interface ChatTriggerDefinition

Properties

  • id (string): Stable trigger identifier unique within the agent.
  • type (chat): Trigger discriminant.
  • enabled (boolean): Whether the trigger is currently enabled.

On this page