import type * as Pinnacle from "../index.mjs"; /** * Request body for simulating an inbound event from a user. */ export type SimulateUserParams = /** * Simulate an inbound message from a user. */ Pinnacle.SimulateUserMessage /** * Simulate a button press from a user. Only for RCS agents. */ | Pinnacle.SimulateUserButton;