Interface: AssistantThreadsSetSuggestedPromptsArguments
Extends
TokenOverridable
Properties
channel_id
channel_id: string;
Description
Channel ID containing the assistant thread.
Defined in
packages/web-api/src/types/request/assistant.ts:16
prompts
prompts: [AssistantPrompt, ...AssistantPrompt[]];
Description
Prompt suggestions that appear when opening assistant thread.
Defined in
packages/web-api/src/types/request/assistant.ts:18
thread_ts
thread_ts: string;
Description
Message timestamp of the thread.
Defined in
packages/web-api/src/types/request/assistant.ts:20
title?
optional title: string;
Description
Title for the prompts.
Defined in
packages/web-api/src/types/request/assistant.ts:22
token?
optional token: string;
Description
Overridable authentication token bearing required scopes.
Inherited from
TokenOverridable.token