UNPKG

@inworld/web-core

Version:
6 lines (5 loc) 180 B
import * as z from "zod"; export const CancelResponsesEventSchema = z.object({ "interaction_id": z.string().optional(), "utterance_id": z.array(z.string()).optional(), });