Variable ServerDialMessageSchemaConst
ServerDialMessageSchema: ZodDiscriminatedUnion<
[
ZodObject<
{
content: ZodString;
content_complete: ZodBoolean;
end_call: ZodOptional<ZodBoolean>;
response_id: ZodNumber;
type: ZodLiteral<"response">;
},
$strip,
>,
ZodObject<
{
content: ZodString;
content_complete: ZodBoolean;
end_call: ZodOptional<ZodBoolean>;
type: ZodLiteral<"interrupt">;
},
$strip,
>,
ZodObject<{ timestamp: ZodNumber; type: ZodLiteral<"ping_pong"> }, $strip>,
],
"type",
> = ...
Any frame your server sends to Dial.