DialogSuggestion
Defined in: src/types/options/index.ts:118
external data source in dialogs
Extends
Indexable
[key: string]: any
Properties
action_ts
action_ts: string;
Defined in: src/types/options/index.ts:123
callback_id
callback_id: string;
Defined in: src/types/options/index.ts:122
channel?
optional channel?: object;
Defined in: src/types/options/index.ts:131
id
id: string;
name
name: string;
enterprise?
optional enterprise?: object;
Defined in: src/types/options/index.ts:143
id
id: string;
name
name: string;
is_enterprise_install?
optional is_enterprise_install?: boolean;
Defined in: src/types/options/index.ts:142
name
name: string;
Defined in: src/types/options/index.ts:120
team
team:
| {
domain: string;
enterprise_id?: string;
enterprise_name?: string;
id: string;
}
| null;
Defined in: src/types/options/index.ts:125
token
token: string;
Defined in: src/types/options/index.ts:140
type
type: "dialog_suggestion";
Defined in: src/types/options/index.ts:119
user
user: object;
Defined in: src/types/options/index.ts:135
id
id: string;
name
name: string;
team_id?
optional team_id?: string;
value
value: string;
Defined in: src/types/options/index.ts:121