UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

15 lines (14 loc) 462 B
/** * This file was auto-generated by Fern from our API Definition. */ /** * Details of first response time of assigned team in seconds. */ export interface ConversationResponseTime { /** Id of the assigned team. */ team_id?: number; /** Name of the assigned Team, null if team does not exist, Unassigned if no team is assigned. */ team_name?: string; /** First response time of assigned team in seconds. */ response_time?: number; }