@slack/web-api / AssistantThreadsSetSuggestedPromptsArguments
Interface: AssistantThreadsSetSuggestedPromptsArguments
Defined in: packages/web-api/src/types/request/assistant.ts:31
Extends
TokenOverridable
Properties
channel_id
channel_id: string;
Defined in: packages/web-api/src/types/request/assistant.ts:33
Description
Channel ID containing the assistant thread.
prompts
prompts: AssistantPrompt[];
Defined in: packages/web-api/src/types/request/assistant.ts:35
Description
Prompt suggestions that appear when opening assistant thread.
thread_ts?
optional thread_ts?: string;
Defined in: packages/web-api/src/types/request/assistant.ts:37
Description
Message timestamp of the thread.
title?
optional title?: string;
Defined in: packages/web-api/src/types/request/assistant.ts:39
Description
Title for the prompts.
token?
optional token?: string;
Defined in: packages/web-api/src/types/request/common.ts:43
Description
Overridable authentication token bearing required scopes.
Inherited from
TokenOverridable.token