Skip to main content

@slack/web-api / AgentsSessionsSetStatusResponse

Type Alias: AgentsSessionsSetStatusResponse

type AgentsSessionsSetStatusResponse = WebAPICallResult & object;

Defined in: packages/web-api/src/types/response/AgentsSessionsSetStatusResponse.ts:11

Type Declaration

agent_status?

optional agent_status?: string;

error?

optional error?: string;

needed?

optional needed?: string;

ok?

optional ok?: boolean;

provided?

optional provided?: string;

status?

optional status?: string;

title?

optional title?: string;

warning?

optional warning?: string;