UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

11 lines (10 loc) 221 B
/** * @example * { * conversation_id: "123" * } */ export interface AutoAssignConversationRequest { /** The identifier for the conversation as given by Intercom. */ conversation_id: string; }