Skip to main content

Interface: AssistantThreadContextChangedEvent

Properties

assistant_thread

assistant_thread: object;

channel_id

channel_id: string;

context

context: object;

context.channel_id?

optional channel_id: string;

context.enterprise_id?

optional enterprise_id: null | string;

context.team_id?

optional team_id: string;

thread_ts

thread_ts: string;

user_id

user_id: string;

Defined in

events/assistant.ts:18


event_ts

event_ts: string;

Defined in

events/assistant.ts:28


type

type: "assistant_thread_context_changed";

Defined in

events/assistant.ts:17