Types
SlackIngestionMode
How threads are created from messages in a connected slack channel.
enum
SlackIngestionModeValues
TIME_BASED
Each message starts a new thread after a period of inactivity.
AI_BASED
An AI model decides when a message starts a new thread.
SINGLE_MESSAGE
Each message always creates its own thread.
MANUAL
A thread is created only when a user reacts with a specific emoji.

