@slack/web-api / AssistantThreadsSetSuggestedPromptsArguments
Defined in: src/types/request/assistant.ts:14
TokenOverridable
channel_id: string;Defined in: src/types/request/assistant.ts:16
Channel ID containing the assistant thread.
prompts: AssistantPrompt[];Defined in: src/types/request/assistant.ts:18
Prompt suggestions that appear when opening assistant thread.
thread_ts: string;Defined in: src/types/request/assistant.ts:20
Message timestamp of the thread.
optional title: string;Defined in: src/types/request/assistant.ts:22
Title for the prompts.
optional token: string;Defined in: src/types/request/common.ts:43
Overridable authentication token bearing required scopes.
TokenOverridable.token