UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

11 lines (10 loc) 259 B
/** * @example * { * conversation_ids: ["64619700005694", "64619700005695"] * } */ export interface ListCallsWithTranscriptsRequest { /** A list of conversation ids to fetch calls for. Maximum 20. */ conversation_ids: string[]; }