@getdial/sdk - v0.21.0
    Preparing search index...

    Variable ResponseSchemaConst

    ResponseSchema: ZodObject<
        {
            content: ZodString;
            content_complete: ZodBoolean;
            end_call: ZodOptional<ZodBoolean>;
            response_id: ZodNumber;
            type: ZodLiteral<"response">;
        },
        $strip,
    > = ...