Skip to main content

@slack/web-api / AgentsSessionsRenameArguments

Interface: AgentsSessionsRenameArguments

Defined in: packages/web-api/src/types/request/agents.ts:4

Extends

  • TokenOverridable

Properties

channel_id

channel_id: string;

Defined in: packages/web-api/src/types/request/agents.ts:6

Description

ID of the channel containing the agent session.


thread_ts?

optional thread_ts?: string;

Defined in: packages/web-api/src/types/request/agents.ts:13

Description

Timestamp of the thread root message the session is scoped to. Required for thread-based sessions in regular channels and DMs. Must be omitted for session channels.


title

title: string;

Defined in: packages/web-api/src/types/request/agents.ts:8

Description

New title for the agent session (1-200 characters). For a session channel, this also renames the channel.


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